summaryrefslogtreecommitdiff
path: root/sw/inc/hints.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/hints.hxx')
-rw-r--r--sw/inc/hints.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/inc/hints.hxx b/sw/inc/hints.hxx
index 29cc96a3b90e..3caa88e03da7 100644
--- a/sw/inc/hints.hxx
+++ b/sw/inc/hints.hxx
@@ -268,9 +268,9 @@ class SwVirtPageNumInfo: public SwMsgPoolItem
public:
SwVirtPageNumInfo( const SwPageFrame *pPg );
- const SwPageFrame *GetPage() { return m_pPage; }
- const SwPageFrame *GetOrigPage() { return m_pOrigPage;}
- const SwFrame *GetFrame() { return m_pFrame; }
+ const SwPageFrame *GetPage() const { return m_pPage; }
+ const SwPageFrame *GetOrigPage() const { return m_pOrigPage;}
+ const SwFrame *GetFrame() const { return m_pFrame; }
void SetInfo( const SwPageFrame *pPg,
const SwFrame *pF ) { m_pFrame = pF; m_pPage = pPg; }
};