summaryrefslogtreecommitdiff
path: root/sw/inc/modeltoviewhelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/modeltoviewhelper.hxx')
-rw-r--r--sw/inc/modeltoviewhelper.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/inc/modeltoviewhelper.hxx b/sw/inc/modeltoviewhelper.hxx
index 7ca5397e3e81..d9d32a80f11e 100644
--- a/sw/inc/modeltoviewhelper.hxx
+++ b/sw/inc/modeltoviewhelper.hxx
@@ -95,9 +95,9 @@ class ModelToViewHelper
, m_bVisible(bVisible)
{
}
- sal_Int32 const m_nModelPos;
- sal_Int32 const m_nViewPos;
- bool const m_bVisible;
+ sal_Int32 m_nModelPos;
+ sal_Int32 m_nViewPos;
+ bool m_bVisible;
};
typedef std::vector< ConversionMapEntry > ConversionMap;