summaryrefslogtreecommitdiff
path: root/xmloff/source/text/txtprhdl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/text/txtprhdl.cxx')
-rw-r--r--xmloff/source/text/txtprhdl.cxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/xmloff/source/text/txtprhdl.cxx b/xmloff/source/text/txtprhdl.cxx
index d39aa776c6e0..0cc3464bf359 100644
--- a/xmloff/source/text/txtprhdl.cxx
+++ b/xmloff/source/text/txtprhdl.cxx
@@ -124,13 +124,13 @@ static SvXMLEnumMapEntry const pXML_HoriRelFrame_Enum[] =
static SvXMLEnumMapEntry const pXML_HoriMirror_Enum[] =
{
- { XML_FROM_LEFT, sal_False },
- { XML_FROM_INSIDE, sal_True },
- { XML_LEFT, sal_False },
- { XML_INSIDE, sal_True },
- { XML_CENTER, sal_False },
- { XML_RIGHT, sal_False },
- { XML_OUTSIDE, sal_True },
+ { XML_FROM_LEFT, sal_uInt16(false) },
+ { XML_FROM_INSIDE, sal_uInt16(true) },
+ { XML_LEFT, sal_uInt16(false) },
+ { XML_INSIDE, sal_uInt16(true) },
+ { XML_CENTER, sal_uInt16(false) },
+ { XML_RIGHT, sal_uInt16(false) },
+ { XML_OUTSIDE, sal_uInt16(true) },
{ XML_TOKEN_INVALID, 0 }
};