xmloff/inc/PageMasterStyleMap.hxx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-)
New commits: commit e021fc0a1a00f4ac635cdbeb89826805482e50df Author: Parsa <9400ioi4517513156...@gmail.com> AuthorDate: Sat Jun 25 11:28:01 2022 +0430 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Sun Jun 26 10:10:08 2022 +0200 tdf#143148: Use pragma once instead of include guards Change-Id: Ia99101f10b3b98f2ba935d1f7cadfbbd4aaade6e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/136439 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/xmloff/inc/PageMasterStyleMap.hxx b/xmloff/inc/PageMasterStyleMap.hxx index 657b17d467ad..746b67f1a13d 100644 --- a/xmloff/inc/PageMasterStyleMap.hxx +++ b/xmloff/inc/PageMasterStyleMap.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef XMLOFF_INC_PAGEMASTERSTYLEMAP_HXX -#define XMLOFF_INC_PAGEMASTERSTYLEMAP_HXX +#pragma once #include <xmloff/maptype.hxx> #include <xmloff/xmltypes.hxx> @@ -194,6 +193,4 @@ extern const XMLPropertyMapEntry aXMLPageMasterStyleMap[]; extern const XMLPropertyMapEntry g_XMLPageMasterDrawingPageStyleMap[]; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */