summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/dbnamdlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/dbnamdlg.hxx')
-rw-r--r--sc/source/ui/inc/dbnamdlg.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/inc/dbnamdlg.hxx b/sc/source/ui/inc/dbnamdlg.hxx
index 4c04a25d3c6f..70b41eab3836 100644
--- a/sc/source/ui/inc/dbnamdlg.hxx
+++ b/sc/source/ui/inc/dbnamdlg.hxx
@@ -77,9 +77,9 @@ private:
OUString aStrOperations;
ScViewData* pViewData;
- ScDocument* pDoc;
+ ScDocument* const pDoc;
bool bRefInputMode;
- ScAddress::Details aAddrDetails;
+ ScAddress::Details const aAddrDetails;
ScDBCollection aLocalDbCol;
ScRange theCurArea;