summaryrefslogtreecommitdiff
path: root/unoxml/source/rdf
diff options
context:
space:
mode:
Diffstat (limited to 'unoxml/source/rdf')
-rw-r--r--unoxml/source/rdf/CBlankNode.cxx2
-rw-r--r--unoxml/source/rdf/CLiteral.cxx2
-rw-r--r--unoxml/source/rdf/CNodes.hxx6
-rw-r--r--unoxml/source/rdf/CURI.cxx2
-rw-r--r--unoxml/source/rdf/librdf_repository.hxx2
5 files changed, 0 insertions, 14 deletions
diff --git a/unoxml/source/rdf/CBlankNode.cxx b/unoxml/source/rdf/CBlankNode.cxx
index 0f6f012c01b0..fd949ce641fe 100644
--- a/unoxml/source/rdf/CBlankNode.cxx
+++ b/unoxml/source/rdf/CBlankNode.cxx
@@ -30,8 +30,6 @@
/// anonymous implementation namespace
namespace {
-namespace css = ::com::sun::star;
-
class CBlankNode:
public ::cppu::WeakImplHelper3<
css::lang::XServiceInfo,
diff --git a/unoxml/source/rdf/CLiteral.cxx b/unoxml/source/rdf/CLiteral.cxx
index fb7251d2c96b..2261d45819bd 100644
--- a/unoxml/source/rdf/CLiteral.cxx
+++ b/unoxml/source/rdf/CLiteral.cxx
@@ -32,8 +32,6 @@
/// anonymous implementation namespace
namespace {
-namespace css = ::com::sun::star;
-
class CLiteral:
public ::cppu::WeakImplHelper3<
css::lang::XServiceInfo,
diff --git a/unoxml/source/rdf/CNodes.hxx b/unoxml/source/rdf/CNodes.hxx
index 432107fa4cb5..87e1344c7282 100644
--- a/unoxml/source/rdf/CNodes.hxx
+++ b/unoxml/source/rdf/CNodes.hxx
@@ -27,8 +27,6 @@
// component helper namespace
namespace comp_CBlankNode {
-namespace css = ::com::sun::star;
-
// component and service helper functions:
::rtl::OUString SAL_CALL _getImplementationName();
css::uno::Sequence< ::rtl::OUString > SAL_CALL _getSupportedServiceNames();
@@ -40,8 +38,6 @@ css::uno::Reference< css::uno::XInterface > SAL_CALL _create( css::uno::Referenc
// component helper namespace
namespace comp_CURI {
-namespace css = ::com::sun::star;
-
// component and service helper functions:
::rtl::OUString SAL_CALL _getImplementationName();
css::uno::Sequence< ::rtl::OUString > SAL_CALL _getSupportedServiceNames();
@@ -53,8 +49,6 @@ css::uno::Reference< css::uno::XInterface > SAL_CALL _create( css::uno::Referenc
// component helper namespace
namespace comp_CLiteral {
-namespace css = ::com::sun::star;
-
// component and service helper functions:
::rtl::OUString SAL_CALL _getImplementationName();
css::uno::Sequence< ::rtl::OUString > SAL_CALL _getSupportedServiceNames();
diff --git a/unoxml/source/rdf/CURI.cxx b/unoxml/source/rdf/CURI.cxx
index e073aa655e94..d0955378e60f 100644
--- a/unoxml/source/rdf/CURI.cxx
+++ b/unoxml/source/rdf/CURI.cxx
@@ -31,8 +31,6 @@
/// anonymous implementation namespace
namespace {
-namespace css = ::com::sun::star;
-
class CURI:
public ::cppu::WeakImplHelper3<
css::lang::XServiceInfo,
diff --git a/unoxml/source/rdf/librdf_repository.hxx b/unoxml/source/rdf/librdf_repository.hxx
index f5a84e5cd81c..5cfe623b8999 100644
--- a/unoxml/source/rdf/librdf_repository.hxx
+++ b/unoxml/source/rdf/librdf_repository.hxx
@@ -27,8 +27,6 @@
// component helper namespace
namespace comp_librdf_Repository {
-namespace css = ::com::sun::star;
-
// component and service helper functions:
::rtl::OUString SAL_CALL _getImplementationName();
css::uno::Sequence< ::rtl::OUString > SAL_CALL _getSupportedServiceNames();