summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/scuiasciiopt.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/scuiasciiopt.hxx')
-rw-r--r--sc/source/ui/inc/scuiasciiopt.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/sc/source/ui/inc/scuiasciiopt.hxx b/sc/source/ui/inc/scuiasciiopt.hxx
index 51cf2ec06a17..cde26d7df023 100644
--- a/sc/source/ui/inc/scuiasciiopt.hxx
+++ b/sc/source/ui/inc/scuiasciiopt.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_SC_SOURCE_UI_INC_SCUIASCIIOPT_HXX
-#define INCLUDED_SC_SOURCE_UI_INC_SCUIASCIIOPT_HXX
+#pragma once
#include <svx/langbox.hxx>
#include <tools/solar.h>
@@ -129,6 +128,4 @@ inline bool ScImportAsciiDlg::Seek(sal_uLong nPos)
return bSuccess;
}
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */