summaryrefslogtreecommitdiff
path: root/sd/source/ui/view/Outliner.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/view/Outliner.cxx')
-rw-r--r--sd/source/ui/view/Outliner.cxx6
1 files changed, 1 insertions, 5 deletions
diff --git a/sd/source/ui/view/Outliner.cxx b/sd/source/ui/view/Outliner.cxx
index c8e262a61125..a576cf871483 100644
--- a/sd/source/ui/view/Outliner.cxx
+++ b/sd/source/ui/view/Outliner.cxx
@@ -95,7 +95,7 @@ public:
/** Return the OutlinerView that was provided by the last call to
ProvideOutlinerView() (or NULL when there was no such call.)
*/
- OutlinerView* GetOutlinerView (void);
+ OutlinerView* GetOutlinerView (void) { return mpOutlineView;}
/** Provide in the member mpOutlineView an instance of OutlinerView that
is either taken from the ViewShell, when it is an OutlineViewShell,
@@ -1742,10 +1742,6 @@ Outliner::Implementation::~Implementation (void)
-OutlinerView* Outliner::Implementation::GetOutlinerView ()
-{
- return mpOutlineView;
-}