diff options
author | Herbert Dürr <hdu@apache.org> | 2011-10-05 12:37:25 +0000 |
---|---|---|
committer | Herbert Dürr <hdu@apache.org> | 2011-10-05 12:37:25 +0000 |
commit | 4ee24a7d79d81dd69fcdc3d6dc77424c27a3998a (patch) | |
tree | d9f91e1365f861d638db1c4005ce5b00fde88db0 /vcl | |
parent | 63e816d61b26cc1e137e5ba28c44effc238acc91 (diff) |
remove the OutDev::GetKernPair* stubs completely
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/inc/vcl/outdev.hxx | 3 | ||||
-rwxr-xr-x | vcl/source/gdi/outdev3.cxx | 14 |
2 files changed, 0 insertions, 17 deletions
diff --git a/vcl/inc/vcl/outdev.hxx b/vcl/inc/vcl/outdev.hxx index 601670592194..9f14048e3404 100644 --- a/vcl/inc/vcl/outdev.hxx +++ b/vcl/inc/vcl/outdev.hxx @@ -656,9 +656,6 @@ public: static XubString GetNonMnemonicString( const XubString& rStr ) { xub_StrLen nDummy; return GetNonMnemonicString( rStr, nDummy ); } - sal_uLong GetKerningPairCount() const; - void GetKerningPairs( sal_uLong nPairs, KerningPair* pKernPairs ) const; - sal_Bool GetTextBoundRect( Rectangle& rRect, const String& rStr, xub_StrLen nBase = 0, xub_StrLen nIndex = 0, xub_StrLen nLen = STRING_LEN, sal_uLong nLayoutWidth = 0, const sal_Int32* pDXArray = NULL ) const; diff --git a/vcl/source/gdi/outdev3.cxx b/vcl/source/gdi/outdev3.cxx index c9d25651ad3b..be24e960598d 100755 --- a/vcl/source/gdi/outdev3.cxx +++ b/vcl/source/gdi/outdev3.cxx @@ -7494,20 +7494,6 @@ xub_StrLen OutputDevice::ValidateKashidas ( const String& rTxt, return nDropped; } - - -// ----------------------------------------------------------------------- - -// TODO: best is to get rid of this method completely -// until then these stubs are used for keeping the related UNO-API stable -sal_uLong OutputDevice::GetKerningPairCount() const -{ - return 0; -} - -void OutputDevice::GetKerningPairs( sal_uLong /*nRequestedPairs*/, KerningPair* /*pKernPairs*/ ) const -{} - // ----------------------------------------------------------------------- sal_Bool OutputDevice::GetGlyphBoundRects( const Point& rOrigin, const String& rStr, |