diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-05-25 11:11:54 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-05-25 11:11:54 +0000 |
commit | c6c4e0f2a94547c641ed2bf1354206ec7101c6a3 (patch) | |
tree | 0f6fd9bf0b7fc5e0f7bd0e048e611ddab57dc6df /starmath/source/cfgitem.hxx | |
parent | 8058445a09d7a54963b59fad0116196413305816 (diff) |
INTEGRATION: CWS tl32 (1.11.94); FILE MERGED
2006/11/02 15:13:54 tl 1.11.94.2: #i69286# make starmath warning-free for unxsols4(.pro)
2006/11/01 13:10:05 tl 1.11.94.1: #i69286# make starmath warning-free for unxlngi6(.pro)
Diffstat (limited to 'starmath/source/cfgitem.hxx')
-rw-r--r-- | starmath/source/cfgitem.hxx | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/starmath/source/cfgitem.hxx b/starmath/source/cfgitem.hxx index 9f4c22ccfc13..2385678a4727 100644 --- a/starmath/source/cfgitem.hxx +++ b/starmath/source/cfgitem.hxx @@ -4,9 +4,9 @@ * * $RCSfile: cfgitem.hxx,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: rt $ $Date: 2006-03-07 10:14:44 $ + * last change: $Author: vg $ $Date: 2007-05-25 12:11:54 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -33,7 +33,9 @@ * ************************************************************************/ +#ifdef _MSC_VER #pragma hdrstop +#endif #ifndef _MATH_CFGITEM_HXX_ #define _MATH_CFGITEM_HXX_ @@ -101,7 +103,7 @@ struct SmFntFmtListEntry }; -SV_DECL_OBJARR( SmFntFmtListEntryArr, SmFntFmtListEntry, 8, 8 ); +SV_DECL_OBJARR( SmFntFmtListEntryArr, SmFntFmtListEntry, 8, 8 ) class SmFontFormatList |