summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/csvgrid.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/csvgrid.hxx')
-rw-r--r--sc/source/ui/inc/csvgrid.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/sc/source/ui/inc/csvgrid.hxx b/sc/source/ui/inc/csvgrid.hxx
index 84a0b6cb8f73..fe5e76092093 100644
--- a/sc/source/ui/inc/csvgrid.hxx
+++ b/sc/source/ui/inc/csvgrid.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_SC_SOURCE_UI_INC_CSVGRID_HXX
-#define INCLUDED_SC_SOURCE_UI_INC_CSVGRID_HXX
+#pragma once
#include <vcl/virdev.hxx>
#include <unotools/options.hxx>
@@ -314,6 +313,4 @@ protected:
virtual css::uno::Reference<css::accessibility::XAccessible> CreateAccessible() override;
};
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */