summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/colorformat.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/colorformat.hxx')
-rw-r--r--sc/source/ui/inc/colorformat.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/inc/colorformat.hxx b/sc/source/ui/inc/colorformat.hxx
index 8838418cfc18..00cc4e798f9e 100644
--- a/sc/source/ui/inc/colorformat.hxx
+++ b/sc/source/ui/inc/colorformat.hxx
@@ -46,8 +46,8 @@ private:
OUString maStrWarnSameValue;
SvNumberFormatter* mpNumberFormatter;
- ScDocument* mpDoc;
- ScAddress maPos;
+ ScDocument* const mpDoc;
+ ScAddress const maPos;
DECL_LINK(OkBtnHdl, Button*, void);
DECL_LINK(TypeSelectHdl, ListBox&, void);