summaryrefslogtreecommitdiffstats
path: root/include/registry/registry.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/registry/registry.hxx')
-rw-r--r--include/registry/registry.hxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/registry/registry.hxx b/include/registry/registry.hxx
index 2ae5eb8b6079..8b75a5ec67e6 100644
--- a/include/registry/registry.hxx
+++ b/include/registry/registry.hxx
@@ -81,7 +81,6 @@ REG_DLLPUBLIC Registry_Api* REGISTRY_CALLTYPE initRegistry_Api();
class RegistryKey;
-
/** The Registry provides the functionality to read and write information in a registry file.
The class is implemented inline and use a C-Api.
@@ -185,8 +184,6 @@ protected:
};
-
-
/** RegistryKeyArray represents an array of open keys.
RegistryKeyArray is a helper class to work with an array of keys.
@@ -263,7 +260,6 @@ protected:
};
-
/** RegistryValueList represents a value list of the specified type.
RegistryValueList is a helper class to work with a list value.
@@ -337,7 +333,6 @@ protected:
};
-
/** RegistryKey reads or writes information of the underlying key in a registry.
Class is inline and use a load on call C-Api.
@@ -599,8 +594,6 @@ protected:
};
-
-
inline RegistryKeyArray::RegistryKeyArray()
: m_length(0)
, m_phKeys(nullptr)
@@ -1022,7 +1015,6 @@ inline rtl::OUString RegistryKey::getRegistryName()
}
-
inline Registry::Registry()
: m_pApi(initRegistry_Api())
, m_hImpl(nullptr)