diff options
author | José Guilherme Vanz <guilherme.sft@gmail.com> | 2013-02-03 18:18:37 -0200 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2013-02-04 07:51:28 +0000 |
commit | b48948201486c5367b5ff313cf49b56b4fa366ed (patch) | |
tree | f59bb61f0475882c89cedfd9387bc27fc32b7aeb /oox/source/vml/vmldrawing.cxx | |
parent | 396630ac2f03360a04773e9f1cc12517749de58c (diff) |
String cleanup in oox
Change-Id: Ica69f655f3777fe37a51e313218ae12aa7d012a2
Signed-off-by: José Guilherme Vanz <guilherme.sft@gmail.com>
Reviewed-on: https://gerrit.libreoffice.org/1977
Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
Diffstat (limited to 'oox/source/vml/vmldrawing.cxx')
-rw-r--r-- | oox/source/vml/vmldrawing.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/oox/source/vml/vmldrawing.cxx b/oox/source/vml/vmldrawing.cxx index c68f89619ac4..5293e1ec1e31 100644 --- a/oox/source/vml/vmldrawing.cxx +++ b/oox/source/vml/vmldrawing.cxx @@ -47,7 +47,6 @@ using namespace ::com::sun::star::text; using namespace ::com::sun::star::uno; using ::oox::core::XmlFilterBase; -using ::rtl::OUString; // ============================================================================ |