From 479306965ed5070379f6314629f688cc40a40237 Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Mon, 19 Jun 2006 13:04:20 +0000 Subject: 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 --- unotools/source/accessibility/accessiblestatesethelper.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'unotools/source/accessibility') 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() + , mpHelperImpl(NULL) { if (rHelper.mpHelperImpl) mpHelperImpl = new AccessibleStateSetHelperImpl(*rHelper.mpHelperImpl); @@ -347,7 +348,6 @@ uno::Sequence SAL_CALL static uno::Sequence aId; if (aId.getLength() == 0) { - ::vos::OGuard aGuard (maMutex); aId.realloc (16); rtl_createUuid ((sal_uInt8 *)aId.getArray(), 0, sal_True); } -- cgit v1.2.3