From 5c60dab390d66a4d5abeaf548efecf3913b90839 Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Wed, 31 Dec 2014 01:02:53 +0100 Subject: add some warnings to non-implemented features Change-Id: Icbd1a46dc426a0527422d55f77e67eac755bbc8b --- vcl/opengl/gdiimpl.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'vcl') 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 { -- cgit b/libreoffice-5-0'>distro/cib/libreoffice-5-0 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/lcms2/prj
AgeCommit message (Expand)Author
2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen
2012-03-13Build static liblcms2 for iOSTor Lillqvist
2012-03-02Creating a module lcms2Fridrich Štrba