From 0371a6336582aea9574d1f8e6ae152ef3f95ac62 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 29 Oct 2014 12:03:33 +0200 Subject: remove unnecessary 'using namespace rtl' declarations It turns out that almost none of them were necessary. Change-Id: I1311ed28409c682b57ea8d149bcbaf2c49133e83 Reviewed-on: https://gerrit.libreoffice.org/12133 Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- registry/tools/regcompare.cxx | 1 - registry/tools/regmerge.cxx | 1 - 2 files changed, 2 deletions(-) (limited to 'registry/tools') diff --git a/registry/tools/regcompare.cxx b/registry/tools/regcompare.cxx index c7453ba71541..4dae9e6fd145 100644 --- a/registry/tools/regcompare.cxx +++ b/registry/tools/regcompare.cxx @@ -34,7 +34,6 @@ #include #include -using namespace rtl; using namespace registry::tools; typedef std::set< OUString > StringSet; diff --git a/registry/tools/regmerge.cxx b/registry/tools/regmerge.cxx index 2d74cc937b17..407849c5b914 100644 --- a/registry/tools/regmerge.cxx +++ b/registry/tools/regmerge.cxx @@ -28,7 +28,6 @@ #include #include -using namespace rtl; using namespace registry::tools; class Options_Impl : public Options -- cgit