summaryrefslogtreecommitdiff
path: root/sw/source/filter/html/htmlcss1.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/filter/html/htmlcss1.cxx')
-rw-r--r--sw/source/filter/html/htmlcss1.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/filter/html/htmlcss1.cxx b/sw/source/filter/html/htmlcss1.cxx
index 9cdc2880e0c1..316dc4516011 100644
--- a/sw/source/filter/html/htmlcss1.cxx
+++ b/sw/source/filter/html/htmlcss1.cxx
@@ -74,9 +74,9 @@ static void lcl_swcss1_setEncoding( SwFormat& rFormat, rtl_TextEncoding eEnc );
// Implementation of SwCSS1Parsers (actually swcss1.cxx)
static struct SwCSS1ItemIds
{
- sal_uInt16 nFormatBreak;
- sal_uInt16 nFormatPageDesc;
- sal_uInt16 nFormatKeep;
+ sal_uInt16 const nFormatBreak;
+ sal_uInt16 const nFormatPageDesc;
+ sal_uInt16 const nFormatKeep;
SwCSS1ItemIds() :
nFormatBreak( RES_BREAK ),