summaryrefslogtreecommitdiff
path: root/sw/source/core/undo/unspnd.cxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2008-06-13 09:29:59 +0000
committerRüdiger Timm <rt@openoffice.org>2008-06-13 09:29:59 +0000
commit992f0be2f3877d250492d4a16a9c2a31e864caaf (patch)
treed9aa93acbab66b29958d9389b4b57ebf7c0c3284 /sw/source/core/undo/unspnd.cxx
parent5c21a8447bbd5840a09a8b768a2c4ccfc5253495 (diff)
INTEGRATION: CWS swlists01 (1.8.192); FILE MERGED
2008/05/08 16:31:18 od 1.8.192.3: RESYNC: (1.9-1.10); FILE MERGED 2008/03/20 14:21:17 od 1.8.192.2: RESYNC: (1.8-1.9); FILE MERGED 2008/03/06 10:05:19 od 1.8.192.1: #i86732# - refactoring due to new paragraph list attributes - refactoring due to revised <SwTxtNode> interface - refactoring due to revised <SwFmt> interface - refactoring due to removed <SwNumRuleItem::pDefinedIn>
Diffstat (limited to 'sw/source/core/undo/unspnd.cxx')
-rw-r--r--sw/source/core/undo/unspnd.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/core/undo/unspnd.cxx b/sw/source/core/undo/unspnd.cxx
index 5712c9972975..96b0daf6a5df 100644
--- a/sw/source/core/undo/unspnd.cxx
+++ b/sw/source/core/undo/unspnd.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: unspnd.cxx,v $
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
* This file is part of OpenOffice.org.
*
@@ -113,11 +113,11 @@ void SwUndoSplitNode::Undo( SwUndoIter& rUndoIter )
const SfxPoolItem *pItem;
if( SFX_ITEM_SET == pNdSet->GetItemState( RES_PAGEDESC, FALSE,
&pItem ) )
- pTableFmt->SetAttr( *pItem );
+ pTableFmt->SetFmtAttr( *pItem );
if( SFX_ITEM_SET == pNdSet->GetItemState( RES_BREAK, FALSE,
&pItem ) )
- pTableFmt->SetAttr( *pItem );
+ pTableFmt->SetFmtAttr( *pItem );
}
// dann loesche den wieder