diff options
author | Eike Rathke <erack@redhat.com> | 2013-12-17 17:48:37 +0100 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2013-12-20 03:26:54 +0100 |
commit | 44b4973fbd0f190906f36321b31215d80b363d52 (patch) | |
tree | 826863fc9b9b9ba510a0885674bfb806c80fd4f2 /include/xmloff | |
parent | dd902b8e256867b5d5fed06b52995f14d969f67d (diff) |
just beautify this a little
Change-Id: Ibd7da12d88ec8e965f652499f7e7e32f81bd8ccc
Diffstat (limited to 'include/xmloff')
-rw-r--r-- | include/xmloff/xmlprmap.hxx | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/include/xmloff/xmlprmap.hxx b/include/xmloff/xmlprmap.hxx index f000ffe36378..e0448a8d6f5e 100644 --- a/include/xmloff/xmlprmap.hxx +++ b/include/xmloff/xmlprmap.hxx @@ -53,13 +53,13 @@ class XMLPropertyHandler; */ struct XMLPropertySetMapperEntry_Impl { - OUString sXMLAttributeName; - OUString sAPIPropertyName; - sal_Int32 nType; - sal_uInt16 nXMLNameSpace; - sal_Int16 nContextId; - SvtSaveOptions::ODFDefaultVersion nEarliestODFVersionForExport; - const XMLPropertyHandler *pHdl; + OUString sXMLAttributeName; + OUString sAPIPropertyName; + sal_Int32 nType; + sal_uInt16 nXMLNameSpace; + sal_Int16 nContextId; + SvtSaveOptions::ODFDefaultVersion nEarliestODFVersionForExport; + const XMLPropertyHandler *pHdl; XMLPropertySetMapperEntry_Impl( const XMLPropertyMapEntry& rMapEntry, |