summaryrefslogtreecommitdiff
path: root/include/registry
diff options
context:
space:
mode:
authorAlexander Wilms <f.alexander.wilms@gmail.com>2014-02-25 19:06:16 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-03-01 09:51:32 -0600
commit8792ec7b2129650777b7b4bfacaa7c13d923279b (patch)
treef181e37b61533b460397cc68625fd21f46bb6393 /include/registry
parentdff29fadfe418421f2af9fd4f1dccc8a9b4cd545 (diff)
Remove visual noise from include
Conflicts: include/framework/preventduplicateinteraction.hxx include/sfx2/sfxbasecontroller.hxx include/sfx2/sfxbasemodel.hxx include/toolkit/awt/vclxtabpagemodel.hxx include/vcl/field.hxx include/vcl/settings.hxx Change-Id: Ibccf9f88c68267a3d7e656012b51eaf644c418c2 Reviewed-on: https://gerrit.libreoffice.org/8272 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/registry')
-rw-r--r--include/registry/registry.hxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/include/registry/registry.hxx b/include/registry/registry.hxx
index 6b3438cad3f6..09194c428a3e 100644
--- a/include/registry/registry.hxx
+++ b/include/registry/registry.hxx
@@ -87,7 +87,7 @@ REG_DLLPUBLIC Registry_Api* REGISTRY_CALLTYPE initRegistry_Api(void);
class RegistryKey;
-//-----------------------------------------------------------------------------
+
/** The Registry provides the functionality to read and write information in a registry file.
@@ -231,7 +231,7 @@ protected:
};
-//-----------------------------------------------------------------------------
+
/** RegistryKeyArray represents an array of open keys.
@@ -312,7 +312,7 @@ protected:
Registry m_registry;
};
-//-----------------------------------------------------------------------------
+
/** RegistryValueList represents a value list of the specified type.
@@ -386,7 +386,7 @@ protected:
Registry m_registry;
};
-//-----------------------------------------------------------------------------
+
/** RegistryKey reads or writes information of the underlying key in a registry.
@@ -672,7 +672,7 @@ protected:
};
-//-----------------------------------------------------------------------------
+
inline RegistryKeyArray::RegistryKeyArray()
: m_length(0)
@@ -722,7 +722,7 @@ inline RegError RegistryKeyArray::closeKeyHandles()
return(REG_INVALID_KEY);
}
-//-----------------------------------------------------------------------------
+
inline RegistryKeyNames::RegistryKeyNames()
: m_length(0)
@@ -773,7 +773,7 @@ inline RegError RegistryKeyNames::freeKeyNames()
return REG_INVALID_KEY;
}
-//-----------------------------------------------------------------------------
+
inline RegistryKey::RegistryKey()
: m_hImpl(NULL)
@@ -1146,7 +1146,7 @@ inline rtl::OUString RegistryKey::getRegistryName()
return rtl::OUString();
}
-//-----------------------------------------------------------------------------
+
inline Registry::Registry()
: m_pApi(initRegistry_Api())