From 96be522e795d88134e010035bc63d625564ddbea Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Wed, 26 Oct 2011 17:33:05 +0200 Subject: remove pointless SfxBaseModel::setDocumentProperties() --- sfx2/inc/sfx2/sfxbasemodel.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'sfx2/inc') diff --git a/sfx2/inc/sfx2/sfxbasemodel.hxx b/sfx2/inc/sfx2/sfxbasemodel.hxx index e3c773a5829c..0a15156484d7 100644 --- a/sfx2/inc/sfx2/sfxbasemodel.hxx +++ b/sfx2/inc/sfx2/sfxbasemodel.hxx @@ -1512,7 +1512,6 @@ protected: /* returns true if the document signatures are valid, otherwise false */ sal_Bool hasValidSignatures() const; - void setDocumentProperties( const ::com::sun::star::uno::Reference< ::com::sun::star::document::XDocumentProperties >& ); //________________________________________________________________________________________________________ // private methods //________________________________________________________________________________________________________ -- cgit