diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-12-14 16:50:09 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-12-15 07:51:29 +0100 |
commit | 89872cc04d8c7053c35eee21509706fd4ee53c5a (patch) | |
tree | 3ac7bbdbb949433a1b6e59b80ab0b007d31e46b8 /sc | |
parent | 4578832a84b1818943da907c4e292af64c49beee (diff) |
no need for this using statement
Change-Id: Ie956d5368560d6851f3bcb5174d712e35f09c368
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/filter/xml/xmlstyli.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/source/filter/xml/xmlstyli.cxx b/sc/source/filter/xml/xmlstyli.cxx index dae4aa99570f..a479283e633b 100644 --- a/sc/source/filter/xml/xmlstyli.cxx +++ b/sc/source/filter/xml/xmlstyli.cxx @@ -70,7 +70,6 @@ using namespace ::com::sun::star::container; using namespace xmloff::token; using namespace ::formula; -using rtl::OUString; using com::sun::star::uno::Reference; using com::sun::star::uno::UNO_QUERY; |