summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/wrtsh.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/inc/wrtsh.hxx')
-rw-r--r--sw/source/uibase/inc/wrtsh.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/uibase/inc/wrtsh.hxx b/sw/source/uibase/inc/wrtsh.hxx
index c661225c604c..4c02e5e465b5 100644
--- a/sw/source/uibase/inc/wrtsh.hxx
+++ b/sw/source/uibase/inc/wrtsh.hxx
@@ -497,7 +497,7 @@ private:
struct ModeStack
{
ModeStack *pNext;
- bool const bAdd,
+ bool bAdd,
bBlock,
bExt,
bIns;
@@ -522,9 +522,9 @@ private:
{
Point aDocPos;
std::unique_ptr<CursorStack> pNext;
- bool const bValidCurPos : 1;
+ bool bValidCurPos : 1;
bool bIsFrameSel : 1;
- SwTwips const lOffset;
+ SwTwips lOffset;
CursorStack( bool bValid, bool bFrameSel, const Point &rDocPos,
SwTwips lOff, std::unique_ptr<CursorStack> pN )