summaryrefslogtreecommitdiffstats
path: root/svx/source/table/tablertfimporter.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/table/tablertfimporter.cxx')
-rw-r--r--svx/source/table/tablertfimporter.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/table/tablertfimporter.cxx b/svx/source/table/tablertfimporter.cxx
index 55c5fdfdc01d..29fe40b58620 100644
--- a/svx/source/table/tablertfimporter.cxx
+++ b/svx/source/table/tablertfimporter.cxx
@@ -238,7 +238,7 @@ void SdrTableRTFParser::InsertCell( RtfImportInfo const * pInfo )
RTFColumnVectorPtr xColumn( maRows.back() );
if ( xCellInfo->mxVMergeCell )
{
- if ( xColumn->size()==0 ||
+ if ( xColumn->empty() ||
xColumn->back()->mxVMergeCell != xCellInfo->mxVMergeCell )
xCellInfo->mxVMergeCell->mnRowSpan++;
}