From 16076f120340673ad64df1614206f0e13e3539d5 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 12 Aug 2014 14:42:26 +0100 Subject: Resolves: fdo#82259 use same symbol strategy on all platforms Change-Id: Ia4f0a36c8a95849b7c8551b930873e912b673537 --- svtools/source/misc/sampletext.cxx | 5 ----- 1 file changed, 5 deletions(-) (limited to 'svtools') diff --git a/svtools/source/misc/sampletext.cxx b/svtools/source/misc/sampletext.cxx index 905ddec5726e..257a97fe1f33 100644 --- a/svtools/source/misc/sampletext.cxx +++ b/svtools/source/misc/sampletext.cxx @@ -65,11 +65,6 @@ OUString makeShortRepresentativeSymbolTextForSelectedFont(OutputDevice &rDevice) // start just above the PUA used by most symbol fonts sal_uInt32 cNewChar = 0xFF00; -#ifdef MACOSX - // on MacOSX there are too many non-presentable symbols above the codepoint 0x0192 - if( !bOpenSymbol ) - cNewChar = 0x0192; -#endif const int nMaxCount = sizeof(aText)/sizeof(*aText) - 1; int nSkip = aFontCharMap.GetCharCount() / nMaxCount; -- cgit