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/inc/generic | |
parent | ed6171632005cdaa987214e84f0ad8fd0dbdd2da (diff) |
all the filterText impls are now no-ops, so remove
Change-Id: I6e67756bb89235198c8d2705833d18ee9fb77fb1
Diffstat (limited to 'vcl/inc/generic')
-rw-r--r-- | vcl/inc/generic/genpspgraphics.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/vcl/inc/generic/genpspgraphics.h b/vcl/inc/generic/genpspgraphics.h index 946f79c39b72..6bb32682b7ca 100644 --- a/vcl/inc/generic/genpspgraphics.h +++ b/vcl/inc/generic/genpspgraphics.h @@ -168,8 +168,6 @@ public: virtual void invert( sal_uInt32 nPoints, const SalPoint* pPtAry, SalInvert nFlags ); virtual bool drawEPS( long nX, long nY, long nWidth, long nHeight, void* pPtr, sal_uIntPtr nSize ); - virtual bool filterText( const OUString& rOrigText, OUString& rNewText, sal_Int32 nIndex, sal_Int32& rLen, sal_Int32& rCutStart, sal_Int32& rCutStop ); - virtual bool drawAlphaBitmap( const SalTwoRect&, const SalBitmap& rSourceBitmap, const SalBitmap& rAlphaBitmap ); |