summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/xlstyle.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/excel/xlstyle.cxx')
-rw-r--r--sc/source/filter/excel/xlstyle.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/filter/excel/xlstyle.cxx b/sc/source/filter/excel/xlstyle.cxx
index 59cde89bb3ca..45e6a555e97e 100644
--- a/sc/source/filter/excel/xlstyle.cxx
+++ b/sc/source/filter/excel/xlstyle.cxx
@@ -772,8 +772,8 @@ struct XclBuiltInFormat
{
sal_uInt16 mnXclNumFmt; /// Excel built-in index.
const sal_Char* mpFormat; /// Format string, may be 0 (meOffset used then).
- NfIndexTableOffset meOffset; /// SvNumberFormatter format index, if mpFormat==0.
- sal_uInt16 mnXclReuseFmt; /// Use this Excel format, if meOffset==PRV_NF_INDEX_REUSE.
+ NfIndexTableOffset const meOffset; /// SvNumberFormatter format index, if mpFormat==0.
+ sal_uInt16 const mnXclReuseFmt; /// Use this Excel format, if meOffset==PRV_NF_INDEX_REUSE.
};
/** Defines a literal Excel built-in number format. */
@@ -1400,7 +1400,7 @@ static const XclBuiltInFormat spBuiltInFormats_THAI[] =
struct XclBuiltInFormatTable
{
LanguageType meLanguage; /// The language of this table.
- LanguageType meParentLang; /// The language of the parent table.
+ LanguageType const meParentLang; /// The language of the parent table.
const XclBuiltInFormat* mpFormats; /// The number format table.
};