diff options
author | Michael Stahl <mstahl@redhat.com> | 2011-10-25 13:52:04 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2011-10-28 17:33:42 +0200 |
commit | c9e2f8ff5d19d746a2f2403465c7f9d7e480e166 (patch) | |
tree | bc0de62b856979eba275508cb3d34a95d537266c /sfx2/inc | |
parent | dfab4794d7cb98bb993ada22165da84168f89d00 (diff) |
SfxBaseModel impl_setDocumentProperties to impl class
Diffstat (limited to 'sfx2/inc')
-rw-r--r-- | sfx2/inc/sfx2/sfxbasemodel.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sfx2/inc/sfx2/sfxbasemodel.hxx b/sfx2/inc/sfx2/sfxbasemodel.hxx index 7855708e8e81..e3c773a5829c 100644 --- a/sfx2/inc/sfx2/sfxbasemodel.hxx +++ b/sfx2/inc/sfx2/sfxbasemodel.hxx @@ -1503,8 +1503,6 @@ public: /** returns true if someone added a XEventListener to this XEventBroadcaster */ sal_Bool hasEventListeners() const; - void impl_setDocumentProperties( const ::com::sun::star::uno::Reference< ::com::sun::star::document::XDocumentProperties >& ); - protected: /* returns a unique id for the model that is valid as long as the document |