summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMahkame Arabgari <mahkame17arabgari@gmail.com>2022-06-22 19:44:21 +0430
committerHossein <hossein@libreoffice.org>2022-06-27 23:35:50 +0200
commit30ef327ff4ad2eb213265596368677db9b4c074a (patch)
tree0662c0dc1d884e9d006a52d1d0bcc390e93a4c67
parenttdf#137747 Fix POISSON.DIST required argument (diff)
downloadcore-30ef327ff4ad2eb213265596368677db9b4c074a.tar.gz
core-30ef327ff4ad2eb213265596368677db9b4c074a.zip
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>
-rw-r--r--xmloff/inc/xmltabe.hxx6
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: */