diff options
author | Marcos Paulo de Souza <marcos.souza.org@gmail.com> | 2013-09-02 10:55:15 -0300 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-09-03 09:16:14 +0000 |
commit | b62826ad3887305a76ee1ceabe2060f9d6e8723f (patch) | |
tree | 554edd25a04e870c00799bb8d103ddfa3baf8de2 /include/vcl | |
parent | ea7ce8cf08521a7609d2ffc0969b1541fbbb9d0c (diff) |
Remove more unused methods
Change-Id: I79548f9dd1b83ef940e7a1302cf7b728610fed4a
Reviewed-on: https://gerrit.libreoffice.org/5757
Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
Tested-by: Thomas Arnhold <thomas@arnhold.org>
Diffstat (limited to 'include/vcl')
-rw-r--r-- | include/vcl/bmpacc.hxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/vcl/bmpacc.hxx b/include/vcl/bmpacc.hxx index 70015ba17fa6..c8926cd57f2a 100644 --- a/include/vcl/bmpacc.hxx +++ b/include/vcl/bmpacc.hxx @@ -165,9 +165,6 @@ public: /** Get the color at coordinates fY, fX; if outside, return rFallback. Automatically does the correct inside/outside checks, e.g. static_cast< sal_uInt32 >(-0.25) *is* 0, not -1 and has to be outside */ BitmapColor GetColorWithFallback( double fY, double fX, const BitmapColor& rFallback ) const; - - /** Get the color at coordinates nY, nX; if outside, return rFallback */ - BitmapColor GetColorWithFallback( long nY, long nX, const BitmapColor& rFallback ) const; }; // --------------------- @@ -205,8 +202,6 @@ public: void FillRect( const Rectangle& rRect ); void DrawRect( const Rectangle& rRect ); - void FillPolyPolygon( const PolyPolygon& rPoly ); - private: BitmapColor* mpLineColor; |