summaryrefslogtreecommitdiffstats
path: root/lotuswordpro/source/filter/lwpfilter.cxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-05-19 02:53:04 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-05-19 20:04:25 +0200
commit1aae91fb3b562fb42453405daeef1c8852addb20 (patch)
tree859f6a77d720b0a2fcf64c2f0331a9e319f55556 /lotuswordpro/source/filter/lwpfilter.cxx
parentWaE: -Wunused-variable (diff)
downloadcore-1aae91fb3b562fb42453405daeef1c8852addb20.tar.gz
core-1aae91fb3b562fb42453405daeef1c8852addb20.zip
lwp: remove using namespace css from headers
Change-Id: I0461ef7af824e1fda04135154682fc4dba8a8693
Diffstat (limited to 'lotuswordpro/source/filter/lwpfilter.cxx')
-rw-r--r--lotuswordpro/source/filter/lwpfilter.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/lotuswordpro/source/filter/lwpfilter.cxx b/lotuswordpro/source/filter/lwpfilter.cxx
index 30ca558c1671..e4d7606e5534 100644
--- a/lotuswordpro/source/filter/lwpfilter.cxx
+++ b/lotuswordpro/source/filter/lwpfilter.cxx
@@ -89,7 +89,6 @@ using namespace ::com::sun::star::io;
using namespace ::com::sun::star::registry;
using namespace ::com::sun::star::document;
using namespace ::com::sun::star::beans;
-using namespace ::com::sun::star::xml::sax;
using namespace ::com::sun::star;
using ::com::sun::star::uno::Sequence;
@@ -178,7 +177,7 @@ using namespace OpenStormBento;
}
return bCompressed;
}
-int ReadWordproFile(SvStream &rStream, uno::Reference<XDocumentHandler>& xHandler)
+int ReadWordproFile(SvStream &rStream, uno::Reference<css::xml::sax::XDocumentHandler>& xHandler)
{
try
{