From 6fe768cfae32ee038ec0d93d90d78021c678bd23 Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Thu, 27 Sep 2007 07:18:40 +0000 Subject: INTEGRATION: CWS swwarnings (1.17.148); FILE MERGED 2007/06/28 11:48:14 os 1.17.148.3: RESYNC: (1.17-1.18); FILE MERGED 2007/04/11 07:02:37 tl 1.17.148.2: #i69287# warning-free code 2007/03/08 14:13:23 od 1.17.148.1: #i69287# warning free code --- sw/source/core/access/acccell.cxx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'sw/source/core/access/acccell.cxx') diff --git a/sw/source/core/access/acccell.cxx b/sw/source/core/access/acccell.cxx index 7b3153040b70..001b78a6963f 100644 --- a/sw/source/core/access/acccell.cxx +++ b/sw/source/core/access/acccell.cxx @@ -4,9 +4,9 @@ * * $RCSfile: acccell.cxx,v $ * - * $Revision: 1.18 $ + * $Revision: 1.19 $ * - * last change: $Author: ihi $ $Date: 2007-06-05 17:25:06 $ + * last change: $Author: hr $ $Date: 2007-09-27 08:18:40 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -151,14 +151,14 @@ void SwAccessibleCell::GetStates( } SwAccessibleCell::SwAccessibleCell( - SwAccessibleMap *pMap, + SwAccessibleMap *pInitMap, const SwCellFrm *pCellFrm ) : - SwAccessibleContext( pMap, AccessibleRole::TABLE_CELL, pCellFrm ), + SwAccessibleContext( pInitMap, AccessibleRole::TABLE_CELL, pCellFrm ), bIsSelected( sal_False ) { vos::OGuard aGuard(Application::GetSolarMutex()); - OUString sName( pCellFrm->GetTabBox()->GetName() ); - SetName( sName ); + OUString sBoxName( pCellFrm->GetTabBox()->GetName() ); + SetName( sBoxName ); bIsSelected = IsSelected(); } -- cgit v1.2.3