summaryrefslogtreecommitdiff
path: root/sw/source/core/access/acccell.cxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-06-13 08:30:03 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-06-13 08:30:03 +0000
commiteb5b7a5f6490dcaa3d99f43fa3a9e11c917c25a0 (patch)
tree281c3a60094b04bb84a11cc1580e9cc6bf954da8 /sw/source/core/access/acccell.cxx
parentcaa5f54a1047c848817992afb3b3b2b4dcf88d8b (diff)
INTEGRATION: CWS swlists01 (1.20.132); FILE MERGED
2008/05/08 16:32:48 od 1.20.132.3: RESYNC: (1.21-1.22); FILE MERGED 2008/03/20 14:21:01 od 1.20.132.2: RESYNC: (1.20-1.21); FILE MERGED 2008/03/06 09:25:40 od 1.20.132.1: #i86732# refactoring due to revised <SwFmt> interface
Diffstat (limited to 'sw/source/core/access/acccell.cxx')
-rw-r--r--sw/source/core/access/acccell.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/core/access/acccell.cxx b/sw/source/core/access/acccell.cxx
index 61c9a9ff49e7..1290ad3010f2 100644
--- a/sw/source/core/access/acccell.cxx
+++ b/sw/source/core/access/acccell.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: acccell.cxx,v $
- * $Revision: 1.22 $
+ * $Revision: 1.23 $
*
* This file is part of OpenOffice.org.
*
@@ -356,7 +356,7 @@ sal_Bool SwAccessibleCell::setCurrentValue( const uno::Any& aNumber )
if( bValid )
{
SwTblBoxValue aValue( fValue );
- GetTblBoxFormat()->SetAttr( aValue );
+ GetTblBoxFormat()->SetFmtAttr( aValue );
}
return bValid;
}