summaryrefslogtreecommitdiff
path: root/sdext
diff options
context:
space:
mode:
authorPelin Kuran <pelinrkuran@gmail.com>2020-01-28 23:58:59 +0300
committerMuhammet Kara <muhammet.kara@collabora.com>2020-01-29 22:13:47 +0100
commit5d7a526ee784abc3d83835b9e43047baf5dbe0b9 (patch)
tree19ecb67f0dc18783b615a75bab3d4c8cab84085f /sdext
parenta654caf5dbca9635d4e7f89eb6d125ea98626da3 (diff)
tdf#124176: Use pragma once instead of header guard
Change-Id: If7c8b03238889a084070d9e96133b5cccecbe807 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87660 Tested-by: Jenkins Reviewed-by: Muhammet Kara <muhammet.kara@collabora.com>
Diffstat (limited to 'sdext')
-rw-r--r--sdext/source/minimizer/optimizationstats.hxx6
1 files changed, 1 insertions, 5 deletions
diff --git a/sdext/source/minimizer/optimizationstats.hxx b/sdext/source/minimizer/optimizationstats.hxx
index 6988a1096502..a1af8f30e782 100644
--- a/sdext/source/minimizer/optimizationstats.hxx
+++ b/sdext/source/minimizer/optimizationstats.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_SDEXT_SOURCE_MINIMIZER_OPTIMIZATIONSTATS_HXX
-#define INCLUDED_SDEXT_SOURCE_MINIMIZER_OPTIMIZATIONSTATS_HXX
+#pragma once
#include <com/sun/star/uno/Sequence.h>
#include <com/sun/star/beans/PropertyValues.hpp>
@@ -43,7 +42,4 @@ class OptimizationStats
css::beans::PropertyValues GetStatusSequence();
};
-
-#endif // INCLUDED_SDEXT_SOURCE_MINIMIZER_OPTIMIZATIONSTATS_HXX
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */