summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-08-12 14:42:26 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-08-12 14:42:26 +0100
commit16076f120340673ad64df1614206f0e13e3539d5 (patch)
tree2f513474a77c976dd2d07ba8f4d47005ecec2fa1
parentb56bb5dce9a225bb0b8d6c57120da55e4cae7def (diff)
Resolves: fdo#82259 use same symbol strategy on all platforms
Change-Id: Ia4f0a36c8a95849b7c8551b930873e912b673537
-rw-r--r--svtools/source/misc/sampletext.cxx5
1 files changed, 0 insertions, 5 deletions
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;