diff options
Diffstat (limited to 'stoc/source/simpleregistry')
-rw-r--r-- | stoc/source/simpleregistry/simpleregistry.cxx | 2 | ||||
-rw-r--r-- | stoc/source/simpleregistry/textualservices.cxx | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/stoc/source/simpleregistry/simpleregistry.cxx b/stoc/source/simpleregistry/simpleregistry.cxx index 24f47e057c14..e08aba30593a 100644 --- a/stoc/source/simpleregistry/simpleregistry.cxx +++ b/stoc/source/simpleregistry/simpleregistry.cxx @@ -59,8 +59,6 @@ extern rtl_StandardModuleCount g_moduleCount; namespace { -namespace css = com::sun::star; - class SimpleRegistry: public cppu::WeakImplHelper2< css::registry::XSimpleRegistry, css::lang::XServiceInfo > diff --git a/stoc/source/simpleregistry/textualservices.cxx b/stoc/source/simpleregistry/textualservices.cxx index 6c007ac2f52f..eae2f4255547 100644 --- a/stoc/source/simpleregistry/textualservices.cxx +++ b/stoc/source/simpleregistry/textualservices.cxx @@ -49,8 +49,6 @@ namespace stoc { namespace simpleregistry { namespace { -namespace css = com::sun::star; - struct Implementation { rtl::OUString uri; rtl::OUString loader; |