summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2013-12-17 16:59:08 +0100
committerEike Rathke <erack@redhat.com>2013-12-20 03:50:38 +0100
commit6819625cecfed1aec1a176f442019d2e7013df6e (patch)
tree174bc4fc43eed34eb215aea8437ad7f466d8b01b /include
parentbe7fea04f4c9218dc40bedc95e9496dcac1d1da7 (diff)
reordered member variables for 4 byte alignment
Change-Id: Iaae7689d1ed3c74e261fcc90fa88b5521468e376 (cherry picked from commit dd902b8e256867b5d5fed06b52995f14d969f67d)
Diffstat (limited to 'include')
-rw-r--r--include/xmloff/xmlprmap.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xmloff/xmlprmap.hxx b/include/xmloff/xmlprmap.hxx
index f9528d79fece..f000ffe36378 100644
--- a/include/xmloff/xmlprmap.hxx
+++ b/include/xmloff/xmlprmap.hxx
@@ -55,8 +55,8 @@ struct XMLPropertySetMapperEntry_Impl
{
OUString sXMLAttributeName;
OUString sAPIPropertyName;
- sal_uInt16 nXMLNameSpace;
sal_Int32 nType;
+ sal_uInt16 nXMLNameSpace;
sal_Int16 nContextId;
SvtSaveOptions::ODFDefaultVersion nEarliestODFVersionForExport;
const XMLPropertyHandler *pHdl;