xmloff/inc/xmltabe.hxx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-)
New commits: commit 30ef327ff4ad2eb213265596368677db9b4c074a Author: Mahkame Arabgari <mahkame17arabg...@gmail.com> AuthorDate: Wed Jun 22 19:44:21 2022 +0430 Commit: Hossein <hoss...@libreoffice.org> CommitDate: Mon Jun 27 23:35:50 2022 +0200 tdf#143148 Use pragma once instead of include guards Change-Id: I20ef1c159e481f0b5ca97ae9c16a0a3b314eafbc Reviewed-on: https://gerrit.libreoffice.org/c/core/+/136288 Tested-by: Jenkins Reviewed-by: Hossein <hoss...@libreoffice.org> diff --git a/xmloff/inc/xmltabe.hxx b/xmloff/inc/xmltabe.hxx index af2873b7656a..ad28e77147e3 100644 --- a/xmloff/inc/xmltabe.hxx +++ b/xmloff/inc/xmltabe.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef XMLOFF_INC_XMLTABE_HXX -#define XMLOFF_INC_XMLTABE_HXX +#pragma once // prevent funny things like "#define sun 1" from the compiler #include <sal/config.h> @@ -45,7 +44,4 @@ public: void Export( const css::uno::Any& rAny ); }; - -#endif // XMLOFF_INC_XMLTABE_HXX - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */