summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/SdUnoOutlineView.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/inc/SdUnoOutlineView.hxx')
-rw-r--r--sd/source/ui/inc/SdUnoOutlineView.hxx22
1 files changed, 11 insertions, 11 deletions
diff --git a/sd/source/ui/inc/SdUnoOutlineView.hxx b/sd/source/ui/inc/SdUnoOutlineView.hxx
index fd2bb2b66201..ad4bfbd9ca91 100644
--- a/sd/source/ui/inc/SdUnoOutlineView.hxx
+++ b/sd/source/ui/inc/SdUnoOutlineView.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
@@ -47,7 +47,7 @@ class View;
/** This class implements the OutlineViewShell specific part of the controller.
*/
-class SdUnoOutlineView
+class SdUnoOutlineView
: private cppu::BaseMutex,
public DrawSubControllerInterfaceBase
{
@@ -67,29 +67,29 @@ public:
const css::uno::Any& aSelection)
throw(css::lang::IllegalArgumentException,
css::uno::RuntimeException);
-
+
virtual css::uno::Any SAL_CALL getSelection (void)
throw(css::uno::RuntimeException);
-
+
virtual void SAL_CALL addSelectionChangeListener (
const css::uno::Reference<css::view::XSelectionChangeListener>& rxListener)
throw(css::uno::RuntimeException);
-
+
virtual void SAL_CALL removeSelectionChangeListener (
const css::uno::Reference<css::view::XSelectionChangeListener>& rxListener)
throw(css::uno::RuntimeException);
// XDrawView
-
+
virtual void SAL_CALL setCurrentPage (
const css::uno::Reference<css::drawing::XDrawPage >& xPage)
throw(css::uno::RuntimeException);
-
+
virtual css::uno::Reference<css::drawing::XDrawPage> SAL_CALL getCurrentPage (void)
throw(css::uno::RuntimeException);
-
+
// XFastPropertySet
virtual void SAL_CALL setFastPropertyValue (
@@ -100,7 +100,7 @@ public:
css::lang::IllegalArgumentException,
css::lang::WrappedTargetException,
css::uno::RuntimeException);
-
+
virtual css::uno::Any SAL_CALL getFastPropertyValue (
sal_Int32 nHandle)
throw(css::beans::UnknownPropertyException,
@@ -108,10 +108,10 @@ public:
css::uno::RuntimeException);
// lang::XEventListener
- virtual void SAL_CALL
+ virtual void SAL_CALL
disposing (const ::com::sun::star::lang::EventObject& rEventObject)
throw (::com::sun::star::uno::RuntimeException);
-
+
// XServiceInfo
virtual ::rtl::OUString SAL_CALL getImplementationName( ) throw (::com::sun::star::uno::RuntimeException);
virtual ::sal_Bool SAL_CALL supportsService( const ::rtl::OUString& ServiceName ) throw (::com::sun::star::uno::RuntimeException);