summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/drpcps.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/inc/drpcps.hxx')
-rw-r--r--sw/source/uibase/inc/drpcps.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/uibase/inc/drpcps.hxx b/sw/source/uibase/inc/drpcps.hxx
index ca1420493fb2..2ff081427d31 100644
--- a/sw/source/uibase/inc/drpcps.hxx
+++ b/sw/source/uibase/inc/drpcps.hxx
@@ -55,8 +55,8 @@ class SwDropCapsPict : public weld::CustomWidgetController
struct ScriptInfo
{
sal_uLong textWidth; ///< Physical width of this segment.
- sal_uInt16 const scriptType; ///< Script type (e.g. Latin, Asian, Complex)
- sal_Int32 const changePos; ///< Character position where the script changes.
+ sal_uInt16 scriptType; ///< Script type (e.g. Latin, Asian, Complex)
+ sal_Int32 changePos; ///< Character position where the script changes.
ScriptInfo(sal_uInt16 scrptType, sal_Int32 position)
: textWidth(0), scriptType(scrptType), changePos(position) {}
};