summaryrefslogtreecommitdiff
path: root/starmath/source/cfgitem.cxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-06-12 10:15:48 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-06-12 10:15:48 +0000
commitefecdbbe8fcf97ede98cf7b9ad5f6e522ba0a775 (patch)
tree38d8e31d75704813ce51c72484798f75c1b74944 /starmath/source/cfgitem.cxx
parent3e6e2e2ea6f79bbb1a6303bee574bb82ea2a37d2 (diff)
INTEGRATION: CWS mh11rc (1.11.86); FILE MERGED
2003/06/06 09:44:29 mh 1.11.86.1: join: from beta2
Diffstat (limited to 'starmath/source/cfgitem.cxx')
-rw-r--r--starmath/source/cfgitem.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/starmath/source/cfgitem.cxx b/starmath/source/cfgitem.cxx
index d31884a5ba68..cd13df513c26 100644
--- a/starmath/source/cfgitem.cxx
+++ b/starmath/source/cfgitem.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: cfgitem.cxx,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: tl $ $Date: 2002-12-10 11:39:45 $
+ * last change: $Author: vg $ $Date: 2003-06-12 11:15:48 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -912,7 +912,7 @@ void SmMathConfig::StripFontFormatList( const SmSym *pUsedSymbols[], USHORT nCou
}
for (k = 0; k < nCnt; ++k)
{
- if (0 == aUsedList.GetFontFormatId( pFormat[k] ))
+ if (0 == aUsedList.GetFontFormatId( pFormat[k] ).Len())
{
rFntFmtList.RemoveFontFormat( pId[k] );
}