[Libreoffice-commits] .: autodoc/source cli_ure/source configmgr/source connectivity/source dbaccess/source desktop/source extensions/source filter/source fpicker/source framework/source sd/source sfx2/source shell/source ucb/source vcl/unx xmlsecurity/source

Takeshi Abe tabe at kemper.freedesktop.org
Thu May 31 09:05:32 PDT 2012


 autodoc/source/display/idl/hi_main.cxx                                   |   13 ----------
 cli_ure/source/uno_bridge/cli_bridge.cxx                                 |    5 ---
 cli_ure/source/uno_bridge/cli_proxy.cxx                                  |    2 -
 configmgr/source/localizedpropertynode.cxx                               |    6 ----
 connectivity/source/drivers/calc/CTables.cxx                             |    1 
 connectivity/source/drivers/dbase/DIndexes.cxx                           |    2 -
 connectivity/source/drivers/dbase/DTables.cxx                            |    1 
 connectivity/source/drivers/file/FTables.cxx                             |    2 -
 connectivity/source/drivers/flat/ETables.cxx                             |    1 
 dbaccess/source/ui/uno/DBTypeWizDlgSetup.cxx                             |    1 
 desktop/source/deployment/manager/dp_commandenvironments.cxx             |    1 
 desktop/source/deployment/manager/dp_properties.cxx                      |    1 
 desktop/source/deployment/misc/dp_version.cxx                            |    2 -
 desktop/source/deployment/registry/executable/dp_executablebackenddb.cxx |    1 
 desktop/source/deployment/registry/script/dp_scriptbackenddb.cxx         |    1 
 desktop/source/deployment/registry/sfwk/dp_parceldesc.cxx                |    1 
 desktop/source/deployment/registry/sfwk/dp_sfwk.cxx                      |    1 
 desktop/source/splash/services_spl.cxx                                   |    2 -
 extensions/source/update/check/updatecheck.cxx                           |    3 --
 filter/source/config/cache/registration.cxx                              |    2 -
 fpicker/source/office/PlacesListBox.cxx                                  |    1 
 fpicker/source/win32/filepicker/asyncrequests.cxx                        |    2 -
 framework/source/services/autorecovery.cxx                               |    2 -
 sd/source/ui/table/tablefunction.cxx                                     |    2 -
 sfx2/source/control/dispatch.cxx                                         |    2 -
 shell/source/backends/localebe/localebecdef.cxx                          |    4 ---
 shell/source/backends/macbe/macbecdef.cxx                                |    4 ---
 shell/source/backends/wininetbe/wininetbecdef.cxx                        |    4 ---
 ucb/source/ucp/ftp/test_ftpurl.cxx                                       |    3 --
 vcl/unx/gtk/gdi/salprn-gtk.cxx                                           |    1 
 xmlsecurity/source/framework/encryptionengine.cxx                        |    1 
 xmlsecurity/source/framework/securityengine.cxx                          |    2 -
 xmlsecurity/source/framework/signatureverifierimpl.cxx                   |    1 
 xmlsecurity/source/helper/xsecctl.cxx                                    |    1 
 xmlsecurity/source/xmlsec/mscrypt/securityenvironment_mscryptimpl.cxx    |    1 
 xmlsecurity/source/xmlsec/nss/nssinitializer.cxx                         |    1 
 36 files changed, 3 insertions(+), 78 deletions(-)

New commits:
commit d95d58af08a35d8a6f9a7713a556915091863f11
Author: Takeshi Abe <tabe at fixedpoint.jp>
Date:   Fri Jun 1 01:04:20 2012 +0900

    nuke unused namespace
    
    Change-Id: Ic00cdfce4172af0a2f0aa1aa33ef5e386d407976

diff --git a/autodoc/source/display/idl/hi_main.cxx b/autodoc/source/display/idl/hi_main.cxx
index f6b346f..a15eca8 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 3fb843b..4463a0f 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 4672dd5..fdcb20a 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 2704858..b28fc41 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 dff2533..d1052f0 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 6b18110..cc721de 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 49cad63..73ba907 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 ce42098..4b2e8fc 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 67a81c1..1a07d1f 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 5e17c98..b49005f 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 90015d8..dc0ca09 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 160e8a5..4f11eea 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 99da2f1..14179da 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 aa9ddd6..d32ddf7 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 cd41461..739a507 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 b7a3638..2153ac8 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 41dc730..53db496 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 5cc0bcf..ea134be 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 88f7234..7832d8c 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 846068c..f74d704 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 e6595c6..c763b1d 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 b012485..a6b1d23 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 610eef1..690e4df 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 10066a9..0e11eaa 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 8df57ea..a6f4384 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 6203210..ee7b1ed 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 cf09937..a52d7ac 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 1f1034c..ca82c1b 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 f514c4b..e2c2bb0 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 2f4c9f6..0a76b1c 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 e4af954..c6d5fbd 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 1d54758..8c7f4af 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 103a194..a9b8ad5 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 5bcfcf7..024d440 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 fbaea80..50e4f6d 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 1ed0b70..e764406 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;


More information about the Libreoffice-commits mailing list