summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/asciiopt.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/asciiopt.hxx')
-rw-r--r--sc/source/ui/inc/asciiopt.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/sc/source/ui/inc/asciiopt.hxx b/sc/source/ui/inc/asciiopt.hxx
index 708a5b7df4f5..7e438cb1fa98 100644
--- a/sc/source/ui/inc/asciiopt.hxx
+++ b/sc/source/ui/inc/asciiopt.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_SC_SOURCE_UI_INC_ASCIIOPT_HXX
-#define INCLUDED_SC_SOURCE_UI_INC_ASCIIOPT_HXX
+#pragma once
#include <rtl/ustring.hxx>
#include <i18nlangtag/lang.h>
@@ -103,6 +102,4 @@ enum ScImportAsciiCall {
SC_PASTETEXT, // with Paste > Unformatted Text
SC_TEXTTOCOLUMNS }; // with Data > Text to Columns
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */