summaryrefslogtreecommitdiff
path: root/xmloff/source/forms/ifacecompare.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/forms/ifacecompare.hxx')
-rw-r--r--xmloff/source/forms/ifacecompare.hxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/xmloff/source/forms/ifacecompare.hxx b/xmloff/source/forms/ifacecompare.hxx
index 8c090f6c9c2d..b4859d88bf02 100644
--- a/xmloff/source/forms/ifacecompare.hxx
+++ b/xmloff/source/forms/ifacecompare.hxx
@@ -24,14 +24,10 @@
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/drawing/XDrawPage.hpp>
-//.........................................................................
namespace xmloff
{
-//.........................................................................
- //=====================================================================
//= OInterfaceCompare
- //=====================================================================
/** is stl-compliant structure for comparing Reference&lt; &lt;iface&gt; &gt; instances
*/
template < class IAFCE >
@@ -54,9 +50,7 @@ namespace xmloff
typedef OInterfaceCompare< ::com::sun::star::beans::XPropertySet > OPropertySetCompare;
typedef OInterfaceCompare< ::com::sun::star::drawing::XDrawPage > ODrawPageCompare;
-//.........................................................................
} // namespace xmloff
-//.........................................................................
#endif // _XMLOFF_FORMS_IFACECOMPARE_HXX_