diff options
Diffstat (limited to 'sw/source/ui/inc/view.hxx')
-rw-r--r-- | sw/source/ui/inc/view.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sw/source/ui/inc/view.hxx b/sw/source/ui/inc/view.hxx index 3cdd59c63615..597468989adc 100644 --- a/sw/source/ui/inc/view.hxx +++ b/sw/source/ui/inc/view.hxx @@ -182,6 +182,9 @@ class SW_DLLPUBLIC SwView: public SfxViewShell // to support keyboard the number of the page to go to can be set too sal_uInt16 m_nNewPage; + sal_uInt16 m_nOldPageNum; + OUString m_sOldSectionName; + Point m_aTabColFromDocPos; // moving table colmns out of the document SwTxtNode * m_pNumRuleNodeFromDoc; // Moving indent of numrule #i23726# |