summaryrefslogtreecommitdiff
path: root/vcl/source/control
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/control')
-rw-r--r--vcl/source/control/edit.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/source/control/edit.cxx b/vcl/source/control/edit.cxx
index 5f1f309e21d4..b40b3df51c6c 100644
--- a/vcl/source/control/edit.cxx
+++ b/vcl/source/control/edit.cxx
@@ -111,10 +111,10 @@ struct DDInfo
struct Impl_IMEInfos
{
- OUString aOldTextAfterStartPos;
+ OUString const aOldTextAfterStartPos;
std::unique_ptr<ExtTextInputAttr[]>
pAttribs;
- sal_Int32 nPos;
+ sal_Int32 const nPos;
sal_Int32 nLen;
bool bCursor;
bool bWasCursorOverwrite;