diff options
author | Ricardo Montania <ricardo@linuxafundo.com.br> | 2013-09-10 23:03:56 +0000 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-09-11 09:34:18 +0000 |
commit | 80e5e65c93a405f54089c59cf18e04486f9634b7 (patch) | |
tree | aa88dc32b166b98b42452756f54267b0f2a6830f /editeng | |
parent | 08163c1cb3039e42f093e6485f8321d6381446ec (diff) |
String cleanup
Conflicts:
cui/source/tabpages/backgrnd.cxx
editeng/source/items/frmitems.cxx
editeng/source/items/numitem.cxx
include/editeng/brushitem.hxx
include/svx/xoutbmp.hxx
sc/source/filter/html/htmlexp.cxx
sc/source/filter/html/htmlexp2.cxx
svx/source/core/extedit.cxx
svx/source/core/graphichelper.cxx
svx/source/sidebar/nbdtmg.cxx
sw/source/ui/shells/txtnum.cxx
Change-Id: I1f548a01574a18e3f3a402ee491358fa36b349e7
Reviewed-on: https://gerrit.libreoffice.org/5907
Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
Tested-by: Thomas Arnhold <thomas@arnhold.org>
Diffstat (limited to 'editeng')
-rw-r--r-- | editeng/source/items/frmitems.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editeng/source/items/frmitems.cxx b/editeng/source/items/frmitems.cxx index 177c20d0b5db..0c5917d81d37 100644 --- a/editeng/source/items/frmitems.cxx +++ b/editeng/source/items/frmitems.cxx @@ -3524,7 +3524,7 @@ SvxBrushItem::SvxBrushItem( SvStream& rStream, sal_uInt16 nVersion, // TODO/MBA: how can we get a BaseURL here?! OSL_FAIL("No BaseURL!"); OUString aAbs = INetURLObject::GetAbsURL( "", aRel ); - DBG_ASSERT( aAbs.getLength(), "Invalid URL!" ); + DBG_ASSERT( !aAbs.isEmpty(), "Invalid URL!" ); maStrLink = aAbs; } |