summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@collabora.co.uk>2014-12-31 01:02:53 +0100
committerMarkus Mohrhard <markus.mohrhard@collabora.co.uk>2014-12-31 01:04:31 +0100
commit5c60dab390d66a4d5abeaf548efecf3913b90839 (patch)
tree8a64bbb6e0e4b5308bf75698a515248090a613e7
parente61fe35e7997082a4478dabde5123ecc63536538 (diff)
add some warnings to non-implemented features
Change-Id: Icbd1a46dc426a0527422d55f77e67eac755bbc8b
-rw-r--r--vcl/opengl/gdiimpl.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/vcl/opengl/gdiimpl.cxx b/vcl/opengl/gdiimpl.cxx
index f75966fa8f1d..69b413813456 100644
--- a/vcl/opengl/gdiimpl.cxx
+++ b/vcl/opengl/gdiimpl.cxx
@@ -1396,11 +1396,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
{
@@ -1417,11 +1417,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
{