summaryrefslogtreecommitdiff
path: root/svx/source/table
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-09-09 10:48:58 +0200
committerNoel Grandin <noel@peralex.com>2013-09-11 09:45:33 +0200
commitd178cb406bd08f86ec2cc9ddba35f24901f3f386 (patch)
tree7e344c2cf70da29567c3764b493c6f71cab4068e /svx/source/table
parentfbffa4e79a58eb4fe175369945ced653070189f7 (diff)
convert include/editeng/editobj.hxx from String to OUString
Change-Id: I076ae20fb21accf8ff7e7fad096534e97ba7dab4
Diffstat (limited to 'svx/source/table')
-rw-r--r--svx/source/table/cell.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/table/cell.cxx b/svx/source/table/cell.cxx
index fd28d1cd546d..0ab0bd5f24ce 100644
--- a/svx/source/table/cell.cxx
+++ b/svx/source/table/cell.cxx
@@ -560,7 +560,7 @@ bool Cell::hasText() const
{
if( rTextObj.GetParagraphCount() == 1 )
{
- if( rTextObj.GetText(0).Len() == 0 )
+ if( rTextObj.GetText(0).isEmpty() )
return false;
}
return true;