diff options
author | Kurt Zenker <kz@openoffice.org> | 2004-07-30 13:59:13 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2004-07-30 13:59:13 +0000 |
commit | 5732c894dfb1db82a7f4329448a0f7b91bc19d5d (patch) | |
tree | aa13ea76e7aa3a195c451bc4be08bf51bcd6361e /sal/inc/rtl/instance.hxx | |
parent | ca8d9c9bacaf7a734649d42bd5894176b4b562b2 (diff) |
INTEGRATION: CWS gcc340fixes01 (1.4.92); FILE MERGED
2004/07/13 10:11:06 hr 1.4.92.1: #i31209#: fix typo
Diffstat (limited to 'sal/inc/rtl/instance.hxx')
-rw-r--r-- | sal/inc/rtl/instance.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sal/inc/rtl/instance.hxx b/sal/inc/rtl/instance.hxx index 820ef76fb150..40fa1a0f9856 100644 --- a/sal/inc/rtl/instance.hxx +++ b/sal/inc/rtl/instance.hxx @@ -2,9 +2,9 @@ * * $RCSfile: instance.hxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: hjs $ $Date: 2004-06-25 17:14:07 $ + * last change: $Author: kz $ $Date: 2004-07-30 14:59:13 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -346,7 +346,7 @@ public: p = m_pInstance; if (!p) { - p = aInstCtor(data); + p = aInstCtor(aData); OSL_DOUBLE_CHECKED_LOCKING_MEMORY_BARRIER(); m_pInstance = p; } |