diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 06:56:40 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 06:56:40 +0000 |
commit | 606030c7cb49640d336489200aef3c11e38cd4e3 (patch) | |
tree | 5b7a9bd84c2ef57ff71e7d92b90bcd3d4c8f37ab /starmath | |
parent | 739257cbc252b8de76f3d49a74db25c789464704 (diff) |
INTEGRATION: CWS pchfix02 (1.37.46); FILE MERGED
2006/09/01 17:40:46 kaib 1.37.46.1: #i68856# Added header markers and pch files
Diffstat (limited to 'starmath')
-rw-r--r-- | starmath/source/unomodel.cxx | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/starmath/source/unomodel.cxx b/starmath/source/unomodel.cxx index 8e25262ec637..0d9d4e6335cb 100644 --- a/starmath/source/unomodel.cxx +++ b/starmath/source/unomodel.cxx @@ -4,9 +4,9 @@ * * $RCSfile: unomodel.cxx,v $ * - * $Revision: 1.37 $ + * $Revision: 1.38 $ * - * last change: $Author: rt $ $Date: 2006-05-05 08:03:21 $ + * last change: $Author: obo $ $Date: 2006-09-17 07:56:40 $ * * 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 @@ * ************************************************************************/ -#pragma hdrstop +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_starmath.hxx" + #ifndef _VOS_MUTEX_HXX_ #include <vos/mutex.hxx> |