summaryrefslogtreecommitdiff
path: root/registry/inc
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-11-21 16:51:34 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-11-21 16:51:34 +0000
commitc2042d38df0cc34fff48eede4be3101751958b1c (patch)
tree4ed808eb732896dbca71ae28da6894ebab5e654a /registry/inc
parent044f9123c9b30548e920ea9256da02bfc9074669 (diff)
INTEGRATION: CWS pj65 (1.8.30); FILE MERGED
2006/10/24 06:50:55 pjanik 1.8.30.1: #i70659#: Prevent warnings on Mac OS X. Patch from sb.
Diffstat (limited to 'registry/inc')
-rw-r--r--registry/inc/registry/registry.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/registry/inc/registry/registry.hxx b/registry/inc/registry/registry.hxx
index 91a5d5822711..e6c479f6b66b 100644
--- a/registry/inc/registry/registry.hxx
+++ b/registry/inc/registry/registry.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: registry.hxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 05:13:12 $
+ * last change: $Author: vg $ $Date: 2006-11-21 17:51:34 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -393,6 +393,7 @@ public:
RegistryValueList()
: m_length(0)
, m_pValueList(NULL)
+ , m_valueType(RG_VALUETYPE_NOT_DEFINED)
, m_registry(NULL)
{}