diff options
author | José Guilherme Vanz <guilherme.sft@gmail.com> | 2012-12-19 23:43:41 -0200 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2012-12-20 02:47:41 +0000 |
commit | 509eb776639ea620cc8f834772ec03cdb90831f8 (patch) | |
tree | 5ba908fa61e5622046b1d03d7ca3a59432aa53e3 /oox/source | |
parent | aa6373650746c261d76e61f9e00de12d521dcb75 (diff) |
Removal unnecessary using declarations
This commit just removes some unnecessary using declarations
Change-Id: Ia1c7cc925b2db5b1172fae91dc703883d6539eaa
Signed-off-by: José Guilherme Vanz <guilherme.sft@gmail.com>
Reviewed-on: https://gerrit.libreoffice.org/1430
Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
Diffstat (limited to 'oox/source')
-rw-r--r-- | oox/source/helper/attributelist.cxx | 3 | ||||
-rw-r--r-- | oox/source/helper/binaryinputstream.cxx | 6 | ||||
-rw-r--r-- | oox/source/helper/binaryoutputstream.cxx | 4 | ||||
-rw-r--r-- | oox/source/helper/containerhelper.cxx | 3 | ||||
-rw-r--r-- | oox/source/helper/graphichelper.cxx | 2 | ||||
-rw-r--r-- | oox/source/helper/modelobjecthelper.cxx | 2 | ||||
-rw-r--r-- | oox/source/helper/progressbar.cxx | 2 | ||||
-rw-r--r-- | oox/source/helper/propertymap.cxx | 2 | ||||
-rw-r--r-- | oox/source/helper/propertyset.cxx | 4 | ||||
-rw-r--r-- | oox/source/helper/storagebase.cxx | 3 | ||||
-rw-r--r-- | oox/source/helper/textinputstream.cxx | 2 | ||||
-rw-r--r-- | oox/source/helper/zipstorage.cxx | 2 |
12 files changed, 0 insertions, 35 deletions
diff --git a/oox/source/helper/attributelist.cxx b/oox/source/helper/attributelist.cxx index 8afe869125c8..debd1f8a98c9 100644 --- a/oox/source/helper/attributelist.cxx +++ b/oox/source/helper/attributelist.cxx @@ -31,9 +31,6 @@ using namespace ::com::sun::star; using namespace ::com::sun::star::uno; using namespace ::com::sun::star::xml::sax; -using ::rtl::OUString; -using ::rtl::OUStringBuffer; - // ============================================================================ namespace { diff --git a/oox/source/helper/binaryinputstream.cxx b/oox/source/helper/binaryinputstream.cxx index 0f3734076025..1bef500463c6 100644 --- a/oox/source/helper/binaryinputstream.cxx +++ b/oox/source/helper/binaryinputstream.cxx @@ -34,12 +34,6 @@ namespace oox { using namespace ::com::sun::star::io; using namespace ::com::sun::star::uno; -using ::rtl::OString; -using ::rtl::OStringBuffer; -using ::rtl::OStringToOUString; -using ::rtl::OUString; -using ::rtl::OUStringBuffer; - namespace { const sal_Int32 INPUTSTREAM_BUFFERSIZE = 0x8000; diff --git a/oox/source/helper/binaryoutputstream.cxx b/oox/source/helper/binaryoutputstream.cxx index 3cf66a45760a..e72a90acd738 100644 --- a/oox/source/helper/binaryoutputstream.cxx +++ b/oox/source/helper/binaryoutputstream.cxx @@ -31,10 +31,6 @@ namespace oox { using namespace ::com::sun::star::io; using namespace ::com::sun::star::uno; -using ::rtl::OString; -using ::rtl::OUString; -using ::rtl::OUStringToOString; - namespace { const sal_Int32 OUTPUTSTREAM_BUFFERSIZE = 0x8000; diff --git a/oox/source/helper/containerhelper.cxx b/oox/source/helper/containerhelper.cxx index d837f080397e..98884e5a7833 100644 --- a/oox/source/helper/containerhelper.cxx +++ b/oox/source/helper/containerhelper.cxx @@ -34,9 +34,6 @@ using namespace ::com::sun::star::container; using namespace ::com::sun::star::lang; using namespace ::com::sun::star::uno; -using ::rtl::OUString; -using ::rtl::OUStringBuffer; - // ============================================================================ namespace { diff --git a/oox/source/helper/graphichelper.cxx b/oox/source/helper/graphichelper.cxx index 6ddf640caa37..95dd078a82ad 100644 --- a/oox/source/helper/graphichelper.cxx +++ b/oox/source/helper/graphichelper.cxx @@ -50,8 +50,6 @@ using namespace ::com::sun::star::io; using namespace ::com::sun::star::lang; using namespace ::com::sun::star::uno; -using ::rtl::OUString; - // ============================================================================ namespace { diff --git a/oox/source/helper/modelobjecthelper.cxx b/oox/source/helper/modelobjecthelper.cxx index 0982f3c21180..ef3e099db51a 100644 --- a/oox/source/helper/modelobjecthelper.cxx +++ b/oox/source/helper/modelobjecthelper.cxx @@ -36,8 +36,6 @@ using namespace ::com::sun::star::drawing; using namespace ::com::sun::star::lang; using namespace ::com::sun::star::uno; -using ::rtl::OUString; - // ============================================================================ ObjectContainer::ObjectContainer( const Reference< XMultiServiceFactory >& rxModelFactory, const OUString& rServiceName ) : diff --git a/oox/source/helper/progressbar.cxx b/oox/source/helper/progressbar.cxx index 6cb22d009c18..6b6dd014e540 100644 --- a/oox/source/helper/progressbar.cxx +++ b/oox/source/helper/progressbar.cxx @@ -29,8 +29,6 @@ namespace oox { using namespace ::com::sun::star::task; using namespace ::com::sun::star::uno; -using ::rtl::OUString; - namespace { const sal_Int32 PROGRESS_RANGE = 1000000; diff --git a/oox/source/helper/propertymap.cxx b/oox/source/helper/propertymap.cxx index 2d54e46a4d17..bd5f8bae0eed 100644 --- a/oox/source/helper/propertymap.cxx +++ b/oox/source/helper/propertymap.cxx @@ -47,7 +47,6 @@ using ::com::sun::star::text::WritingMode; #include <cppuhelper/implbase2.hxx> #include <osl/mutex.hxx> #include "oox/token/propertynames.hxx" -using ::rtl::OUString; using ::com::sun::star::uno::Any; using ::com::sun::star::uno::Reference; using ::com::sun::star::uno::RuntimeException; @@ -75,7 +74,6 @@ using ::com::sun::star::container::XIndexReplace; using namespace ::com::sun::star; using namespace ::com::sun::star::drawing; using namespace ::com::sun::star::uno; -using ::rtl::OString; using ::com::sun::star::style::LineSpacing; using ::com::sun::star::text::WritingMode; using ::com::sun::star::drawing::TextHorizontalAdjust; diff --git a/oox/source/helper/propertyset.cxx b/oox/source/helper/propertyset.cxx index c58236384581..706c43de567c 100644 --- a/oox/source/helper/propertyset.cxx +++ b/oox/source/helper/propertyset.cxx @@ -30,10 +30,6 @@ namespace oox { using namespace ::com::sun::star::beans; using namespace ::com::sun::star::uno; -using ::rtl::OStringBuffer; -using ::rtl::OUString; -using ::rtl::OUStringToOString; - // ============================================================================ void PropertySet::set( const Reference< XPropertySet >& rxPropSet ) diff --git a/oox/source/helper/storagebase.cxx b/oox/source/helper/storagebase.cxx index bbac886999bf..7f4674f15e59 100644 --- a/oox/source/helper/storagebase.cxx +++ b/oox/source/helper/storagebase.cxx @@ -33,9 +33,6 @@ using namespace ::com::sun::star::embed; using namespace ::com::sun::star::io; using namespace ::com::sun::star::uno; -using ::rtl::OUString; -using ::rtl::OUStringBuffer; - // ============================================================================ namespace { diff --git a/oox/source/helper/textinputstream.cxx b/oox/source/helper/textinputstream.cxx index cf2dbd7f9061..29a623b533d8 100644 --- a/oox/source/helper/textinputstream.cxx +++ b/oox/source/helper/textinputstream.cxx @@ -33,8 +33,6 @@ using namespace ::com::sun::star::io; using namespace ::com::sun::star::lang; using namespace ::com::sun::star::uno; -using ::rtl::OUString; - // ============================================================================ namespace { diff --git a/oox/source/helper/zipstorage.cxx b/oox/source/helper/zipstorage.cxx index 0e16107f615e..a93045b10f20 100644 --- a/oox/source/helper/zipstorage.cxx +++ b/oox/source/helper/zipstorage.cxx @@ -39,8 +39,6 @@ using namespace ::com::sun::star::io; using namespace ::com::sun::star::lang; using namespace ::com::sun::star::uno; -using ::rtl::OUString; - // ============================================================================ ZipStorage::ZipStorage( const Reference< XComponentContext >& rxContext, const Reference< XInputStream >& rxInStream ) : |