summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/prevloc.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/prevloc.hxx')
-rw-r--r--sc/source/ui/inc/prevloc.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/sc/source/ui/inc/prevloc.hxx b/sc/source/ui/inc/prevloc.hxx
index 5aa803364f64..17a7353b7bb1 100644
--- a/sc/source/ui/inc/prevloc.hxx
+++ b/sc/source/ui/inc/prevloc.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_SC_SOURCE_UI_INC_PREVLOC_HXX
-#define INCLUDED_SC_SOURCE_UI_INC_PREVLOC_HXX
+#pragma once
#include <sal/types.h>
@@ -150,6 +149,4 @@ public:
bool GetMainCellRange( ScRange& rRange, tools::Rectangle& rPixRect ) const;
};
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */