summaryrefslogtreecommitdiff
path: root/sal
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2004-07-30 13:59:13 +0000
committerKurt Zenker <kz@openoffice.org>2004-07-30 13:59:13 +0000
commit851fc0694bec2d82c484e115fadd023711393108 (patch)
treee3d7af3ac52516609a0c086e5151756924ac4564 /sal
parent274941a65b38db66187bd16f65698e2a2965e15a (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')
-rw-r--r--sal/inc/rtl/instance.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sal/inc/rtl/instance.hxx b/sal/inc/rtl/instance.hxx
index 8a85b87d7..648853ffd 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;
}