diff options
author | Mahkame Arabgari <mahkame17arabgari@gmail.com> | 2022-06-22 19:44:21 +0430 |
---|---|---|
committer | Hossein <hossein@libreoffice.org> | 2022-06-27 23:35:50 +0200 |
commit | 30ef327ff4ad2eb213265596368677db9b4c074a (patch) | |
tree | 0662c0dc1d884e9d006a52d1d0bcc390e93a4c67 /xmloff/inc | |
parent | e4a57dcdabc9ae7d381025e008b90635c1b7b10c (diff) |
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 <hossein@libreoffice.org>
Diffstat (limited to 'xmloff/inc')
-rw-r--r-- | xmloff/inc/xmltabe.hxx | 6 |
1 files changed, 1 insertions, 5 deletions
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: */ |