diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-03-20 13:18:25 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-03-20 14:40:32 +0000 |
commit | 7a8815875f2d4f31b05d8b3796c5cfc03b581977 (patch) | |
tree | 26e7208ef4c0be99ff11907f765bc6a2445618b0 /vcl/generic/print | |
parent | ed6171632005cdaa987214e84f0ad8fd0dbdd2da (diff) |
all the filterText impls are now no-ops, so remove
Change-Id: I6e67756bb89235198c8d2705833d18ee9fb77fb1
Diffstat (limited to 'vcl/generic/print')
-rw-r--r-- | vcl/generic/print/genpspgraphics.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/vcl/generic/print/genpspgraphics.cxx b/vcl/generic/print/genpspgraphics.cxx index 9e0221f499fc..84eb8be57491 100644 --- a/vcl/generic/print/genpspgraphics.cxx +++ b/vcl/generic/print/genpspgraphics.cxx @@ -1194,11 +1194,6 @@ void GenPspGraphics::AnnounceFonts( ImplDevFontList* pFontList, const psp::FastP pFontList->Add( pFD ); } -bool GenPspGraphics::filterText( const OUString& /*rOrig*/, OUString& /*rNewText*/, sal_Int32 /*nIndex*/, sal_Int32& /*rLen*/, sal_Int32& /*rCutStart*/, sal_Int32& /*rCutStop*/ ) -{ - return false; -} - bool GenPspGraphics::drawAlphaBitmap( const SalTwoRect&, const SalBitmap&, const SalBitmap& ) |