From 070eff8cf1ad7763b8b730336f11032893b77049 Mon Sep 17 00:00:00 2001 From: August Sodora Date: Wed, 21 Dec 2011 00:22:06 -0500 Subject: callcatcher: Remove unused code --- cppcanvas/inc/cppcanvas/basegfxfactory.hxx | 6 ------ 1 file changed, 6 deletions(-) (limited to 'cppcanvas/inc') diff --git a/cppcanvas/inc/cppcanvas/basegfxfactory.hxx b/cppcanvas/inc/cppcanvas/basegfxfactory.hxx index 5cb87aaeb5d3..dbb8d1221f64 100644 --- a/cppcanvas/inc/cppcanvas/basegfxfactory.hxx +++ b/cppcanvas/inc/cppcanvas/basegfxfactory.hxx @@ -75,7 +75,6 @@ namespace cppcanvas coordinate space as the source polygon */ PolyPolygonSharedPtr createPolyPolygon( const CanvasSharedPtr&, const ::basegfx::B2DPolygon& rPoly ) const; - PolyPolygonSharedPtr createPolyPolygon( const CanvasSharedPtr&, const ::basegfx::B2DPolyPolygon& rPoly ) const; /** Create an uninitialized bitmap with the given size */ @@ -85,10 +84,6 @@ namespace cppcanvas */ BitmapSharedPtr createAlphaBitmap( const CanvasSharedPtr&, const ::basegfx::B2ISize& rSize ) const; - /** Create a text portion with the given content string - */ - TextSharedPtr createText( const CanvasSharedPtr&, const ::rtl::OUString& ) const; - private: friend struct InitInstance2; @@ -100,7 +95,6 @@ namespace cppcanvas BaseGfxFactory(const BaseGfxFactory&); BaseGfxFactory& operator=( const BaseGfxFactory& ); }; - } #endif /* _CPPCANVAS_BASEGFXFACTORY_HXX */ -- cgit