summaryrefslogtreecommitdiff
path: root/unotools
diff options
context:
space:
mode:
authorHerbert Duerr [hdu] <duerr@sun.com>2010-06-02 10:12:48 +0200
committerHerbert Duerr [hdu] <duerr@sun.com>2010-06-02 10:12:48 +0200
commitaf7e9427541027ca153d9b16782c55addbbf28b3 (patch)
treebcffe19066f9df7d9648b9d1b9474a8d7597c30a /unotools
parentcbe15fe5fdace258050a287a6074780cc6cb44ba (diff)
#i100925# removed superfluos translation entry for simsun family
Diffstat (limited to 'unotools')
-rw-r--r--unotools/source/misc/fontdefs.cxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/unotools/source/misc/fontdefs.cxx b/unotools/source/misc/fontdefs.cxx
index 878ed0b938ae..c1c222755599 100644
--- a/unotools/source/misc/fontdefs.cxx
+++ b/unotools/source/misc/fontdefs.cxx
@@ -37,6 +37,7 @@ struct ImplLocalizedFontName
const sal_Unicode* mpLocalizedNames;
};
+// TODO: where did the 0,0 delimiters come from? A single 0 should suffice...
static sal_Unicode const aBatang[] = { 0xBC14, 0xD0D5, 0, 0 };
static sal_Unicode const aBatangChe[] = { 0xBC14, 0xD0D5, 0xCCB4, 0, 0 };
static sal_Unicode const aGungsuh[] = { 0xAD81, 0xC11C, 0, 0 };
@@ -181,7 +182,6 @@ static sal_Unicode const aHiraginoKakuGothicPro[] = { 0x30D2, 0x30E9, 0x30AE,
static sal_Unicode const aHiraginoKakuGothicProN[] = { 0x30D2, 0x30E9, 0x30AE, 0x30CE, 0x89D2, 0x30B4, 'p','r','o','n',0};
static sal_Unicode const aHiraginoMaruGothicPro[] = { 0x30D2, 0x30E9, 0x30AE, 0x30CE, 0x4E38, 0x30B4, 'p','r','o',0};
static sal_Unicode const aHiraginoMaruGothicProN[] = { 0x30D2, 0x30E9, 0x30AE, 0x30CE, 0x4E38, 0x30B4, 'p','r','o','n',0};
-static sal_Unicode const aTimesNewRoman[] = { 0x5B8B, 0x4F53 };
static ImplLocalizedFontName aImplLocalizedNamesList[] =
{
@@ -318,7 +318,6 @@ static ImplLocalizedFontName aImplLocalizedNamesList[] =
{ "hiraginokakugothicpron", aHiraginoKakuGothicProN },
{ "hiraginomarugothicpro", aHiraginoMaruGothicPro },
{ "hiraginomarugothicpron", aHiraginoMaruGothicProN },
-{ "timesnewroman", aTimesNewRoman },
{ NULL, NULL },
};
@@ -518,8 +517,6 @@ void AddTokenFontName( String& rName, const String& rNewToken )
ImplAppendFontToken( rName, rNewToken );
}
-
-
// =======================================================================
String GetSubsFontName( const String& rName, ULONG nFlags )