summaryrefslogtreecommitdiff
path: root/sc/inc/fillinfo.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/fillinfo.hxx')
-rw-r--r--sc/inc/fillinfo.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/sc/inc/fillinfo.hxx b/sc/inc/fillinfo.hxx
index 0e17f179cc58..e18e3f545536 100644
--- a/sc/inc/fillinfo.hxx
+++ b/sc/inc/fillinfo.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_SC_INC_FILLINFO_HXX
-#define INCLUDED_SC_INC_FILLINFO_HXX
+#pragma once
#include <sal/config.h>
@@ -203,6 +202,4 @@ struct ScTableInfo
const ScTableInfo& operator=(const ScTableInfo&) = delete;
};
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */