diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2012-09-01 21:04:10 +0200 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2012-09-01 21:06:12 +0200 |
commit | b4f030f0e3a702e6398698eff08e21141f2c761f (patch) | |
tree | 8056d70807a7dc93c44833b131aa1ae1e9ccf3b9 /unotools | |
parent | d93fdcf391bdbab03933ceefa9a4457f4b635f44 (diff) |
hide duplication into anonymous namespace
Change-Id: Ie9a810f59d08d79636a0ad4b56adedb87479706e
Diffstat (limited to 'unotools')
-rw-r--r-- | unotools/source/config/xmlaccelcfg.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/unotools/source/config/xmlaccelcfg.cxx b/unotools/source/config/xmlaccelcfg.cxx index ef4e4000edf5..57ea43e4b4ce 100644 --- a/unotools/source/config/xmlaccelcfg.cxx +++ b/unotools/source/config/xmlaccelcfg.cxx @@ -38,7 +38,7 @@ using ::rtl::OUString; #define ATTRIBUTE_TYPE_CDATA "CDATA" -// ------------------------------------------------------------------ +namespace { struct AttributeListImpl_impl; class AttributeListImpl : public ::cppu::WeakImplHelper1< ::com::sun::star::xml::sax::XAttributeList > @@ -185,7 +185,7 @@ void AttributeListImpl::clear() OSL_ASSERT( ! getLength() ); } -// ------------------------------------------------------------------ +} // anonymous namespace Any SAL_CALL OReadAccelatorDocumentHandler::queryInterface( const Type & rType ) throw( RuntimeException ) { |