summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/cellmergeoption.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/cellmergeoption.hxx')
-rw-r--r--sc/source/ui/inc/cellmergeoption.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/sc/source/ui/inc/cellmergeoption.hxx b/sc/source/ui/inc/cellmergeoption.hxx
index 937b9079960d..600a5e03dd8a 100644
--- a/sc/source/ui/inc/cellmergeoption.hxx
+++ b/sc/source/ui/inc/cellmergeoption.hxx
@@ -7,8 +7,7 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
-#ifndef INCLUDED_SC_SOURCE_UI_INC_CELLMERGEOPTION_HXX
-#define INCLUDED_SC_SOURCE_UI_INC_CELLMERGEOPTION_HXX
+#pragma once
#include <address.hxx>
@@ -32,6 +31,4 @@ struct ScCellMergeOption
ScRange getFirstSingleRange() const;
};
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */