summaryrefslogtreecommitdiffstats
path: root/include/registry/refltype.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/registry/refltype.hxx')
-rw-r--r--include/registry/refltype.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/registry/refltype.hxx b/include/registry/refltype.hxx
index 5278e37c01b5..14fc81fe88a7 100644
--- a/include/registry/refltype.hxx
+++ b/include/registry/refltype.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_REGISTRY_REFLTYPE_HXX
-#define INCLUDED_REGISTRY_REFLTYPE_HXX
+#pragma once
#include <registry/types.hxx>
#include <sal/types.h>
@@ -47,6 +46,4 @@ public:
/// specifies the calling convention for type reader/writer api
#define TYPEREG_CALLTYPE SAL_CALL
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */