diff options
Diffstat (limited to 'sw/source/ui/config')
-rw-r--r-- | sw/source/ui/config/optpage.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/ui/config/optpage.cxx b/sw/source/ui/config/optpage.cxx index 91692bb99b01..0d51258fb730 100644 --- a/sw/source/ui/config/optpage.cxx +++ b/sw/source/ui/config/optpage.cxx @@ -1346,8 +1346,8 @@ namespace { // TabPage for Redlining struct CharAttr { - sal_uInt16 const nItemId; - sal_uInt16 const nAttr; + sal_uInt16 nItemId; + sal_uInt16 nAttr; }; } |