summaryrefslogtreecommitdiff
path: root/xmloff/source/style/xmlnumi.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/style/xmlnumi.cxx')
-rw-r--r--xmloff/source/style/xmlnumi.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/source/style/xmlnumi.cxx b/xmloff/source/style/xmlnumi.cxx
index d8b65c9a94dd..a85527b6ec06 100644
--- a/xmloff/source/style/xmlnumi.cxx
+++ b/xmloff/source/style/xmlnumi.cxx
@@ -524,7 +524,7 @@ Sequence<beans::PropertyValue> SvxXMLListLevelStyleContext_Impl::GetProperties(
bStarSymbol = sal_True;
}
if( bStarSymbol )
- aFDesc.Name = OUString( "StarSymbol" );
+ aFDesc.Name = "StarSymbol" ;
}
// Must append 'cBullet' even if it is zero
@@ -1283,13 +1283,13 @@ void SvxXMLListStyleContext::SetDefaultStyle(
{
// TODO: Bullet-Font
awt::FontDescriptor aFDesc;
- aFDesc.Name = OUString(
+ aFDesc.Name =
#ifdef _WIN32
"StarBats"
#else
"starbats"
#endif
- );
+ ;
aFDesc.Family = FAMILY_DONTKNOW ;
aFDesc.Pitch = PITCH_DONTKNOW ;
aFDesc.CharSet = RTL_TEXTENCODING_SYMBOL ;