summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-01-19 10:44:23 +0000
committerCaolán McNamara <caolanm@redhat.com>2016-01-19 13:24:28 +0000
commit8b5e8dfed7c7c3c6669062a3db04961fe5eb1855 (patch)
treef700c06461936c8ff489a1f50668161189d85cb4 /include
parent29ce905f8e8642d87780282184f9cf7991c82c36 (diff)
drop some more stuff
Change-Id: I92eb6d136fc117f4694aa2cf88d93d4486855618
Diffstat (limited to 'include')
-rw-r--r--include/basebmp/bitmapdevice.hxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/include/basebmp/bitmapdevice.hxx b/include/basebmp/bitmapdevice.hxx
index 8087adfe9b4e..a3b4bb0efe98 100644
--- a/include/basebmp/bitmapdevice.hxx
+++ b/include/basebmp/bitmapdevice.hxx
@@ -97,14 +97,6 @@ public:
*/
Color getPixel( const basegfx::B2IPoint& rPt );
- /** Get underlying pixel data value at given position
-
- This method returns the raw pixel data. In the case of
- paletted bitmaps, this is the palette index, not the final
- color value.
- */
- sal_uInt32 getPixelData( const basegfx::B2IPoint& rPt );
-
/** Draw another bitmap into this device
@param rSrcBitmap
@@ -128,8 +120,6 @@ private:
BASEBMP_DLLPRIVATE virtual Color getPixel_i( const basegfx::B2IPoint& rPt ) = 0;
- BASEBMP_DLLPRIVATE virtual sal_uInt32 getPixelData_i( const basegfx::B2IPoint& rPt ) = 0;
-
BASEBMP_DLLPRIVATE virtual void copyBitmap_i( const BitmapDeviceSharedPtr& rSrcBitmap ) = 0;
BitmapDeviceSharedPtr getGenericRenderer() const;