summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/tools/SlotStateListener.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/inc/tools/SlotStateListener.hxx')
-rw-r--r--sd/source/ui/inc/tools/SlotStateListener.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sd/source/ui/inc/tools/SlotStateListener.hxx b/sd/source/ui/inc/tools/SlotStateListener.hxx
index 2bad729b6b8c..b2c90910b26f 100644
--- a/sd/source/ui/inc/tools/SlotStateListener.hxx
+++ b/sd/source/ui/inc/tools/SlotStateListener.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -42,7 +42,7 @@
namespace sd { namespace tools {
-typedef cppu::WeakComponentImplHelper1<
+typedef cppu::WeakComponentImplHelper1<
::com::sun::star::frame::XStatusListener
> SlotStateListenerInterfaceBase;
@@ -96,7 +96,7 @@ public:
@throws DisposedException
*/
void ObserveSlot (const ::rtl::OUString& rSlotName);
-
+
//===== frame::XStatusListener ==========================================
/** Called by slot state change broadcasters. In turn the callback is
@@ -111,7 +111,7 @@ public:
//===== lang::XEventListener ============================================
virtual void SAL_CALL
- disposing(const com::sun::star::lang::EventObject& rEvent)
+ disposing(const com::sun::star::lang::EventObject& rEvent)
throw(com::sun::star::uno::RuntimeException);
protected:
@@ -149,7 +149,7 @@ private:
/** Return an XDispatch object for the given URL.
*/
- ::com::sun::star::uno::Reference<com::sun::star::frame::XDispatch>
+ ::com::sun::star::uno::Reference<com::sun::star::frame::XDispatch>
GetDispatch (
const ::com::sun::star::util::URL& rURL) const;
};