summaryrefslogtreecommitdiff
path: root/sw/source/core/text/inftxt.cxx
diff options
context:
space:
mode:
authorMike Kaganski <mike.kaganski@collabora.com>2018-12-18 04:55:34 +0300
committerMike Kaganski <mike.kaganski@collabora.com>2018-12-18 07:27:47 +0100
commitd8037ae18a297229d1b79f8f76331abfd548350d (patch)
tree7eaa9f4cb012be19d2eca340236eebbc8e784f92 /sw/source/core/text/inftxt.cxx
parentc2a91dc53431b5658f54ca4fd32ca79165e865af (diff)
Get rid of aEmptyOUStr
Commit 8051bb7e18ccae0f639e65dfa86bcc18a5fb9108 had removed its "String" counterpart. Change-Id: Id873a259e7f4b2794e94dec83d08ed6b57298beb Reviewed-on: https://gerrit.libreoffice.org/65299 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'sw/source/core/text/inftxt.cxx')
-rw-r--r--sw/source/core/text/inftxt.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/text/inftxt.cxx b/sw/source/core/text/inftxt.cxx
index 25d2b4a60b3d..febc786e7fc2 100644
--- a/sw/source/core/text/inftxt.cxx
+++ b/sw/source/core/text/inftxt.cxx
@@ -832,7 +832,7 @@ static void lcl_DrawSpecial( const SwTextPaintInfo& rInf, const SwLinePortion& r
SwFont tmp( *pOldFnt );
tmp.SetFamily( FAMILY_DONTKNOW, tmp.GetActual() );
tmp.SetName( numfunc::GetDefBulletFontname(), tmp.GetActual() );
- tmp.SetStyleName( aEmptyOUStr, tmp.GetActual() );
+ tmp.SetStyleName(OUString(), tmp.GetActual());
tmp.SetCharSet( RTL_TEXTENCODING_SYMBOL, tmp.GetActual() );
return tmp;
}();