summaryrefslogtreecommitdiff
path: root/sc/inc/convuno.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/convuno.hxx')
-rw-r--r--sc/inc/convuno.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/sc/inc/convuno.hxx b/sc/inc/convuno.hxx
index b2c54f08775e..1bae9f95430a 100644
--- a/sc/inc/convuno.hxx
+++ b/sc/inc/convuno.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_SC_INC_CONVUNO_HXX
-#define INCLUDED_SC_INC_CONVUNO_HXX
+#pragma once
#include <algorithm>
#include <i18nlangtag/lang.h>
@@ -114,6 +113,4 @@ inline bool ScUnoConversion::Contains(
(rApiOuter.StartRow <= rApiInner.StartRow) && (rApiInner.EndRow <= rApiOuter.EndRow);
}
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */