diff options
Diffstat (limited to 'sw/inc/hints.hxx')
-rw-r--r-- | sw/inc/hints.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/hints.hxx b/sw/inc/hints.hxx index dc8d1799dbc7..6294d6a1c2f9 100644 --- a/sw/inc/hints.hxx +++ b/sw/inc/hints.hxx @@ -237,7 +237,7 @@ public: const SwPageFrame *GetOrigPage() { return m_pOrigPage;} const SwFrame *GetFrame() { return m_pFrame; } void SetInfo( const SwPageFrame *pPg, - const SwFrame *pF ) { m_pFrame = pF, m_pPage = pPg; } + const SwFrame *pF ) { m_pFrame = pF; m_pPage = pPg; } }; class SwFindNearestNode : public SwMsgPoolItem |