diff options
-rw-r--r-- | xmloff/source/style/xmlnumi.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/source/style/xmlnumi.cxx b/xmloff/source/style/xmlnumi.cxx index 4ac569edae5a..b3680e10b868 100644 --- a/xmloff/source/style/xmlnumi.cxx +++ b/xmloff/source/style/xmlnumi.cxx @@ -1283,10 +1283,10 @@ void SvxXMLListStyleContext::SetDefaultStyle( // TODO: Bullet-Font awt::FontDescriptor aFDesc; aFDesc.Name = OUString( -#if defined UNX - "starbats" -#else +#ifdef _WIN32 "StarBats" +#else + "starbats" #endif ); aFDesc.Family = FAMILY_DONTKNOW ; |