diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-01-17 15:28:11 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-01-17 17:01:26 +0100 |
commit | 804e86170ff2570fd3826b4ac26d1c927e751ac3 (patch) | |
tree | 0c24d6df02314b38dc17650030da80419a94b6b2 /vcl/inc | |
parent | 3c8478e26bde41c35c75557d985f5734d8d1a2bd (diff) |
remove unused methods
Diffstat (limited to 'vcl/inc')
-rw-r--r-- | vcl/inc/generic/glyphcache.hxx | 1 | ||||
-rw-r--r-- | vcl/inc/vcl/image.hxx | 2 | ||||
-rw-r--r-- | vcl/inc/vcl/lineinfo.hxx | 3 |
3 files changed, 0 insertions, 6 deletions
diff --git a/vcl/inc/generic/glyphcache.hxx b/vcl/inc/generic/glyphcache.hxx index 7d46ff74ec12..1ab2a74eda45 100644 --- a/vcl/inc/generic/glyphcache.hxx +++ b/vcl/inc/generic/glyphcache.hxx @@ -400,7 +400,6 @@ public: ExtraKernInfo( sal_IntPtr nFontId ); virtual ~ExtraKernInfo() {} - bool HasKernPairs() const; int GetUnscaledKernPairs( ImplKernPairData** ) const; int GetUnscaledKernValue( sal_Unicode cLeft, sal_Unicode cRight ) const; diff --git a/vcl/inc/vcl/image.hxx b/vcl/inc/vcl/image.hxx index a28cc817eaa4..c76338a8ada0 100644 --- a/vcl/inc/vcl/image.hxx +++ b/vcl/inc/vcl/image.hxx @@ -127,11 +127,9 @@ public: sal_uInt16 GetImageCount() const; Size GetImageSize() const; - void AddImage( sal_uInt16 nNewId, const Image& rImage ); void AddImage( const ::rtl::OUString& rImageName, const Image& rImage ); void ReplaceImage( const ::rtl::OUString& rImageName, const Image& rImage ); - void ReplaceImage( sal_uInt16 nId, sal_uInt16 nReplaceId ); void RemoveImage( sal_uInt16 nId ); diff --git a/vcl/inc/vcl/lineinfo.hxx b/vcl/inc/vcl/lineinfo.hxx index 046257cbdd9f..069a1f015e9f 100644 --- a/vcl/inc/vcl/lineinfo.hxx +++ b/vcl/inc/vcl/lineinfo.hxx @@ -118,9 +118,6 @@ public: friend VCL_DLLPUBLIC SvStream& operator>>( SvStream& rIStm, LineInfo& rLineInfo ); friend VCL_DLLPUBLIC SvStream& operator<<( SvStream& rOStm, const LineInfo& rLineInfo ); - // helper to check if line width or DashDot is used - bool isDashDotOrFatLineUsed() const; - // helper to get decomposed polygon data with the LineInfo applied. The source // hairline polygon is given in io_rLinePolyPolygon. Both given polygons may // contain results; e.g. when no fat line but DasDot is defined, the resut will |