diff options
Diffstat (limited to 'sw/inc/fmtanchr.hxx')
-rw-r--r-- | sw/inc/fmtanchr.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/fmtanchr.hxx b/sw/inc/fmtanchr.hxx index 366511cbf7b8..3a9d370f0017 100644 --- a/sw/inc/fmtanchr.hxx +++ b/sw/inc/fmtanchr.hxx @@ -66,7 +66,7 @@ public: sal_uInt16 GetPageNum() const { return nPageNum; } const SwPosition *GetCntntAnchor() const { return m_pCntntAnchor.get(); } // #i28701# - sal_uInt32 GetOrder() const; + sal_uInt32 GetOrder() const { return mnOrder;} void SetType( RndStdIds nRndId ) { nAnchorId = nRndId; } void SetPageNum( sal_uInt16 nNew ) { nPageNum = nNew; } |