summaryrefslogtreecommitdiff
path: root/sw/source/core/doc/gctable.cxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-06-13 08:36:47 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-06-13 08:36:47 +0000
commit9a1cd0c0932d0e5e4c4359ec30012a22cc57cfdf (patch)
tree7e0379afe04a10b52320bd873adc60b0230b2b6e /sw/source/core/doc/gctable.cxx
parentc934f9366e778f00d3471b471df8f84a7e6ac919 (diff)
INTEGRATION: CWS swlists01 (1.7.192); FILE MERGED
2008/05/08 16:28:15 od 1.7.192.2: RESYNC: (1.7-1.8); FILE MERGED 2008/03/06 10:44:26 od 1.7.192.1: #i86732# refactoring due to revised <SwFmt> interface
Diffstat (limited to 'sw/source/core/doc/gctable.cxx')
-rw-r--r--sw/source/core/doc/gctable.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/core/doc/gctable.cxx b/sw/source/core/doc/gctable.cxx
index 9b78e4634d8e..afa3ca7f7f61 100644
--- a/sw/source/core/doc/gctable.cxx
+++ b/sw/source/core/doc/gctable.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: gctable.cxx,v $
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
* This file is part of OpenOffice.org.
*
@@ -156,7 +156,7 @@ void lcl_GCBorder_DelBorder( const SwCollectTblLineBoxes& rCollTLB,
if( pShareFmts )
pShareFmts->SetAttr( *pBox, aBox );
else
- pBox->ClaimFrmFmt()->SetAttr( aBox );
+ pBox->ClaimFrmFmt()->SetFmtAttr( aBox );
}
if( ++rStt >= rCollTLB.Count() )
@@ -210,7 +210,7 @@ BOOL lcl_GC_Line_Border( const SwTableLine*& rpLine, void* pPara )
if( pGCPara->pShareFmts )
pGCPara->pShareFmts->SetAttr( *pBox, aBox );
else
- pBox->ClaimFrmFmt()->SetAttr( aBox );
+ pBox->ClaimFrmFmt()->SetFmtAttr( aBox );
}
}