diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-11-10 22:26:44 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-11-11 11:55:04 +0000 |
commit | 328e09955a612b8bcd6962f8af1b5dfb7272871a (patch) | |
tree | 61579837ac6ee0976d7d671e1120eeee2cf78489 /vcl/source/gdi/outdev3.cxx | |
parent | 6ddb02bad568be58c8728a40c43b81232c1ca4a0 (diff) |
callcatcher: remove some unused code
Diffstat (limited to 'vcl/source/gdi/outdev3.cxx')
-rwxr-xr-x | vcl/source/gdi/outdev3.cxx | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/vcl/source/gdi/outdev3.cxx b/vcl/source/gdi/outdev3.cxx index 6cd8e34d8891..7c417554ce50 100755 --- a/vcl/source/gdi/outdev3.cxx +++ b/vcl/source/gdi/outdev3.cxx @@ -418,18 +418,6 @@ sal_uInt16 OutputDevice::GetFontSubstituteCount() // ----------------------------------------------------------------------- -void OutputDevice::GetFontSubstitute( sal_uInt16 n, - XubString& rFontName, - XubString& rReplaceFontName, - sal_uInt16& rFlags ) -{ - const ImplDirectFontSubstitution* pSubst = ImplGetSVData()->maGDIData.mpDirectFontSubst; - if( pSubst ) - pSubst->GetFontSubstitute( n, rFontName, rReplaceFontName, rFlags ); -} - -// ----------------------------------------------------------------------- - bool ImplDirectFontSubstitution::GetFontSubstitute( int nIndex, String& rFontName, String& rSubstFontName, sal_uInt16& rFlags ) const { |