summaryrefslogtreecommitdiff
path: root/reportdesign/inc/RptDef.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'reportdesign/inc/RptDef.hxx')
-rw-r--r--reportdesign/inc/RptDef.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/reportdesign/inc/RptDef.hxx b/reportdesign/inc/RptDef.hxx
index f2dd5952684a..91fff4ae2342 100644
--- a/reportdesign/inc/RptDef.hxx
+++ b/reportdesign/inc/RptDef.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_REPORTDESIGN_INC_RPTDEF_HXX
-#define INCLUDED_REPORTDESIGN_INC_RPTDEF_HXX
+#pragma once
#include <memory>
#include <map>
@@ -88,6 +87,4 @@ template < typename T> T getStyleProperty(const css::uno::Reference< css::report
}
-#endif // INCLUDED_REPORTDESIGN_INC_RPTDEF_HXX
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */