summaryrefslogtreecommitdiff
path: root/framework/inc/helper/tagwindowasmodified.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/inc/helper/tagwindowasmodified.hxx')
-rw-r--r--framework/inc/helper/tagwindowasmodified.hxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/framework/inc/helper/tagwindowasmodified.hxx b/framework/inc/helper/tagwindowasmodified.hxx
index c6847213cdd1..a9feec641e63 100644
--- a/framework/inc/helper/tagwindowasmodified.hxx
+++ b/framework/inc/helper/tagwindowasmodified.hxx
@@ -65,43 +65,35 @@ class TagWindowAsModified : public ::cppu::WeakImplHelper3<
/// we list on the model for modify events
css::uno::WeakReference< css::frame::XModel > m_xModel;
-
// interface
public:
-
// ctor/dtor
TagWindowAsModified();
virtual ~TagWindowAsModified( );
-
// XInterface, XTypeProvider
-
// XInitialization
virtual void SAL_CALL initialize(const css::uno::Sequence< css::uno::Any >& lArguments)
throw(css::uno::Exception ,
css::uno::RuntimeException, std::exception) SAL_OVERRIDE;
-
// XModifyListener
virtual void SAL_CALL modified(const css::lang::EventObject& aEvent)
throw(css::uno::RuntimeException, std::exception) SAL_OVERRIDE;
-
// XFrameActionListener
virtual void SAL_CALL frameAction(const css::frame::FrameActionEvent& aEvent)
throw(css::uno::RuntimeException, std::exception) SAL_OVERRIDE;
-
// XEventListener
virtual void SAL_CALL disposing(const css::lang::EventObject& aEvent)
throw(css::uno::RuntimeException, std::exception) SAL_OVERRIDE;
private:
-
// @todo document me
void impl_update(const css::uno::Reference< css::frame::XFrame >& xFrame);