summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/namedefdlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/namedefdlg.hxx')
-rw-r--r--sc/source/ui/inc/namedefdlg.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/inc/namedefdlg.hxx b/sc/source/ui/inc/namedefdlg.hxx
index e879d1380e89..7d5885045d2a 100644
--- a/sc/source/ui/inc/namedefdlg.hxx
+++ b/sc/source/ui/inc/namedefdlg.hxx
@@ -42,11 +42,11 @@ private:
VclPtr<PushButton> m_pBtnCancel;
VclPtr<FixedText> m_pFtInfo;
- bool mbUndo; //if true we need to add an undo action after creating a range name
+ bool const mbUndo; //if true we need to add an undo action after creating a range name
ScDocument* mpDoc;
ScDocShell* mpDocShell;
- ScAddress maCursorPos;
+ ScAddress const maCursorPos;
OUString maStrInfoDefault;
const OUString maGlobalNameStr;
const OUString maErrInvalidNameStr;