summaryrefslogtreecommitdiff
path: root/include/toolkit/awt/vclxgraphics.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/toolkit/awt/vclxgraphics.hxx')
-rw-r--r--include/toolkit/awt/vclxgraphics.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/toolkit/awt/vclxgraphics.hxx b/include/toolkit/awt/vclxgraphics.hxx
index fdd3d406a52d..547e096b6b5d 100644
--- a/include/toolkit/awt/vclxgraphics.hxx
+++ b/include/toolkit/awt/vclxgraphics.hxx
@@ -84,8 +84,6 @@ public:
void SetOutputDevice( OutputDevice* pOutDev );
OutputDevice* GetOutputDevice() const { return mpOutputDevice; }
- const vcl::Font& GetFont() const { return maFont; }
-
// ::com::sun::star::uno::XInterface
::com::sun::star::uno::Any SAL_CALL queryInterface( const ::com::sun::star::uno::Type & rType ) throw(::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
void SAL_CALL acquire() throw() SAL_OVERRIDE { OWeakObject::acquire(); }