From 4f360266cd1335861c182493bde6ade0e67b753b Mon Sep 17 00:00:00 2001 From: Jelle van der Waa Date: Fri, 9 Aug 2013 20:04:34 +0200 Subject: fdo#62475 removed pointless comments Change-Id: I176886fbc9f3d9e2b8ad2308ac2b127d9c68d9a6 Reviewed-on: https://gerrit.libreoffice.org/5331 Reviewed-by: Norbert Thiebaud Tested-by: Norbert Thiebaud --- xmloff/source/style/PageMasterStyleMap.cxx | 3 --- 1 file changed, 3 deletions(-) (limited to 'xmloff/source/style/PageMasterStyleMap.cxx') diff --git a/xmloff/source/style/PageMasterStyleMap.cxx b/xmloff/source/style/PageMasterStyleMap.cxx index 872672906272..f3c86b01e1f7 100644 --- a/xmloff/source/style/PageMasterStyleMap.cxx +++ b/xmloff/source/style/PageMasterStyleMap.cxx @@ -17,7 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ - #include #include #include @@ -34,8 +33,6 @@ using namespace ::xmloff::token; #define HFMAP(name,prefix,token,type,context) \ MAP(name,prefix,token,type|XML_TYPE_PROP_HEADER_FOOTER,context, SvtSaveOptions::ODFVER_010) -//______________________________________________________________________________ - const XMLPropertyMapEntry aXMLPageMasterStyleMap[] = { // page master -- cgit