diff options
author | Michael Stahl <mstahl@redhat.com> | 2011-10-26 17:33:05 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2011-10-28 17:33:42 +0200 |
commit | 96be522e795d88134e010035bc63d625564ddbea (patch) | |
tree | a5054a9986a938b2da75305fb07122709c460cc6 /sfx2/inc | |
parent | c9e2f8ff5d19d746a2f2403465c7f9d7e480e166 (diff) |
remove pointless SfxBaseModel::setDocumentProperties()
Diffstat (limited to 'sfx2/inc')
-rw-r--r-- | sfx2/inc/sfx2/sfxbasemodel.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
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 //________________________________________________________________________________________________________ |