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/inc | |
parent | 63e816d61b26cc1e137e5ba28c44effc238acc91 (diff) |
remove the OutDev::GetKernPair* stubs completely
Diffstat (limited to 'vcl/inc')
-rw-r--r-- | vcl/inc/vcl/outdev.hxx | 3 |
1 files changed, 0 insertions, 3 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; |