From 47f218fcf4ba9de325e5721d2c4f27794677e87f Mon Sep 17 00:00:00 2001 From: Luboš Luňák Date: Thu, 6 Jun 2013 19:48:03 +0200 Subject: hack for reading properly textencoding for opensymbol from old LO Which did it because of bullet font not having it correctly (fixed in 44c133ef996e32ebdfc9560bcf14b0cd77196a9e). Change-Id: I6992de03816661cf6970140eb35816e26cf0e612 --- include/unotools/fontdefs.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'include/unotools') diff --git a/include/unotools/fontdefs.hxx b/include/unotools/fontdefs.hxx index d1bf77769a33..e57abd491057 100644 --- a/include/unotools/fontdefs.hxx +++ b/include/unotools/fontdefs.hxx @@ -97,6 +97,7 @@ UNOTOOLS_DLLPUBLIC void GetEnglishSearchFontName( OUString& rName ); @return true if this is Star|Open Symbol */ +// FIXME It's quite possible that code using this should instead check for RTL_TEXTENCODING_SYMBOL. UNOTOOLS_DLLPUBLIC bool IsStarSymbol(const OUString &rFontName); #endif -- cgit