summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/autostyl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/autostyl.hxx')
-rw-r--r--sc/source/ui/inc/autostyl.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/source/ui/inc/autostyl.hxx b/sc/source/ui/inc/autostyl.hxx
index d84f7a2a077e..8c951603c8ce 100644
--- a/sc/source/ui/inc/autostyl.hxx
+++ b/sc/source/ui/inc/autostyl.hxx
@@ -39,10 +39,10 @@ struct ScAutoStyleData
};
struct ScAutoStyleInitData
{
- ScRange aRange;
- OUString aStyle1;
- sal_uLong nTimeout;
- OUString aStyle2;
+ ScRange const aRange;
+ OUString const aStyle1;
+ sal_uLong const nTimeout;
+ OUString const aStyle2;
ScAutoStyleInitData( const ScRange& rR, const OUString& rSt1, sal_uLong nT, const OUString& rSt2 ) :
aRange(rR), aStyle1(rSt1), nTimeout(nT), aStyle2(rSt2) {}