diff options
author | Jan Holesovsky <kendy@collabora.com> | 2015-06-23 09:45:01 +0200 |
---|---|---|
committer | Jan Holesovsky <kendy@collabora.com> | 2015-06-23 09:45:56 +0200 |
commit | 7aeefc0e7c0c8881c54b987dbac4ee9390a6c869 (patch) | |
tree | fcf1ab4b77c02549e918c4ea5eab263655cf2424 /vcl/source | |
parent | 287880b272f9e9e3ed50317bc08152623da4c126 (diff) |
rendercontext: Don't spam on the terminal.
Change-Id: Ica36bb1123145a75edddc8c9e0a283d2b0129edb
Diffstat (limited to 'vcl/source')
-rw-r--r-- | vcl/source/window/paint.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/source/window/paint.cxx b/vcl/source/window/paint.cxx index 0bac418c5eed..518e21c795e6 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()); |