summaryrefslogtreecommitdiffstats
path: root/forms/source/helper/windowstateguard.cxx
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/helper/windowstateguard.cxx
parentRemove visual noise from formula (diff)
downloadcore-bed18b128ff1329579369b07b2b172e2906649f8.tar.gz
core-bed18b128ff1329579369b07b2b172e2906649f8.zip
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/helper/windowstateguard.cxx')
-rw-r--r--forms/source/helper/windowstateguard.cxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/forms/source/helper/windowstateguard.cxx b/forms/source/helper/windowstateguard.cxx
index b970069419f2..d84709469814 100644
--- a/forms/source/helper/windowstateguard.cxx
+++ b/forms/source/helper/windowstateguard.cxx
@@ -25,10 +25,10 @@
#include <cppuhelper/implbase1.hxx>
#include <tools/diagnose_ex.h>
-//........................................................................
+
namespace frm
{
-//........................................................................
+
using ::com::sun::star::awt::XWindowListener2;
using ::com::sun::star::uno::Reference;
@@ -41,9 +41,9 @@ namespace frm
using ::com::sun::star::uno::UNO_QUERY;
using ::com::sun::star::uno::Exception;
- //====================================================================
+
//= WindowStateGuard_Impl
- //====================================================================
+
typedef ::cppu::WeakImplHelper1 < XWindowListener2
> WindowStateGuard_Impl_Base;
class WindowStateGuard_Impl : public WindowStateGuard_Impl_Base
@@ -186,9 +186,9 @@ namespace frm
dispose();
}
- //====================================================================
+
//= WindowStateGuard
- //====================================================================
+
WindowStateGuard::WindowStateGuard()
{
@@ -214,8 +214,8 @@ namespace frm
m_pImpl = new WindowStateGuard_Impl( _rxWindow, xModelProps );
}
-//........................................................................
+
} // namespace frm
-//........................................................................
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */