diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-06-26 15:51:29 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-06-26 16:29:16 +0100 |
commit | 749bd87e90ed80c26d93748f2fbe682d533c53f1 (patch) | |
tree | 29493f25e8ba02b6eada2134520a9046b4adf079 /include | |
parent | 2f7b92c5bbd1b1aaa857a41457d866e04ce603a2 (diff) |
drop the functional parts
appears to work without it as far as I can see
Change-Id: Ibe19addeeb38f853a515aef36d6bc83d338e1c0b
Diffstat (limited to 'include')
-rw-r--r-- | include/sfx2/objsh.hxx | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/include/sfx2/objsh.hxx b/include/sfx2/objsh.hxx index 6ca8ddb82355..1cb8e910af05 100644 --- a/include/sfx2/objsh.hxx +++ b/include/sfx2/objsh.hxx @@ -177,15 +177,6 @@ private: // sal_False := new object bool bIsInGenerateThumbnail; //optimize thumbnail generate and store procedure to improve odt saving performance, i120030 - -protected: - // methods called in implementation of <ImportFrom(..)> - virtual void BeforeLoading(SfxMedium&, - const OUString&) {} - - virtual void AfterLoading(SfxMedium&, - const OUString&) {} - private: SAL_DLLPRIVATE void UpdateTime_Impl(const ::com::sun::star::uno::Reference< ::com::sun::star::document::XDocumentProperties> & i_xDocProps); |