diff options
author | Michael Stahl <mstahl@redhat.com> | 2015-06-19 22:44:31 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2015-06-20 11:42:36 +0200 |
commit | bb2d711998b997eb4e4d0d8498cca7a212ba71ef (patch) | |
tree | 5f52973be6ebb56ba9e8227cb083a8fe7b3f0fab /include | |
parent | c3f9fa6f3a18ffe088a1fbc6280ade296967e66a (diff) |
filter: bestFitOpenSymbolToMSFont() parameter bDisableUnicodeSupport
... is obsolete
Change-Id: I644f80ac4bf265f2c669a9d1b87fecd012756be2
Diffstat (limited to 'include')
-rw-r--r-- | include/filter/msfilter/util.hxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/filter/msfilter/util.hxx b/include/filter/msfilter/util.hxx index 1164889e8419..9ab24396ba2e 100644 --- a/include/filter/msfilter/util.hxx +++ b/include/filter/msfilter/util.hxx @@ -48,11 +48,9 @@ to find it, unfortunately :-( /// best-fit replacement in terms of default available MSOffice symbol /// fonts. /// -/// Set bDisableUnicodeSupport when exporting to 8bit encodings -/// /// Used to map from [Open|Star]Symbol to some Windows font or other. MSFILTER_DLLPUBLIC sal_Unicode bestFitOpenSymbolToMSFont(sal_Unicode cBullet, - rtl_TextEncoding& r_ioChrSet, OUString& r_ioFontName, bool bDisableUnicodeSupport = false); + rtl_TextEncoding& r_ioChrSet, OUString& r_ioFontName); enum TextCategory |