diff options
author | Chris Laplante <mostthingsweb@gmail.com> | 2014-05-24 17:17:30 -0400 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-05-25 14:35:17 -0500 |
commit | 04f31d13c5813f6ce1e3076c4e987ffb8fafb9b3 (patch) | |
tree | 80da561a4cf0f35eee8aeaa3cdb2166789b76364 /forms/source/helper/windowstateguard.cxx | |
parent | 885b11cc5d6fb17ca3d0b47f20bd13f0775b1640 (diff) |
Remove ASCII art, useless comments and whitespace from forms module
Change-Id: Ib6157a493092a137a6b0bf5b96d0e760d307f9da
Reviewed-on: https://gerrit.libreoffice.org/9472
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.cxx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/forms/source/helper/windowstateguard.cxx b/forms/source/helper/windowstateguard.cxx index cde58ad99148..e5f4c1c05996 100644 --- a/forms/source/helper/windowstateguard.cxx +++ b/forms/source/helper/windowstateguard.cxx @@ -41,9 +41,6 @@ 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,10 +183,6 @@ namespace frm dispose(); } - - //= WindowStateGuard - - WindowStateGuard::WindowStateGuard() { } |