summaryrefslogtreecommitdiff
path: root/sc/source/ui/vba/vbavalidation.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/vba/vbavalidation.hxx')
-rw-r--r--sc/source/ui/vba/vbavalidation.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/sc/source/ui/vba/vbavalidation.hxx b/sc/source/ui/vba/vbavalidation.hxx
index a8fd6aec3d10..ab16c053337a 100644
--- a/sc/source/ui/vba/vbavalidation.hxx
+++ b/sc/source/ui/vba/vbavalidation.hxx
@@ -16,8 +16,7 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_SC_SOURCE_UI_VBA_VBAVALIDATION_HXX
-#define INCLUDED_SC_SOURCE_UI_VBA_VBAVALIDATION_HXX
+#pragma once
#include <ooo/vba/excel/XValidation.hpp>
#include <vbahelper/vbahelperinterface.hxx>
@@ -62,6 +61,4 @@ public:
};
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */