summaryrefslogtreecommitdiff
path: root/sc/inc/token.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/token.hxx')
-rw-r--r--sc/inc/token.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/sc/inc/token.hxx b/sc/inc/token.hxx
index 8ee554c4e8d6..8916ee3e4d3e 100644
--- a/sc/inc/token.hxx
+++ b/sc/inc/token.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_SC_INC_TOKEN_HXX
-#define INCLUDED_SC_INC_TOKEN_HXX
+#pragma once
#include <memory>
#include <vector>
@@ -453,6 +452,4 @@ public:
{}
};
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */