summaryrefslogtreecommitdiff
path: root/svtools/source/contnr/svtabbx.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/source/contnr/svtabbx.cxx')
-rw-r--r--svtools/source/contnr/svtabbx.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svtools/source/contnr/svtabbx.cxx b/svtools/source/contnr/svtabbx.cxx
index 266b195f01eb..88c7b10d6532 100644
--- a/svtools/source/contnr/svtabbx.cxx
+++ b/svtools/source/contnr/svtabbx.cxx
@@ -205,7 +205,7 @@ SvTreeListEntry* SvTabListBox::InsertEntryToColumn(const OUString& rStr,SvTreeLi
aCurEntry = aStr.copy(++nEnd);
}
else
- aCurEntry = OUString();
+ aCurEntry.clear();
return SvTreeListBox::InsertEntry( aFirstStr, pParent, false, nPos, pUser );
}
@@ -231,7 +231,7 @@ SvTreeListEntry* SvTabListBox::InsertEntryToColumn( const OUString& rStr,
aCurEntry = aStr.copy(++nEnd);
}
else
- aCurEntry = OUString();
+ aCurEntry.clear();
return SvTreeListBox::InsertEntry(
aFirstStr,
@@ -999,7 +999,7 @@ OUString SvHeaderTabListBox::GetAccessibleObjectName( ::svt::AccessibleBrowseBox
case ::svt::BBTYPE_TABLE:
case ::svt::BBTYPE_COLUMNHEADERBAR:
// should be empty now (see #i63983)
- aRetText = OUString();
+ aRetText.clear();
break;
case ::svt::BBTYPE_TABLECELL: