From 44b4973fbd0f190906f36321b31215d80b363d52 Mon Sep 17 00:00:00 2001 From: Eike Rathke Date: Tue, 17 Dec 2013 17:48:37 +0100 Subject: just beautify this a little Change-Id: Ibd7da12d88ec8e965f652499f7e7e32f81bd8ccc --- include/xmloff/xmlprmap.hxx | 14 +++++++------- 1 file 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, -- cgit v1.2.3