diff options
author | Jelle van der Waa <jelle@vdwaa.nl> | 2013-08-09 20:04:34 +0200 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2013-08-10 14:55:06 +0000 |
commit | 4f360266cd1335861c182493bde6ade0e67b753b (patch) | |
tree | 94fbebf42ab561d68b659fa0c0f80ab85abef2d8 /xmloff/source/transform/TransformerActions.hxx | |
parent | 9c8831244062202e9066b97be7082e72e1194866 (diff) |
fdo#62475 removed pointless comments
Change-Id: I176886fbc9f3d9e2b8ad2308ac2b127d9c68d9a6
Reviewed-on: https://gerrit.libreoffice.org/5331
Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
Diffstat (limited to 'xmloff/source/transform/TransformerActions.hxx')
-rw-r--r-- | xmloff/source/transform/TransformerActions.hxx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/xmloff/source/transform/TransformerActions.hxx b/xmloff/source/transform/TransformerActions.hxx index 03d272325d0a..dd25e7b170e2 100644 --- a/xmloff/source/transform/TransformerActions.hxx +++ b/xmloff/source/transform/TransformerActions.hxx @@ -56,8 +56,6 @@ struct NameKey_Impl } }; -// ----------------------------------------------------------------------------- - struct NameHash_Impl { inline size_t operator()( const NameKey_Impl& r ) const; @@ -78,8 +76,6 @@ inline bool NameHash_Impl::operator()( return r1.m_nPrefix == r2.m_nPrefix && r1.m_aLocalName == r2.m_aLocalName; } -// ----------------------------------------------------------------------------- - struct TransformerAction_Impl { sal_uInt32 m_nActionType; @@ -136,9 +132,6 @@ struct TransformerAction_Impl }; - -// ----------------------------------------------------------------------------- - class XMLTransformerActions : public ::boost::unordered_map< NameKey_Impl, TransformerAction_Impl, NameHash_Impl, NameHash_Impl > |