From 7a8815875f2d4f31b05d8b3796c5cfc03b581977 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 20 Mar 2014 13:18:25 +0000 Subject: all the filterText impls are now no-ops, so remove Change-Id: I6e67756bb89235198c8d2705833d18ee9fb77fb1 --- vcl/inc/generic/genpspgraphics.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'vcl/inc/generic') 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 ); -- cgit