From 57d169b6061549ce273582bd2ee96cce34f1c5a2 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Sun, 3 Mar 2013 21:24:49 +0100 Subject: doubled namespace Change-Id: I756f4a98b1eedcbe7674e9afd9b06816141688b9 --- xmloff/source/table/XMLTableExport.cxx | 1 - xmloff/source/text/XMLRedlineExport.cxx | 1 - xmloff/source/text/txtimp.cxx | 2 -- xmloff/source/xforms/xformsexport.cxx | 1 - 4 files changed, 5 deletions(-) (limited to 'xmloff') diff --git a/xmloff/source/table/XMLTableExport.cxx b/xmloff/source/table/XMLTableExport.cxx index 7d6c4f812464..b06df84c1dd8 100644 --- a/xmloff/source/table/XMLTableExport.cxx +++ b/xmloff/source/table/XMLTableExport.cxx @@ -52,7 +52,6 @@ using namespace ::com::sun::star::beans; using namespace ::com::sun::star::container; using namespace ::com::sun::star::text; using namespace ::com::sun::star::style; -using namespace ::xmloff::token; // -------------------------------------------------------------------- diff --git a/xmloff/source/text/XMLRedlineExport.cxx b/xmloff/source/text/XMLRedlineExport.cxx index 635ed46d82d1..41171e4dce39 100644 --- a/xmloff/source/text/XMLRedlineExport.cxx +++ b/xmloff/source/text/XMLRedlineExport.cxx @@ -55,7 +55,6 @@ using ::com::sun::star::text::XTextSection; using ::com::sun::star::uno::Any; using ::com::sun::star::uno::Reference; using ::com::sun::star::uno::Sequence; -using namespace ::com::sun::star; using ::rtl::OUString; using ::rtl::OUStringBuffer; using ::std::list; diff --git a/xmloff/source/text/txtimp.cxx b/xmloff/source/text/txtimp.cxx index 00ece9dac7eb..fb457b6cf76c 100644 --- a/xmloff/source/text/txtimp.cxx +++ b/xmloff/source/text/txtimp.cxx @@ -74,9 +74,7 @@ using namespace ::com::sun::star::drawing; using namespace ::com::sun::star::xml::sax; using namespace ::com::sun::star::lang; using namespace ::xmloff::token; -using namespace ::com::sun::star; using namespace ::com::sun::star::ucb; -using namespace ::com::sun::star; using ::comphelper::UStringLess; diff --git a/xmloff/source/xforms/xformsexport.cxx b/xmloff/source/xforms/xformsexport.cxx index 25f5c133aa56..036633a679a5 100644 --- a/xmloff/source/xforms/xformsexport.cxx +++ b/xmloff/source/xforms/xformsexport.cxx @@ -82,7 +82,6 @@ using com::sun::star::beans::PropertyValue; using com::sun::star::xsd::XDataType; using com::sun::star::xforms::XDataTypeRepository; using com::sun::star::xforms::XFormsSupplier; -using namespace com::sun::star; using com::sun::star::util::Duration; void exportXForms( SvXMLExport& rExport ) -- cgit