summaryrefslogtreecommitdiff
path: root/include/framework
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-04-22 15:05:17 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-04-22 15:38:44 +0200
commit79e0e713f798718902fed9740f147ce143bf7b76 (patch)
tree044eab4ff7f2b90ecc4f7f18e523b52024377e74 /include/framework
parentba150afb07c942d6d87a3b4d7e6535229d9b2013 (diff)
Update to XDocumentEventBroadcaster et al
Change-Id: I11633dc1629eac6a1ba79e4b45972a1e4f5fc833
Diffstat (limited to 'include/framework')
-rw-r--r--include/framework/titlehelper.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/framework/titlehelper.hxx b/include/framework/titlehelper.hxx
index 63d86e5e6e8d..a1653d7ceacb 100644
--- a/include/framework/titlehelper.hxx
+++ b/include/framework/titlehelper.hxx
@@ -31,7 +31,7 @@
#include <com/sun/star/frame/XController.hpp>
#include <com/sun/star/frame/XFrame.hpp>
#include <com/sun/star/frame/XFrameActionListener.hpp>
-#include <com/sun/star/document/XEventListener.hpp>
+#include <com/sun/star/document/XDocumentEventListener.hpp>
#include <cppuhelper/basemutex.hxx>
#include <cppuhelper/weakref.hxx>
@@ -55,7 +55,7 @@ class FWE_DLLPUBLIC TitleHelper : private ::cppu::BaseMutex
css::frame::XTitleChangeBroadcaster,
css::frame::XTitleChangeListener ,
css::frame::XFrameActionListener ,
- css::document::XEventListener >
+ css::document::XDocumentEventListener >
{
// interface
@@ -125,8 +125,8 @@ class FWE_DLLPUBLIC TitleHelper : private ::cppu::BaseMutex
throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE;
- /** @see css.document.XEventListener */
- virtual void SAL_CALL notifyEvent(const css::document::EventObject& aEvent)
+ /** @see css.document.XDocumentEventListener */
+ virtual void SAL_CALL documentEventOccured(const css::document::DocumentEvent& aEvent)
throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE;