summaryrefslogtreecommitdiff
path: root/forms/source/component/ImageButton.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/component/ImageButton.hxx')
-rw-r--r--forms/source/component/ImageButton.hxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/forms/source/component/ImageButton.hxx b/forms/source/component/ImageButton.hxx
index ad114e7a368c..06dd2c4eae03 100644
--- a/forms/source/component/ImageButton.hxx
+++ b/forms/source/component/ImageButton.hxx
@@ -23,14 +23,14 @@
#include "clickableimage.hxx"
#include <com/sun/star/awt/XMouseListener.hpp>
-//.........................................................................
+
namespace frm
{
-//.........................................................................
-//==================================================================
+
+
// OImageButtonModel
-//==================================================================
+
class OImageButtonModel
:public OClickableImageBaseModel
{
@@ -55,9 +55,9 @@ protected:
DECLARE_XCLONEABLE();
};
-//==================================================================
+
// OImageButtonControl
-//==================================================================
+
typedef ::cppu::ImplHelper1< ::com::sun::star::awt::XMouseListener> OImageButtonControl_BASE;
class OImageButtonControl : public OClickableImageBaseControl,
public OImageButtonControl_BASE
@@ -91,9 +91,9 @@ public:
using OClickableImageBaseControl::disposing;
};
-//.........................................................................
+
} // namespace frm
-//.........................................................................
+
#endif // INCLUDED_FORMS_SOURCE_COMPONENT_IMAGEBUTTON_HXX