summaryrefslogtreecommitdiff
path: root/tools/source/rc
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2008-02-27 09:19:44 +0000
committerOliver Bolte <obo@openoffice.org>2008-02-27 09:19:44 +0000
commit6f67c1b6f7fb76e886c341c3209ec05294320a7e (patch)
tree64a7fbc971360223a69afe955dfa7f95a639cc8e /tools/source/rc
parent964b9a31227620c096d6025022ad9e51ed38f6d7 (diff)
INTEGRATION: CWS fwk81_DEV300 (1.10.58); FILE MERGED
2008/01/21 13:42:03 cd 1.10.58.1: #i85363# Initialize member in ResId ctor
Diffstat (limited to 'tools/source/rc')
-rw-r--r--tools/source/rc/rc.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/source/rc/rc.cxx b/tools/source/rc/rc.cxx
index 41df4ea206cb..99f2b3f44cb9 100644
--- a/tools/source/rc/rc.cxx
+++ b/tools/source/rc/rc.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: rc.cxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: hr $ $Date: 2007-06-27 22:16:55 $
+ * last change: $Author: obo $ $Date: 2008-02-27 10:19:44 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -97,7 +97,7 @@ Time::Time( const ResId& rResId )
// =======================================================================
-Date::Date( const ResId& rResId )
+Date::Date( const ResId& rResId ) : nDate(0)
{
rResId.SetRT( RSC_DATE );
ResMgr* pResMgr = NULL;