summaryrefslogtreecommitdiffstats
path: root/sw/source/ui/docvw/SidebarTxtControl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/docvw/SidebarTxtControl.hxx')
-rw-r--r--sw/source/ui/docvw/SidebarTxtControl.hxx10
1 files changed, 1 insertions, 9 deletions
diff --git a/sw/source/ui/docvw/SidebarTxtControl.hxx b/sw/source/ui/docvw/SidebarTxtControl.hxx
index 850342967602..08a5de0003c4 100644
--- a/sw/source/ui/docvw/SidebarTxtControl.hxx
+++ b/sw/source/ui/docvw/SidebarTxtControl.hxx
@@ -46,7 +46,6 @@ class SwSidebarWin;
class SidebarTxtControl : public Control
{
private:
- OutlinerView* mpOutlinerView;
SwSidebarWin& mrSidebarWin;
SwView& mrDocView;
SwPostItMgr& mrPostItMgr;
@@ -76,14 +75,7 @@ class SidebarTxtControl : public Control
virtual void GetFocus();
- inline void SetTextView( OutlinerView* aEditView )
- {
- mpOutlinerView = aEditView;
- }
- inline OutlinerView* GetTextView() const
- {
- return mpOutlinerView;
- }
+ OutlinerView* GetTextView() const;
DECL_LINK( OnlineSpellCallback, SpellCallbackInfo*);