summaryrefslogtreecommitdiff
path: root/unotools/source/accessibility
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 13:04:20 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 13:04:20 +0000
commit479306965ed5070379f6314629f688cc40a40237 (patch)
treed080f3a10a8916b9eddebb64a4cecc3a3c66749e /unotools/source/accessibility
parent9dfceac7ddcd07b30724fc62e0f5c303ac412ba2 (diff)
INTEGRATION: CWS warnings01 (1.12.16); FILE MERGED
2005/11/10 13:13:13 pl 1.12.16.2: #i53898# removed warnings 2005/10/27 10:51:11 pl 1.12.16.1: #i55991# removed warnings for solaris platform
Diffstat (limited to 'unotools/source/accessibility')
-rw-r--r--unotools/source/accessibility/accessiblestatesethelper.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/unotools/source/accessibility/accessiblestatesethelper.cxx b/unotools/source/accessibility/accessiblestatesethelper.cxx
index a522da524302..d612f7fb174a 100644
--- a/unotools/source/accessibility/accessiblestatesethelper.cxx
+++ b/unotools/source/accessibility/accessiblestatesethelper.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: accessiblestatesethelper.cxx,v $
*
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 09:40:49 $
+ * last change: $Author: hr $ $Date: 2006-06-19 14:04:20 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -212,7 +212,8 @@ AccessibleStateSetHelper::AccessibleStateSetHelper ( const sal_Int64 _nInitialSt
}
AccessibleStateSetHelper::AccessibleStateSetHelper (const AccessibleStateSetHelper& rHelper)
- : mpHelperImpl(NULL)
+ : cppu::WeakImplHelper1<XAccessibleStateSet>()
+ , mpHelperImpl(NULL)
{
if (rHelper.mpHelperImpl)
mpHelperImpl = new AccessibleStateSetHelperImpl(*rHelper.mpHelperImpl);
@@ -347,7 +348,6 @@ uno::Sequence<sal_Int8> SAL_CALL
static uno::Sequence<sal_Int8> aId;
if (aId.getLength() == 0)
{
- ::vos::OGuard aGuard (maMutex);
aId.realloc (16);
rtl_createUuid ((sal_uInt8 *)aId.getArray(), 0, sal_True);
}