summaryrefslogtreecommitdiff
path: root/include/svx/xbitmap.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/xbitmap.hxx')
-rw-r--r--include/svx/xbitmap.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/svx/xbitmap.hxx b/include/svx/xbitmap.hxx
index a20288f9e5e9..4dcc51c702cc 100644
--- a/include/svx/xbitmap.hxx
+++ b/include/svx/xbitmap.hxx
@@ -52,7 +52,6 @@ public:
void SetBitmapType( XBitmapType eNewType ) { eType = eNewType; }
void SetPixelColor( const Color& rColor ) { aPixelColor = rColor; bGraphicDirty = true; }
- void SetPixelSize( const Size& rSize ) { aArraySize = rSize; bGraphicDirty = true; }
void SetBackgroundColor( const Color& rColor ) { aBckgrColor = rColor; bGraphicDirty = true; }
Bitmap GetBitmap() const;