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/helper/propertymap.cxx | |
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/helper/propertymap.cxx')
-rw-r--r-- | oox/source/helper/propertymap.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
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; |