summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/OutlineViewShell.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/inc/OutlineViewShell.hxx')
-rw-r--r--sd/source/ui/inc/OutlineViewShell.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sd/source/ui/inc/OutlineViewShell.hxx b/sd/source/ui/inc/OutlineViewShell.hxx
index bfc5e7f73e63..f7d05f5721b9 100644
--- a/sd/source/ui/inc/OutlineViewShell.hxx
+++ b/sd/source/ui/inc/OutlineViewShell.hxx
@@ -130,8 +130,6 @@ public:
virtual css::uno::Reference<css::accessibility::XAccessible>
CreateAccessibleDocumentView (::sd::Window* pWindow) override;
- OUString m_StrOldPageName;
-
/** Update the preview to show the specified page.
*/
virtual void UpdatePreview (SdPage* pPage, bool bInit = false) override;
@@ -150,6 +148,7 @@ public:
void UpdateOutlineObject( SdPage* pPage, Paragraph* pPara );
private:
+ OUString m_StrOldPageName;
std::unique_ptr<OutlineView> pOlView;
SdPage* pLastPage; // For efficient processing of the preview
rtl::Reference<TransferableClipboardListener> mxClipEvtLstnr;