diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2012-06-01 01:04:20 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2012-06-01 01:04:50 +0900 |
commit | d95d58af08a35d8a6f9a7713a556915091863f11 (patch) | |
tree | 04f50c6beffd34f7efa2abaa2b9478f96ed746e2 /xmlsecurity/source/framework/securityengine.cxx | |
parent | daf9c9c8af4ae7b8a1327040287dafb90ed5146b (diff) |
nuke unused namespace
Change-Id: Ic00cdfce4172af0a2f0aa1aa33ef5e386d407976
Diffstat (limited to 'xmlsecurity/source/framework/securityengine.cxx')
-rw-r--r-- | xmlsecurity/source/framework/securityengine.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
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 ) ) |