summaryrefslogtreecommitdiff
path: root/sw/source
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-06-26 15:51:29 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-06-26 16:29:16 +0100
commit749bd87e90ed80c26d93748f2fbe682d533c53f1 (patch)
tree29493f25e8ba02b6eada2134520a9046b4adf079 /sw/source
parent2f7b92c5bbd1b1aaa857a41457d866e04ce603a2 (diff)
drop the functional parts
appears to work without it as far as I can see Change-Id: Ibe19addeeb38f853a515aef36d6bc83d338e1c0b
Diffstat (limited to 'sw/source')
-rw-r--r--sw/source/uibase/app/docsh.cxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/sw/source/uibase/app/docsh.cxx b/sw/source/uibase/app/docsh.cxx
index 23816813ab64..bffe05521330 100644
--- a/sw/source/uibase/app/docsh.cxx
+++ b/sw/source/uibase/app/docsh.cxx
@@ -300,16 +300,6 @@ bool SwDocShell::ConvertFrom( SfxMedium& rMedium )
return bOk;
}
-void SwDocShell::BeforeLoading(SfxMedium&, const ::rtl::OUString&)
-{
- if (mpDoc == NULL)
- {
- return;
- }
-
- mpDoc->RemoveAllFmtLanguageDependencies();
-}
-
// Saving the Default-Format, Stg present
bool SwDocShell::Save()
{