diff options
author | Tor Lillqvist <tml@collabora.com> | 2018-01-10 19:50:26 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2018-01-10 19:50:45 +0200 |
commit | 4a114d62957194ca60bdc9e4f857b36311a9bf22 (patch) | |
tree | 86d4fa2366a9aebd0ea7d3f2c53712a8e12ec489 /cppuhelper | |
parent | 35ec045f6e4626c0544aaffbe489dfc142ff2aa8 (diff) |
Bin superfluous using declarations
Change-Id: Icf8a2703b7e72f48bde1cc3bc6fd0de2e663a407
Diffstat (limited to 'cppuhelper')
-rw-r--r-- | cppuhelper/source/servicemanager.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/cppuhelper/source/servicemanager.cxx b/cppuhelper/source/servicemanager.cxx index 9f734214b38b..7e2ad4db0440 100644 --- a/cppuhelper/source/servicemanager.cxx +++ b/cppuhelper/source/servicemanager.cxx @@ -45,9 +45,6 @@ #include "loadsharedlibcomponentfactory.hxx" -using rtl::OUString; -using rtl::OString; - #include <registry/registry.hxx> #include <xmlreader/xmlreader.hxx> |