summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2012-06-01 01:04:20 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2012-06-01 01:04:50 +0900
commitd95d58af08a35d8a6f9a7713a556915091863f11 (patch)
tree04f50c6beffd34f7efa2abaa2b9478f96ed746e2
parentdaf9c9c8af4ae7b8a1327040287dafb90ed5146b (diff)
nuke unused namespace
Change-Id: Ic00cdfce4172af0a2f0aa1aa33ef5e386d407976
-rw-r--r--autodoc/source/display/idl/hi_main.cxx13
-rw-r--r--cli_ure/source/uno_bridge/cli_bridge.cxx5
-rw-r--r--cli_ure/source/uno_bridge/cli_proxy.cxx2
-rw-r--r--configmgr/source/localizedpropertynode.cxx6
-rw-r--r--connectivity/source/drivers/calc/CTables.cxx1
-rw-r--r--connectivity/source/drivers/dbase/DIndexes.cxx2
-rw-r--r--connectivity/source/drivers/dbase/DTables.cxx1
-rw-r--r--connectivity/source/drivers/file/FTables.cxx2
-rw-r--r--connectivity/source/drivers/flat/ETables.cxx1
-rw-r--r--dbaccess/source/ui/uno/DBTypeWizDlgSetup.cxx1
-rw-r--r--desktop/source/deployment/manager/dp_commandenvironments.cxx1
-rw-r--r--desktop/source/deployment/manager/dp_properties.cxx1
-rw-r--r--desktop/source/deployment/misc/dp_version.cxx2
-rw-r--r--desktop/source/deployment/registry/executable/dp_executablebackenddb.cxx1
-rw-r--r--desktop/source/deployment/registry/script/dp_scriptbackenddb.cxx1
-rw-r--r--desktop/source/deployment/registry/sfwk/dp_parceldesc.cxx1
-rw-r--r--desktop/source/deployment/registry/sfwk/dp_sfwk.cxx1
-rw-r--r--desktop/source/splash/services_spl.cxx2
-rw-r--r--extensions/source/update/check/updatecheck.cxx3
-rw-r--r--filter/source/config/cache/registration.cxx2
-rw-r--r--fpicker/source/office/PlacesListBox.cxx1
-rw-r--r--fpicker/source/win32/filepicker/asyncrequests.cxx2
-rw-r--r--framework/source/services/autorecovery.cxx2
-rw-r--r--sd/source/ui/table/tablefunction.cxx2
-rw-r--r--sfx2/source/control/dispatch.cxx2
-rw-r--r--shell/source/backends/localebe/localebecdef.cxx4
-rw-r--r--shell/source/backends/macbe/macbecdef.cxx4
-rw-r--r--shell/source/backends/wininetbe/wininetbecdef.cxx4
-rw-r--r--ucb/source/ucp/ftp/test_ftpurl.cxx3
-rw-r--r--vcl/unx/gtk/gdi/salprn-gtk.cxx1
-rw-r--r--xmlsecurity/source/framework/encryptionengine.cxx1
-rw-r--r--xmlsecurity/source/framework/securityengine.cxx2
-rw-r--r--xmlsecurity/source/framework/signatureverifierimpl.cxx1
-rw-r--r--xmlsecurity/source/helper/xsecctl.cxx1
-rw-r--r--xmlsecurity/source/xmlsec/mscrypt/securityenvironment_mscryptimpl.cxx1
-rw-r--r--xmlsecurity/source/xmlsec/nss/nssinitializer.cxx1
36 files changed, 3 insertions, 78 deletions
diff --git a/autodoc/source/display/idl/hi_main.cxx b/autodoc/source/display/idl/hi_main.cxx
index f6b346fcdc15..a15eca8bec61 100644
--- a/autodoc/source/display/idl/hi_main.cxx
+++ b/autodoc/source/display/idl/hi_main.cxx
@@ -80,19 +80,6 @@ using ::ary::idl::ifc_ce::Dyn_CeIterator;
extern const String C_sCssFilename_Idl("idl.css");
-/*
-typedef ::ary::Dyn_StdConstIterator< ::ary::idl::CommentedRelation>
- Dyn_ComRefIterator;
-namespace read_module = ::ary::idl::ifc_module;
-namespace read_interface = ::ary::idl::ifc_interface;
-namespace read_service = ::ary::idl::ifc_service;
-namespace read_struct = ::ary::idl::ifc_struct;
-namespace read_exception = ::ary::idl::ifc_exception;
-namespace read_enum = ::ary::idl::ifc_enum;
-namespace read_typedef = ::ary::idl::ifc_typedef;
-namespace read_constgroup = ::ary::idl::ifc_constantsgroup;
-*/
-
namespace
{
diff --git a/cli_ure/source/uno_bridge/cli_bridge.cxx b/cli_ure/source/uno_bridge/cli_bridge.cxx
index 3fb843b2c41d..4463a0f39bf1 100644
--- a/cli_ure/source/uno_bridge/cli_bridge.cxx
+++ b/cli_ure/source/uno_bridge/cli_bridge.cxx
@@ -40,16 +40,11 @@
#include "cli_bridge.h"
#include "cli_proxy.h"
-namespace srr= System::Runtime::Remoting;
-namespace srrp= System::Runtime::Remoting::Proxies;
#using <mscorlib.dll>
#if defined(_MSC_VER) && (_MSC_VER < 1400)
#include <_vcclrit.h>
#endif
-namespace cssu= com::sun::star::uno;
-
-
namespace sri= System::Runtime::InteropServices;
using ::rtl::OUString;
using ::rtl::OString;
diff --git a/cli_ure/source/uno_bridge/cli_proxy.cxx b/cli_ure/source/uno_bridge/cli_proxy.cxx
index 4672dd529432..fdcb20ad10a3 100644
--- a/cli_ure/source/uno_bridge/cli_proxy.cxx
+++ b/cli_ure/source/uno_bridge/cli_proxy.cxx
@@ -40,12 +40,10 @@
namespace sr = System::Reflection;
namespace st = System::Text;
-namespace sre = System::Reflection::Emit;
namespace sc = System::Collections;
namespace srrm = System::Runtime::Remoting::Messaging;
namespace srr = System::Runtime::Remoting;
namespace srrp = System::Runtime::Remoting::Proxies;
-namespace sri = System::Runtime::InteropServices;
namespace sd = System::Diagnostics;
namespace css = com::sun::star;
namespace ucss = unoidl::com::sun::star;
diff --git a/configmgr/source/localizedpropertynode.cxx b/configmgr/source/localizedpropertynode.cxx
index 270485835228..b28fc4108da5 100644
--- a/configmgr/source/localizedpropertynode.cxx
+++ b/configmgr/source/localizedpropertynode.cxx
@@ -40,12 +40,6 @@
namespace configmgr {
-namespace {
-
-namespace css = com::sun::star;
-
-}
-
LocalizedPropertyNode::LocalizedPropertyNode(
int layer, Type staticType, bool nillable):
Node(layer), staticType_(staticType), nillable_(nillable)
diff --git a/connectivity/source/drivers/calc/CTables.cxx b/connectivity/source/drivers/calc/CTables.cxx
index dff25332003b..d1052f042a57 100644
--- a/connectivity/source/drivers/calc/CTables.cxx
+++ b/connectivity/source/drivers/calc/CTables.cxx
@@ -44,7 +44,6 @@ using namespace ::com::sun::star::sdbcx;
using namespace ::com::sun::star::sdbc;
using namespace ::com::sun::star::lang;
using namespace ::com::sun::star::container;
-namespace starutil = ::com::sun::star::util;
sdbcx::ObjectType OCalcTables::createObject(const ::rtl::OUString& _rName)
{
diff --git a/connectivity/source/drivers/dbase/DIndexes.cxx b/connectivity/source/drivers/dbase/DIndexes.cxx
index 6b181102bf5e..cc721dec65bd 100644
--- a/connectivity/source/drivers/dbase/DIndexes.cxx
+++ b/connectivity/source/drivers/dbase/DIndexes.cxx
@@ -46,8 +46,6 @@ using namespace ::com::sun::star::sdbc;
using namespace ::com::sun::star::container;
using namespace ::com::sun::star::lang;
-namespace starutil = ::com::sun::star::util;
-
sdbcx::ObjectType ODbaseIndexes::createObject(const ::rtl::OUString& _rName)
{
::rtl::OUString sFile = m_pTable->getConnection()->getURL();
diff --git a/connectivity/source/drivers/dbase/DTables.cxx b/connectivity/source/drivers/dbase/DTables.cxx
index 49cad639f562..73ba90731561 100644
--- a/connectivity/source/drivers/dbase/DTables.cxx
+++ b/connectivity/source/drivers/dbase/DTables.cxx
@@ -51,7 +51,6 @@ using namespace ::com::sun::star::sdbcx;
using namespace ::com::sun::star::sdbc;
using namespace ::com::sun::star::lang;
using namespace ::com::sun::star::container;
-namespace starutil = ::com::sun::star::util;
sdbcx::ObjectType ODbaseTables::createObject(const ::rtl::OUString& _rName)
{
diff --git a/connectivity/source/drivers/file/FTables.cxx b/connectivity/source/drivers/file/FTables.cxx
index ce42098d9b48..4b2e8fcb2312 100644
--- a/connectivity/source/drivers/file/FTables.cxx
+++ b/connectivity/source/drivers/file/FTables.cxx
@@ -44,8 +44,6 @@ using namespace ::com::sun::star::sdbcx;
using namespace ::com::sun::star::sdbc;
using namespace ::com::sun::star::container;
-namespace starutil = ::com::sun::star::util;
-
sdbcx::ObjectType OTables::createObject(const ::rtl::OUString& /*_rName*/)
{
return sdbcx::ObjectType();
diff --git a/connectivity/source/drivers/flat/ETables.cxx b/connectivity/source/drivers/flat/ETables.cxx
index 67a81c162f5b..1a07d1f8e283 100644
--- a/connectivity/source/drivers/flat/ETables.cxx
+++ b/connectivity/source/drivers/flat/ETables.cxx
@@ -47,7 +47,6 @@ using namespace ::com::sun::star::sdbcx;
using namespace ::com::sun::star::sdbc;
using namespace ::com::sun::star::lang;
using namespace ::com::sun::star::container;
-namespace starutil = ::com::sun::star::util;
sdbcx::ObjectType OFlatTables::createObject(const ::rtl::OUString& _rName)
{
diff --git a/dbaccess/source/ui/uno/DBTypeWizDlgSetup.cxx b/dbaccess/source/ui/uno/DBTypeWizDlgSetup.cxx
index 5e17c98d1c2a..b49005fc4463 100644
--- a/dbaccess/source/ui/uno/DBTypeWizDlgSetup.cxx
+++ b/dbaccess/source/ui/uno/DBTypeWizDlgSetup.cxx
@@ -37,7 +37,6 @@
#include <vcl/msgbox.hxx>
using namespace dbaui;
-namespace css = ::com::sun::star;
extern "C" void SAL_CALL createRegistryInfo_ODBTypeWizDialogSetup()
{
diff --git a/desktop/source/deployment/manager/dp_commandenvironments.cxx b/desktop/source/deployment/manager/dp_commandenvironments.cxx
index 90015d8dd893..dc0ca0937102 100644
--- a/desktop/source/deployment/manager/dp_commandenvironments.cxx
+++ b/desktop/source/deployment/manager/dp_commandenvironments.cxx
@@ -40,7 +40,6 @@
#include "dp_commandenvironments.hxx"
namespace deployment = com::sun::star::deployment;
-namespace lang = com::sun::star::lang;
namespace task = com::sun::star::task;
namespace ucb = com::sun::star::ucb;
namespace uno = com::sun::star::uno;
diff --git a/desktop/source/deployment/manager/dp_properties.cxx b/desktop/source/deployment/manager/dp_properties.cxx
index 160e8a5dd14f..4f11eeadca90 100644
--- a/desktop/source/deployment/manager/dp_properties.cxx
+++ b/desktop/source/deployment/manager/dp_properties.cxx
@@ -38,7 +38,6 @@
#include "dp_properties.hxx"
namespace lang = com::sun::star::lang;
-namespace task = com::sun::star::task;
namespace ucb = com::sun::star::ucb;
namespace uno = com::sun::star::uno;
namespace css = com::sun::star;
diff --git a/desktop/source/deployment/misc/dp_version.cxx b/desktop/source/deployment/misc/dp_version.cxx
index 99da2f128d96..14179da27d40 100644
--- a/desktop/source/deployment/misc/dp_version.cxx
+++ b/desktop/source/deployment/misc/dp_version.cxx
@@ -36,8 +36,6 @@
namespace {
-namespace css = ::com::sun::star;
-
::rtl::OUString getElement(::rtl::OUString const & version, ::sal_Int32 * index)
{
while (*index < version.getLength() && version[*index] == '0') {
diff --git a/desktop/source/deployment/registry/executable/dp_executablebackenddb.cxx b/desktop/source/deployment/registry/executable/dp_executablebackenddb.cxx
index aa9ddd6e1d7f..d32ddf7c0b05 100644
--- a/desktop/source/deployment/registry/executable/dp_executablebackenddb.cxx
+++ b/desktop/source/deployment/registry/executable/dp_executablebackenddb.cxx
@@ -33,7 +33,6 @@
#include "dp_executablebackenddb.hxx"
-namespace css = ::com::sun::star;
using namespace ::com::sun::star::uno;
using ::rtl::OUString;
diff --git a/desktop/source/deployment/registry/script/dp_scriptbackenddb.cxx b/desktop/source/deployment/registry/script/dp_scriptbackenddb.cxx
index cd41461326c3..739a5074ddb3 100644
--- a/desktop/source/deployment/registry/script/dp_scriptbackenddb.cxx
+++ b/desktop/source/deployment/registry/script/dp_scriptbackenddb.cxx
@@ -36,7 +36,6 @@
#include "dp_scriptbackenddb.hxx"
-namespace css = ::com::sun::star;
using namespace ::com::sun::star::uno;
using ::rtl::OUString;
diff --git a/desktop/source/deployment/registry/sfwk/dp_parceldesc.cxx b/desktop/source/deployment/registry/sfwk/dp_parceldesc.cxx
index b7a36380a363..2153ac8287ae 100644
--- a/desktop/source/deployment/registry/sfwk/dp_parceldesc.cxx
+++ b/desktop/source/deployment/registry/sfwk/dp_parceldesc.cxx
@@ -36,7 +36,6 @@ using namespace ::com::sun::star::uno;
using ::rtl::OUString;
-namespace css = ::com::sun::star;
namespace dp_registry
{
namespace backend
diff --git a/desktop/source/deployment/registry/sfwk/dp_sfwk.cxx b/desktop/source/deployment/registry/sfwk/dp_sfwk.cxx
index 41dc730f728e..53db49639b8f 100644
--- a/desktop/source/deployment/registry/sfwk/dp_sfwk.cxx
+++ b/desktop/source/deployment/registry/sfwk/dp_sfwk.cxx
@@ -47,7 +47,6 @@ using namespace ::com::sun::star::ucb;
using namespace ::com::sun::star::script;
using ::rtl::OUString;
-namespace css = ::com::sun::star;
namespace dp_registry
{
diff --git a/desktop/source/splash/services_spl.cxx b/desktop/source/splash/services_spl.cxx
index 5cc0bcf6054c..ea134bee5dd0 100644
--- a/desktop/source/splash/services_spl.cxx
+++ b/desktop/source/splash/services_spl.cxx
@@ -36,8 +36,6 @@
namespace {
-namespace css = com::sun::star;
-
static cppu::ImplementationEntry const services[] = {
{ &desktop::splash::create, &desktop::splash::getImplementationName,
&desktop::splash::getSupportedServiceNames,
diff --git a/extensions/source/update/check/updatecheck.cxx b/extensions/source/update/check/updatecheck.cxx
index 88f7234991a3..7832d8c15d87 100644
--- a/extensions/source/update/check/updatecheck.cxx
+++ b/extensions/source/update/check/updatecheck.cxx
@@ -63,15 +63,12 @@
#include "updateprotocol.hxx"
#include "updatecheckconfig.hxx"
-namespace awt = com::sun::star::awt ;
namespace beans = com::sun::star::beans ;
-namespace container = com::sun::star::container ;
namespace deployment = com::sun::star::deployment ;
namespace frame = com::sun::star::frame ;
namespace lang = com::sun::star::lang ;
namespace c3s = com::sun::star::system ;
namespace task = com::sun::star::task ;
-namespace util = com::sun::star::util ;
namespace uno = com::sun::star::uno ;
#define UNISTRING(s) rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(s))
diff --git a/filter/source/config/cache/registration.cxx b/filter/source/config/cache/registration.cxx
index 846068cb4962..f74d704dc651 100644
--- a/filter/source/config/cache/registration.cxx
+++ b/filter/source/config/cache/registration.cxx
@@ -42,8 +42,6 @@
namespace filter{
namespace config{
-namespace css = ::com::sun::star;
-
//_______________________________________________
// definitions
diff --git a/fpicker/source/office/PlacesListBox.cxx b/fpicker/source/office/PlacesListBox.cxx
index e6595c60bbb3..c763b1d913f4 100644
--- a/fpicker/source/office/PlacesListBox.cxx
+++ b/fpicker/source/office/PlacesListBox.cxx
@@ -36,7 +36,6 @@
#define COLUMN_NAME 1
-namespace css = com::sun::star;
using rtl::OUString;
PlacesListBox_Impl::PlacesListBox_Impl( Window* pParent, const rtl::OUString& rTitle ) :
diff --git a/fpicker/source/win32/filepicker/asyncrequests.cxx b/fpicker/source/win32/filepicker/asyncrequests.cxx
index b0124859fb12..a6b1d2358eb0 100644
--- a/fpicker/source/win32/filepicker/asyncrequests.cxx
+++ b/fpicker/source/win32/filepicker/asyncrequests.cxx
@@ -38,8 +38,6 @@ namespace fpicker{
namespace win32{
namespace vista{
-namespace css = ::com::sun::star;
-
//-----------------------------------------------------------------------------
void lcl_sleep(::osl::Condition& aCondition ,
::sal_Int32 nMilliSeconds)
diff --git a/framework/source/services/autorecovery.cxx b/framework/source/services/autorecovery.cxx
index 610eef195427..690e4df5069e 100644
--- a/framework/source/services/autorecovery.cxx
+++ b/framework/source/services/autorecovery.cxx
@@ -123,8 +123,6 @@ using ::com::sun::star::frame::XLoadable;
using ::com::sun::star::frame::XStorable;
using ::com::sun::star::lang::XComponent;
-namespace fpf = ::framework::pattern::frame;
-
namespace framework
{
diff --git a/sd/source/ui/table/tablefunction.cxx b/sd/source/ui/table/tablefunction.cxx
index 10066a9cc729..0e11eaac5b4a 100644
--- a/sd/source/ui/table/tablefunction.cxx
+++ b/sd/source/ui/table/tablefunction.cxx
@@ -84,8 +84,6 @@ using namespace ::com::sun::star::lang;
using namespace ::com::sun::star::drawing;
using namespace ::com::sun::star::linguistic2;
-namespace css = ::com::sun::star;
-
namespace sd
{
extern void showTableDesignDialog( ::Window*, ViewShellBase& );
diff --git a/sfx2/source/control/dispatch.cxx b/sfx2/source/control/dispatch.cxx
index 8df57ea1b6b9..a6f4384c29bf 100644
--- a/sfx2/source/control/dispatch.cxx
+++ b/sfx2/source/control/dispatch.cxx
@@ -71,8 +71,6 @@
#include <deque>
#include <boost/ptr_container/ptr_vector.hpp>
-namespace css = ::com::sun::star;
-
DBG_NAME(SfxDispatcherFlush)
DBG_NAME(SfxDispatcherFillState)
diff --git a/shell/source/backends/localebe/localebecdef.cxx b/shell/source/backends/localebe/localebecdef.cxx
index 620321003720..ee7b1edd73af 100644
--- a/shell/source/backends/localebe/localebecdef.cxx
+++ b/shell/source/backends/localebe/localebecdef.cxx
@@ -32,9 +32,7 @@
#include <cppuhelper/implementationentry.hxx>
#include <com/sun/star/uno/XComponentContext.hpp>
-namespace css = com::sun::star ;
-namespace uno = css::uno ;
-namespace lang = css::lang ;
+namespace uno = com::sun::star::uno ;
//------------------------------------------------------------------------------
diff --git a/shell/source/backends/macbe/macbecdef.cxx b/shell/source/backends/macbe/macbecdef.cxx
index cf0993723d86..a52d7acb6ee9 100644
--- a/shell/source/backends/macbe/macbecdef.cxx
+++ b/shell/source/backends/macbe/macbecdef.cxx
@@ -33,9 +33,7 @@
#include <cppuhelper/implementationentry.hxx>
#include <com/sun/star/uno/XComponentContext.hpp>
-namespace css = com::sun::star;
-namespace uno = css::uno;
-namespace lang = css::lang;
+namespace uno = com::sun::star::uno;
//------------------------------------------------------------------------------
diff --git a/shell/source/backends/wininetbe/wininetbecdef.cxx b/shell/source/backends/wininetbe/wininetbecdef.cxx
index 1f1034cb22e4..ca82c1b8c088 100644
--- a/shell/source/backends/wininetbe/wininetbecdef.cxx
+++ b/shell/source/backends/wininetbe/wininetbecdef.cxx
@@ -33,9 +33,7 @@
#include <cppuhelper/implementationentry.hxx>
#include <com/sun/star/uno/XComponentContext.hpp>
-namespace css = com::sun::star ;
-namespace uno = css::uno ;
-namespace lang = css::lang ;
+namespace uno = com::sun::star::uno ;
//------------------------------------------------------------------------------
diff --git a/ucb/source/ucp/ftp/test_ftpurl.cxx b/ucb/source/ucp/ftp/test_ftpurl.cxx
index f514c4b6a51a..e2c2bb0f54aa 100644
--- a/ucb/source/ucp/ftp/test_ftpurl.cxx
+++ b/ucb/source/ucp/ftp/test_ftpurl.cxx
@@ -41,9 +41,6 @@
return number_of_errors
-namespace ccsu = com::sun::star::ucb;
-
-
struct ServerInfo {
rtl::OUString host;
rtl::OUString port;
diff --git a/vcl/unx/gtk/gdi/salprn-gtk.cxx b/vcl/unx/gtk/gdi/salprn-gtk.cxx
index 2f4c9f639c9e..0a76b1c6f78f 100644
--- a/vcl/unx/gtk/gdi/salprn-gtk.cxx
+++ b/vcl/unx/gtk/gdi/salprn-gtk.cxx
@@ -71,7 +71,6 @@ namespace frame = com::sun::star::frame;
namespace beans = com::sun::star::beans;
namespace container = com::sun::star::container;
namespace uno = com::sun::star::uno;
-namespace lang = com::sun::star::lang;
namespace document = com::sun::star::document;
namespace sheet = com::sun::star::sheet;
namespace io = com::sun::star::io;
diff --git a/xmlsecurity/source/framework/encryptionengine.cxx b/xmlsecurity/source/framework/encryptionengine.cxx
index e4af9542ac78..c6d5fbd76a2d 100644
--- a/xmlsecurity/source/framework/encryptionengine.cxx
+++ b/xmlsecurity/source/framework/encryptionengine.cxx
@@ -33,7 +33,6 @@
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
namespace cssu = com::sun::star::uno;
-namespace cssl = com::sun::star::lang;
namespace cssxc = com::sun::star::xml::crypto;
namespace cssxw = com::sun::star::xml::wrapper;
diff --git a/xmlsecurity/source/framework/securityengine.cxx b/xmlsecurity/source/framework/securityengine.cxx
index 1d54758ba764..8c7f4af31363 100644
--- a/xmlsecurity/source/framework/securityengine.cxx
+++ b/xmlsecurity/source/framework/securityengine.cxx
@@ -32,8 +32,6 @@
namespace cssu = com::sun::star::uno;
namespace cssl = com::sun::star::lang;
-namespace cssxc = com::sun::star::xml::crypto;
-namespace cssxw = com::sun::star::xml::wrapper;
#define DECLARE_ASCII( SASCIIVALUE ) \
rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( SASCIIVALUE ) )
diff --git a/xmlsecurity/source/framework/signatureverifierimpl.cxx b/xmlsecurity/source/framework/signatureverifierimpl.cxx
index 103a194f4665..a9b8ad5a3476 100644
--- a/xmlsecurity/source/framework/signatureverifierimpl.cxx
+++ b/xmlsecurity/source/framework/signatureverifierimpl.cxx
@@ -35,7 +35,6 @@
namespace cssu = com::sun::star::uno;
namespace cssl = com::sun::star::lang;
namespace cssxc = com::sun::star::xml::crypto;
-namespace cssxw = com::sun::star::xml::wrapper;
#define SERVICE_NAME "com.sun.star.xml.crypto.sax.SignatureVerifier"
#define IMPLEMENTATION_NAME "com.sun.star.xml.security.framework.SignatureVerifierImpl"
diff --git a/xmlsecurity/source/helper/xsecctl.cxx b/xmlsecurity/source/helper/xsecctl.cxx
index 5bcfcf767e06..024d440d4b13 100644
--- a/xmlsecurity/source/helper/xsecctl.cxx
+++ b/xmlsecurity/source/helper/xsecctl.cxx
@@ -46,7 +46,6 @@ namespace cssl = com::sun::star::lang;
namespace cssxc = com::sun::star::xml::crypto;
namespace cssxs = com::sun::star::xml::sax;
namespace cssxw = com::sun::star::xml::wrapper;
-namespace cssb = com::sun::star::beans;
const sal_Int8 XML_MAXDIGITSCOUNT_TIME = 11;
const sal_Int8 XML_MAXDIGITSCOUNT_DATETIME = 6;
diff --git a/xmlsecurity/source/xmlsec/mscrypt/securityenvironment_mscryptimpl.cxx b/xmlsecurity/source/xmlsec/mscrypt/securityenvironment_mscryptimpl.cxx
index fbaea804728f..50e4f6d9acfe 100644
--- a/xmlsecurity/source/xmlsec/mscrypt/securityenvironment_mscryptimpl.cxx
+++ b/xmlsecurity/source/xmlsec/mscrypt/securityenvironment_mscryptimpl.cxx
@@ -70,7 +70,6 @@ using ::rtl::OUString ;
using ::com::sun::star::xml::crypto::XSecurityEnvironment ;
using ::com::sun::star::security::XCertificate ;
-namespace css = ::com::sun::star;
extern X509Certificate_MSCryptImpl* MswcryCertContextToXCert( PCCERT_CONTEXT cert ) ;
diff --git a/xmlsecurity/source/xmlsec/nss/nssinitializer.cxx b/xmlsecurity/source/xmlsec/nss/nssinitializer.cxx
index 1ed0b7006a36..e764406b5cd2 100644
--- a/xmlsecurity/source/xmlsec/nss/nssinitializer.cxx
+++ b/xmlsecurity/source/xmlsec/nss/nssinitializer.cxx
@@ -81,7 +81,6 @@
namespace css = ::com::sun::star;
namespace cssu = css::uno;
namespace cssl = css::lang;
-namespace cssxc = css::xml::crypto;
using namespace xmlsecurity;
using namespace com::sun::star;