summaryrefslogtreecommitdiff
path: root/xmloff/source/style/weighhdl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/style/weighhdl.cxx')
-rw-r--r--xmloff/source/style/weighhdl.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/source/style/weighhdl.cxx b/xmloff/source/style/weighhdl.cxx
index 31ca901d8379..a069dbd30fd0 100644
--- a/xmloff/source/style/weighhdl.cxx
+++ b/xmloff/source/style/weighhdl.cxx
@@ -35,8 +35,8 @@ namespace {
struct FontWeightMapper
{
- float const fWeight;
- sal_uInt16 const nValue;
+ float fWeight;
+ sal_uInt16 nValue;
};
}