vcl/source/window/paint.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 7aeefc0e7c0c8881c54b987dbac4ee9390a6c869
Author: Jan Holesovsky <ke...@collabora.com>
Date:   Tue Jun 23 09:45:01 2015 +0200

    rendercontext: Don't spam on the terminal.
    
    Change-Id: Ica36bb1123145a75edddc8c9e0a283d2b0129edb

diff --git a/vcl/source/window/paint.cxx b/vcl/source/window/paint.cxx
index 0bac418..518e21c 100644
--- a/vcl/source/window/paint.cxx
+++ b/vcl/source/window/paint.cxx
@@ -137,8 +137,8 @@ void PaintHelper::SetupBuffer()
     // vcl::Window setting affects this
     if (m_pWindow->IsBackground())
         m_pBuffer->SetBackground(m_pWindow->GetBackground());
-    else
-        SAL_WARN("vcl.doublebuffering", "the root of the double-buffering 
hierarchy should not have a transparent background");
+    //else
+        //SAL_WARN("vcl.doublebuffering", "the root of the double-buffering 
hierarchy should not have a transparent background");
 
     m_pBuffer->SetClipRegion(m_pWindow->GetClipRegion());
     m_pBuffer->SetFillColor(m_pWindow->GetFillColor());
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to