[Libreoffice-commits] core.git: svx/source
K_Karthikeyan
karthikeyan at kacst.edu.sa
Mon Mar 4 03:40:38 PST 2013
svx/source/table/tablelayouter.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 45a5dad0460a1a7d1a44716968b8c9ff4a23e04b
Author: K_Karthikeyan <karthikeyan at kacst.edu.sa>
Date: Mon Feb 25 11:01:46 2013 +0300
Resolves fdo#60554
Resolves fdo#60554 borders disappear while merging cells
Change-Id: I3d3464e8b75cc9b72a1592d8ef276243202e68b8
Reviewed-on: https://gerrit.libreoffice.org/2375
Reviewed-by: Ahmad Harthi <aalharthi at kacst.edu.sa>
Tested-by: Ahmad Harthi <aalharthi at kacst.edu.sa>
diff --git a/svx/source/table/tablelayouter.cxx b/svx/source/table/tablelayouter.cxx
index cf9e9ed..12e108f 100644
--- a/svx/source/table/tablelayouter.cxx
+++ b/svx/source/table/tablelayouter.cxx
@@ -1026,7 +1026,7 @@ void TableLayouter::UpdateBorderLayout()
for( aPos.mnCol = 0; aPos.mnCol < nColCount; aPos.mnCol++ )
{
CellRef xCell( getCell( aPos ) );
- if( !xCell.is() || xCell->isMerged() )
+ if( !xCell.is() )
continue;
const SvxBoxItem* pThisAttr = (const SvxBoxItem*)xCell->GetItemSet().GetItem( SDRATTR_TABLE_BORDER );
More information about the Libreoffice-commits
mailing list