summaryrefslogtreecommitdiff
path: root/xmloff/source/forms/attriblistmerge.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/forms/attriblistmerge.hxx')
-rw-r--r--xmloff/source/forms/attriblistmerge.hxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/xmloff/source/forms/attriblistmerge.hxx b/xmloff/source/forms/attriblistmerge.hxx
index 8cdd67642e24..344bbc6b22ec 100644
--- a/xmloff/source/forms/attriblistmerge.hxx
+++ b/xmloff/source/forms/attriblistmerge.hxx
@@ -25,14 +25,10 @@
#include <osl/mutex.hxx>
#include <com/sun/star/xml/sax/XAttributeList.hpp>
-//.........................................................................
namespace xmloff
{
-//.........................................................................
- //=====================================================================
//= OAttribListMerger
- //=====================================================================
typedef ::cppu::WeakImplHelper1 < ::com::sun::star::xml::sax::XAttributeList
> OAttribListMerger_Base;
/** implements the XAttributeList list by merging different source attribute lists
@@ -68,10 +64,7 @@ namespace xmloff
sal_Bool seekToName(const OUString& _rName, ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XAttributeList >& _rSubList, sal_Int16& _rLocalIndex);
};
-
-//.........................................................................
} // namespace xmloff
-//.........................................................................
#endif // _XMLOFF_FORMS_ATTRIBLISTMERGE_HXX_