summaryrefslogtreecommitdiff
path: root/forms/source/component/Button.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/component/Button.hxx')
-rw-r--r--forms/source/component/Button.hxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/forms/source/component/Button.hxx b/forms/source/component/Button.hxx
index 4f6891d12832..bbf97b8e787b 100644
--- a/forms/source/component/Button.hxx
+++ b/forms/source/component/Button.hxx
@@ -35,14 +35,14 @@
#include <cppuhelper/implbase1.hxx>
-//.........................................................................
+
namespace frm
{
-//.........................................................................
-//==================================================================
+
+
// OButtonModel
-//==================================================================
+
typedef ::cppu::ImplHelper1 < ::com::sun::star::form::XReset
> OButtonModel_Base;
class OButtonModel :public OClickableImageBaseModel
@@ -106,9 +106,9 @@ protected:
using OClickableImageBaseModel::disposing;
};
-//==================================================================
+
// OButtonControl
-//==================================================================
+
typedef ::cppu::ImplHelper3 < ::com::sun::star::awt::XButton
, ::com::sun::star::awt::XActionListener
, ::com::sun::star::beans::XPropertyChangeListener
@@ -194,9 +194,9 @@ private:
void startOrStopModelPropertyListening( bool _bStart );
};
-//.........................................................................
+
} // namespace frm
-//.........................................................................
+
#endif // INCLUDED_FORMS_SOURCE_COMPONENT_BUTTON_HXX