summaryrefslogtreecommitdiff
path: root/desktop/source/deployment/registry/component
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/source/deployment/registry/component')
-rw-r--r--desktop/source/deployment/registry/component/dp_compbackenddb.cxx1
-rw-r--r--desktop/source/deployment/registry/component/dp_compbackenddb.hxx2
-rw-r--r--desktop/source/deployment/registry/component/dp_component.cxx1
3 files changed, 0 insertions, 4 deletions
diff --git a/desktop/source/deployment/registry/component/dp_compbackenddb.cxx b/desktop/source/deployment/registry/component/dp_compbackenddb.cxx
index 648a19a39043..3e57d15fb2a5 100644
--- a/desktop/source/deployment/registry/component/dp_compbackenddb.cxx
+++ b/desktop/source/deployment/registry/component/dp_compbackenddb.cxx
@@ -29,7 +29,6 @@
#include "dp_compbackenddb.hxx"
-namespace css = ::com::sun::star;
using namespace ::com::sun::star::uno;
using ::rtl::OUString;
diff --git a/desktop/source/deployment/registry/component/dp_compbackenddb.hxx b/desktop/source/deployment/registry/component/dp_compbackenddb.hxx
index 24a08e88487f..c7b9522da73b 100644
--- a/desktop/source/deployment/registry/component/dp_compbackenddb.hxx
+++ b/desktop/source/deployment/registry/component/dp_compbackenddb.hxx
@@ -26,8 +26,6 @@
#include <list>
#include "dp_backenddb.hxx"
-namespace css = ::com::sun::star;
-
namespace com { namespace sun { namespace star {
namespace uno {
class XComponentContext;
diff --git a/desktop/source/deployment/registry/component/dp_component.cxx b/desktop/source/deployment/registry/component/dp_component.cxx
index 5d7082ab34ae..7205a17c88f2 100644
--- a/desktop/source/deployment/registry/component/dp_component.cxx
+++ b/desktop/source/deployment/registry/component/dp_component.cxx
@@ -55,7 +55,6 @@ using namespace ::com::sun::star;
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::ucb;
using ::rtl::OUString;
-namespace css = com::sun::star;
namespace dp_registry {
namespace backend {