summaryrefslogtreecommitdiff
path: root/starmath/source/format.cxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-04-17 09:21:46 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-04-17 09:21:46 +0000
commit810581b47ca2af7903b9e66b57dfc2487274b4bc (patch)
treebf2dc71edad59292a712bf21596452e265b3e1b0 /starmath/source/format.cxx
parent80a4b3b589a516392bcf1ad932619701eb95e250 (diff)
INTEGRATION: CWS sw009 (1.6.54); FILE MERGED
2003/03/18 09:57:31 oj 1.6.54.1: #107657# moved GetScriptTypeOfLanguage to svtools SvtLanguageOptions
Diffstat (limited to 'starmath/source/format.cxx')
-rw-r--r--starmath/source/format.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/starmath/source/format.cxx b/starmath/source/format.cxx
index a1bed3891037..3e43618bae26 100644
--- a/starmath/source/format.cxx
+++ b/starmath/source/format.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: format.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: tl $ $Date: 2002-04-18 11:49:42 $
+ * last change: $Author: vg $ $Date: 2003-04-17 10:21:46 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -130,7 +130,7 @@ String GetDefaultFontName( LanguageType nLang, USHORT nIdent )
else
{
const USHORT *pTable;
- switch (GetScriptTypeOfLanguage( nLang ))
+ switch ( SvtLanguageOptions::GetScriptTypeOfLanguage( nLang ) )
{
case SCRIPTTYPE_LATIN : pTable = aLatinDefFnts; break;
case SCRIPTTYPE_ASIAN : pTable = aCJKDefFnts; break;