summaryrefslogtreecommitdiff
path: root/xmloff/source/forms/gridcolumnproptranslator.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/forms/gridcolumnproptranslator.hxx')
-rw-r--r--xmloff/source/forms/gridcolumnproptranslator.hxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/xmloff/source/forms/gridcolumnproptranslator.hxx b/xmloff/source/forms/gridcolumnproptranslator.hxx
index 6c9313bdc7e7..422630e8e569 100644
--- a/xmloff/source/forms/gridcolumnproptranslator.hxx
+++ b/xmloff/source/forms/gridcolumnproptranslator.hxx
@@ -24,14 +24,10 @@
#include <com/sun/star/beans/XPropertySet.hpp>
#include <cppuhelper/implbase2.hxx>
-//........................................................................
namespace xmloff
{
-//........................................................................
- //====================================================================
//= OGridColumnPropertyTranslator
- //====================================================================
typedef ::cppu::WeakImplHelper2 < ::com::sun::star::beans::XPropertySet
, ::com::sun::star::beans::XMultiPropertySet
> OGridColumnPropertyTranslator_Base;
@@ -66,9 +62,7 @@ namespace xmloff
virtual void SAL_CALL firePropertiesChangeEvent( const ::com::sun::star::uno::Sequence< OUString >& aPropertyNames, const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertiesChangeListener >& xListener ) throw (::com::sun::star::uno::RuntimeException);
};
-//........................................................................
} // namespace xmloff
-//........................................................................
#endif // XMLOFF_SOURCE_FORMS_GRIDCOLUMNPROPTRANSLATOR_HXX