summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/scuiautofmt.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/scuiautofmt.hxx')
-rw-r--r--sc/source/ui/inc/scuiautofmt.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sc/source/ui/inc/scuiautofmt.hxx b/sc/source/ui/inc/scuiautofmt.hxx
index 67adc8a6c7e1..a00beb1e68de 100644
--- a/sc/source/ui/inc/scuiautofmt.hxx
+++ b/sc/source/ui/inc/scuiautofmt.hxx
@@ -47,11 +47,11 @@ private:
VclPtr<CheckBox> m_pBtnPattern;
VclPtr<CheckBox> m_pBtnAlignment;
VclPtr<CheckBox> m_pBtnAdjust;
- OUString aStrTitle;
- OUString aStrLabel;
- OUString aStrClose;
- OUString aStrDelMsg;
- OUString aStrRename;
+ OUString const aStrTitle;
+ OUString const aStrLabel;
+ OUString const aStrClose;
+ OUString const aStrDelMsg;
+ OUString const aStrRename;
ScAutoFormat* pFormat;
const ScAutoFormatData* pSelFmtData;