summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/spelleng.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/spelleng.hxx')
-rw-r--r--sc/source/ui/inc/spelleng.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/sc/source/ui/inc/spelleng.hxx b/sc/source/ui/inc/spelleng.hxx
index 48dbb826bde0..06358a5136b7 100644
--- a/sc/source/ui/inc/spelleng.hxx
+++ b/sc/source/ui/inc/spelleng.hxx
@@ -16,8 +16,7 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_SC_SOURCE_UI_INC_SPELLENG_HXX
-#define INCLUDED_SC_SOURCE_UI_INC_SPELLENG_HXX
+#pragma once
#include <editutil.hxx>
#include "selectionstate.hxx"
@@ -149,6 +148,4 @@ private:
ScConversionParam maConvParam; /// Conversion parameters.
};
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */