summaryrefslogtreecommitdiff
path: root/sw/source/core/access/acccell.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-09-27 07:18:40 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-09-27 07:18:40 +0000
commit6fe768cfae32ee038ec0d93d90d78021c678bd23 (patch)
tree99903eb61eef027a7beb073b1abe7e168455f50d /sw/source/core/access/acccell.cxx
parented328a8c329e4a28666308c73718acd95c903bcc (diff)
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
Diffstat (limited to 'sw/source/core/access/acccell.cxx')
-rw-r--r--sw/source/core/access/acccell.cxx12
1 files changed, 6 insertions, 6 deletions
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();
}