summaryrefslogtreecommitdiff
path: root/forms/source/component/clickableimage.hxx
diff options
context:
space:
mode:
authorAlexander Wilms <f.alexander.wilms@gmail.com>2014-02-25 18:50:02 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-02-26 14:54:56 -0600
commitbed18b128ff1329579369b07b2b172e2906649f8 (patch)
tree2d3766c57b8b262e9560578edecb83e070154fe1 /forms/source/component/clickableimage.hxx
parent224f6c17f7119ca65716a73f21244ddd3e26a653 (diff)
Remove visual noise from forms
Conflicts: forms/source/component/DatabaseForm.cxx Change-Id: I4005fe65e89794bd92191c37221c252a3e964917 Reviewed-on: https://gerrit.libreoffice.org/8262 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'forms/source/component/clickableimage.hxx')
-rw-r--r--forms/source/component/clickableimage.hxx24
1 files changed, 12 insertions, 12 deletions
diff --git a/forms/source/component/clickableimage.hxx b/forms/source/component/clickableimage.hxx
index 83dcc9fae04f..011e9de7808d 100644
--- a/forms/source/component/clickableimage.hxx
+++ b/forms/source/component/clickableimage.hxx
@@ -38,16 +38,16 @@
class SfxMedium;
-//.........................................................................
+
namespace frm
{
-//.........................................................................
+
class OImageProducerThread_Impl;
class ControlFeatureInterception;
- //==================================================================
+
// OClickableImageBaseModel
- //==================================================================
+
typedef ::cppu::ImplHelper3 < ::com::sun::star::form::XImageProducerSupplier
, ::com::sun::star::awt::XImageProducer
, ::com::sun::star::form::submission::XSubmissionSupplier
@@ -145,9 +145,9 @@ namespace frm
void implInitializeImageURL( );
};
- //==================================================================
+
// ImageModelMethodGuard
- //==================================================================
+
class ImageModelMethodGuard : public ::osl::MutexGuard
{
private:
@@ -165,9 +165,9 @@ namespace frm
}
};
- //==================================================================
+
// OClickableImageBaseControl
- //==================================================================
+
typedef ::cppu::ImplHelper3 < ::com::sun::star::form::XApproveActionBroadcaster
, ::com::sun::star::form::submission::XSubmission
, ::com::sun::star::frame::XDispatchProviderInterception
@@ -248,9 +248,9 @@ namespace frm
) SAL_THROW((com::sun::star::util::VetoException, ::com::sun::star::lang::WrappedTargetException, ::com::sun::star::uno::RuntimeException));
};
- //==================================================================
+
// OImageProducerThread_Impl
- //==================================================================
+
class OImageProducerThread_Impl: public OComponentEventThread
{
protected:
@@ -277,9 +277,9 @@ namespace frm
using OComponentEventThread::addEvent;
};
-//.........................................................................
+
} // namespace frm
-//.........................................................................
+
#endif // INCLUDED_FORMS_SOURCE_COMPONENT_CLICKABLEIMAGE_HXX