diff options
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() { } |