summaryrefslogtreecommitdiff
path: root/vcl/opengl
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@collabora.com>2014-11-18 22:34:31 +0100
committerMatúš Kukan <matus.kukan@collabora.com>2014-11-19 07:52:55 +0100
commit72f1d57b86ad0a4ce505c0c24c7cf651a934e5ce (patch)
treebb756df12de69008887d51622c3ca464d0e9f85e /vcl/opengl
parent3f4896bcfe21794239f8ec32f8f6d7e438a7907e (diff)
Add dummy Crop to SalBitmap implementations
Change-Id: Ib402395f5523a980c9ca098dcd2d8e1ecbbfa7c0
Diffstat (limited to 'vcl/opengl')
-rw-r--r--vcl/opengl/salbmp.cxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/vcl/opengl/salbmp.cxx b/vcl/opengl/salbmp.cxx
index 155757a0b49d..7a1af0d0f9af 100644
--- a/vcl/opengl/salbmp.cxx
+++ b/vcl/opengl/salbmp.cxx
@@ -573,4 +573,9 @@ bool OpenGLSalBitmap::GetSystemData( BitmapSystemData& /*rData*/ )
#endif
}
+bool OpenGLSalBitmap::Crop( const Rectangle& /*rRectPixel*/ )
+{
+ return false;
+}
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */