diff options
Diffstat (limited to 'vcl/opengl')
-rw-r--r-- | vcl/opengl/gdiimpl.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/vcl/opengl/gdiimpl.cxx b/vcl/opengl/gdiimpl.cxx index 21208b372a14..2b1101020203 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 { |