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 /sw/inc | |
parent | 2f7b92c5bbd1b1aaa857a41457d866e04ce603a2 (diff) |
drop the functional parts
appears to work without it as far as I can see
Change-Id: Ibe19addeeb38f853a515aef36d6bc83d338e1c0b
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/docsh.hxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sw/inc/docsh.hxx b/sw/inc/docsh.hxx index 230b267d0391..2aeafa6912bd 100644 --- a/sw/inc/docsh.hxx +++ b/sw/inc/docsh.hxx @@ -143,12 +143,6 @@ protected: /// override to update text fields virtual void DoFlushDocInfo() SAL_OVERRIDE; - // override <SfxObjectShell>'s method which is called in - // <SfxObjectShell::ImportFrom(..)>. - // <SfxObjectShell::ImportFrom(..)> is used by current import of Microsoft - // Word documents in OOXML file format. - virtual void BeforeLoading(SfxMedium&, const ::rtl::OUString&) SAL_OVERRIDE; - public: using SotObject::GetInterface; |