diff options
author | Mathias Bauer <mba@openoffice.org> | 2009-10-06 12:34:07 +0200 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2009-10-06 12:34:07 +0200 |
commit | 7e01bc8d28ffefd4539a5eae2587e1f7da0999e7 (patch) | |
tree | 852197240d21648f8106b1b4f361f77e5fac7148 /linguistic/source/convdicxml.cxx | |
parent | bff284e216792b8d2a4e498beaba806eeddf844a (diff) |
#i103496#: removes sfx2 dependency from linguistic
Diffstat (limited to 'linguistic/source/convdicxml.cxx')
-rw-r--r-- | linguistic/source/convdicxml.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/linguistic/source/convdicxml.cxx b/linguistic/source/convdicxml.cxx index 34133a4bc2f9..70ada335f57e 100644 --- a/linguistic/source/convdicxml.cxx +++ b/linguistic/source/convdicxml.cxx @@ -36,7 +36,6 @@ #include <tools/string.hxx> #include <i18npool/mslangid.hxx> #include <tools/stream.hxx> -#include <sfx2/docfile.hxx> #include <osl/mutex.hxx> #include <unotools/processfactory.hxx> #include <ucbhelper/content.hxx> @@ -335,7 +334,7 @@ void ConvDicXMLRightTextContext_Impl::EndElement() /////////////////////////////////////////////////////////////////////////// -sal_Bool ConvDicXMLExport::Export( SfxMedium & /*rMedium*/ ) +sal_Bool ConvDicXMLExport::Export() { sal_Bool bRet = sal_False; |