summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/pagefrm.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/inc/pagefrm.hxx')
-rw-r--r--sw/source/core/inc/pagefrm.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sw/source/core/inc/pagefrm.hxx b/sw/source/core/inc/pagefrm.hxx
index 54fed6384519..f1505fa63ba7 100644
--- a/sw/source/core/inc/pagefrm.hxx
+++ b/sw/source/core/inc/pagefrm.hxx
@@ -190,8 +190,6 @@ public:
inline sal_uInt16 GetPhyPageNum() const { return m_nPhyPageNum;}
inline void SetPhyPageNum( sal_uInt16 nNum ) { m_nPhyPageNum = nNum;}
- inline void DecrPhyPageNum() { --m_nPhyPageNum; }
- inline void IncrPhyPageNum() { ++m_nPhyPageNum; }
/// Validate, invalidate and query the Page status
/// Layout/Content and Fly/non-Fly respectively are inspected separately