summaryrefslogtreecommitdiffstats
path: root/starmath/source/dialog.cxx
diff options
context:
space:
mode:
authorOlivier Hallot <olivier.hallot@alta.org.br>2012-01-11 11:37:33 -0200
committerOlivier Hallot <olivier.hallot@alta.org.br>2012-01-11 18:43:07 -0200
commit806dce17d6631738c7388d8d68d8b5ac2e4c11a8 (patch)
tree0759954593c2fa8a85b94e5d3a4b4f40e913f091 /starmath/source/dialog.cxx
parentfdo#44661: Properly update range keys for pivot cache. (diff)
downloadcore-806dce17d6631738c7388d8d68d8b5ac2e4c11a8.tar.gz
core-806dce17d6631738c7388d8d68d8b5ac2e4c11a8.zip
Fix for fdo43460 Part XXXIV getLength() to isEmpty()
Part XXXIV Modules shell, slideshow, sot, starmath
Diffstat (limited to 'starmath/source/dialog.cxx')
-rw-r--r--starmath/source/dialog.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/source/dialog.cxx b/starmath/source/dialog.cxx
index 859d635d4608..23fd2de70e6d 100644
--- a/starmath/source/dialog.cxx
+++ b/starmath/source/dialog.cxx
@@ -1628,7 +1628,7 @@ void SmShowChar::Paint(const Rectangle &rRect)
Control::Paint( rRect );
OUString aText( GetText() );
- if (aText.getLength() > 0)
+ if (!aText.isEmpty())
{
#if OSL_DEBUG_LEVEL > 1
sal_Int32 nPos = 0;