summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/registry/reader.h2
-rw-r--r--include/registry/reader.hxx2
-rw-r--r--include/registry/refltype.hxx2
-rw-r--r--include/registry/types.hxx (renamed from include/registry/types.h)8
-rw-r--r--include/registry/writer.h2
-rw-r--r--include/registry/writer.hxx2
6 files changed, 5 insertions, 13 deletions
diff --git a/include/registry/reader.h b/include/registry/reader.h
index 48dfef9161a6..a0e8eca502a9 100644
--- a/include/registry/reader.h
+++ b/include/registry/reader.h
@@ -21,7 +21,7 @@
#define INCLUDED_REGISTRY_READER_H
#include <registry/regdllapi.h>
-#include <registry/types.h>
+#include <registry/types.hxx>
#include <registry/version.h>
#include <rtl/ustring.h>
diff --git a/include/registry/reader.hxx b/include/registry/reader.hxx
index a03b6ef99fbf..d8980985700c 100644
--- a/include/registry/reader.hxx
+++ b/include/registry/reader.hxx
@@ -22,7 +22,7 @@
#include <registry/reader.h>
#include <registry/refltype.hxx>
-#include <registry/types.h>
+#include <registry/types.hxx>
#include <registry/version.h>
#include <rtl/ustring.hxx>
diff --git a/include/registry/refltype.hxx b/include/registry/refltype.hxx
index a7e3fcf25385..3e3bedad8796 100644
--- a/include/registry/refltype.hxx
+++ b/include/registry/refltype.hxx
@@ -20,7 +20,7 @@
#ifndef INCLUDED_REGISTRY_REFLTYPE_HXX
#define INCLUDED_REGISTRY_REFLTYPE_HXX
-#include <registry/types.h>
+#include <registry/types.hxx>
#include <sal/types.h>
/** specifies the type source of a binary type blob.
diff --git a/include/registry/types.h b/include/registry/types.hxx
index 27eacb899967..dc28e9d5d47b 100644
--- a/include/registry/types.h
+++ b/include/registry/types.hxx
@@ -23,10 +23,6 @@
#include <sal/types.h>
#include <o3tl/typed_flags_set.hxx>
-#ifdef __cplusplus
-extern "C" {
-#endif
-
/** specifies the typeclass of a binary type blob.
The general structure of a binary type blob is always the same. It depends
@@ -331,10 +327,6 @@ enum class RTReferenceType {
TYPE_PARAMETER
};
-#ifdef __cplusplus
-}
-#endif
-
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/include/registry/writer.h b/include/registry/writer.h
index bf5b314816ba..e05b09634ede 100644
--- a/include/registry/writer.h
+++ b/include/registry/writer.h
@@ -21,7 +21,7 @@
#define INCLUDED_REGISTRY_WRITER_H
#include <registry/regdllapi.h>
-#include <registry/types.h>
+#include <registry/types.hxx>
#include <registry/version.h>
#include <rtl/ustring.h>
diff --git a/include/registry/writer.hxx b/include/registry/writer.hxx
index f6dced52ffaa..023aa1ee2d70 100644
--- a/include/registry/writer.hxx
+++ b/include/registry/writer.hxx
@@ -22,7 +22,7 @@
#include <registry/writer.h>
#include <registry/refltype.hxx>
-#include <registry/types.h>
+#include <registry/types.hxx>
#include <registry/version.h>
#include <rtl/ustring.hxx>