summaryrefslogtreecommitdiffstats
path: root/sw/source/core/inc/frmtool.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/inc/frmtool.hxx')
-rw-r--r--sw/source/core/inc/frmtool.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/core/inc/frmtool.hxx b/sw/source/core/inc/frmtool.hxx
index 03888c4039df..3496b6d5eb59 100644
--- a/sw/source/core/inc/frmtool.hxx
+++ b/sw/source/core/inc/frmtool.hxx
@@ -207,7 +207,7 @@ protected:
SwTwips mnFlyAnchorOfstNoWrap;
bool mbHadFollow;
bool mbInvaKeep;
- bool mbValidSize;
+ bool const mbValidSize;
public:
SwFrameNotify( SwFrame *pFrame );
@@ -231,7 +231,7 @@ public:
class SwFlyNotify : public SwLayNotify
{
- SwPageFrame *pOldPage;
+ SwPageFrame * const pOldPage;
const SwRect aFrameAndSpace;
public: