From 3d2f43438d4fe6947965a98262b0db42c8d5e680 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 21 Jul 2015 09:05:31 +0200 Subject: loplugin:unusedmethods sd Change-Id: I9b5399ace50db3259df2e619f28ae547a38e6c6d Reviewed-on: https://gerrit.libreoffice.org/17254 Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- sd/inc/drawdoc.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'sd/inc/drawdoc.hxx') diff --git a/sd/inc/drawdoc.hxx b/sd/inc/drawdoc.hxx index 1a3e359b3f4c..df9597191b83 100644 --- a/sd/inc/drawdoc.hxx +++ b/sd/inc/drawdoc.hxx @@ -144,7 +144,6 @@ public: private: bool bReadOnly; public: - SAL_DLLPRIVATE virtual void setDocReadOnly( bool b){ bReadOnly = b; } SAL_DLLPRIVATE virtual bool getDocReadOnly() const { return bReadOnly; } private: ::sd::Outliner* mpOutliner; ///< local outliner for outline mode -- cgit