[Libreoffice-commits] core.git: vcl/opengl
Tor Lillqvist
tml at collabora.com
Wed Sep 9 03:18:30 PDT 2015
vcl/opengl/gdiimpl.cxx | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
New commits:
commit a393cf99ae948a8144c8f0cee3a26bd432825052
Author: Tor Lillqvist <tml at collabora.com>
Date: Wed Sep 9 13:16:47 2015 +0300
Revert "add some warnings to non-implemented features"
These warnings are too annoying. So sue me.
This reverts commit 5c60dab390d66a4d5abeaf548efecf3913b90839.
diff --git a/vcl/opengl/gdiimpl.cxx b/vcl/opengl/gdiimpl.cxx
index 21208b3..2b11010 100644
--- a/vcl/opengl/gdiimpl.cxx
+++ b/vcl/opengl/gdiimpl.cxx
@@ -1614,11 +1614,11 @@ void OpenGLSalGraphicsImpl::invert(
if( nFlags & SAL_INVERT_TRACKFRAME )
{
- SAL_WARN("vcl.opengl", "check where this call is coming from! NOT IMPLEMENTED YET!");
+
}
else if( nFlags & SAL_INVERT_50 )
{
- SAL_WARN("vcl.opengl", "check where this call is coming from! NOT IMPLEMENTED YET!");
+
}
else // just invert
{
@@ -1635,11 +1635,11 @@ void OpenGLSalGraphicsImpl::invert( sal_uInt32 nPoints, const SalPoint* pPtAry,
if( nFlags & SAL_INVERT_TRACKFRAME )
{
- SAL_WARN("vcl.opengl", "check where this call is coming from! NOT IMPLEMENTED YET!");
+
}
else if( nFlags & SAL_INVERT_50 )
{
- SAL_WARN("vcl.opengl", "check where this call is coming from! NOT IMPLEMENTED YET!");
+
}
else // just invert
{
More information about the Libreoffice-commits
mailing list