diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 06:56:28 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 06:56:28 +0000 |
commit | 739257cbc252b8de76f3d49a74db25c789464704 (patch) | |
tree | ab689fc1d5eb632f4b9a82877d9ae033928c20b5 /starmath/source/unodoc.cxx | |
parent | 0e795ce76c6bd56bd996ddbb0d6160d01fedb9f0 (diff) |
INTEGRATION: CWS pchfix02 (1.4.122); FILE MERGED
2006/09/01 17:40:46 kaib 1.4.122.1: #i68856# Added header markers and pch files
Diffstat (limited to 'starmath/source/unodoc.cxx')
-rw-r--r-- | starmath/source/unodoc.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/starmath/source/unodoc.cxx b/starmath/source/unodoc.cxx index e029daf67aa1..244b8096f4ae 100644 --- a/starmath/source/unodoc.cxx +++ b/starmath/source/unodoc.cxx @@ -4,9 +4,9 @@ * * $RCSfile: unodoc.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2005-09-07 15:14:47 $ + * last change: $Author: obo $ $Date: 2006-09-17 07:56:28 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -33,6 +33,9 @@ * ************************************************************************/ +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_starmath.hxx" + // System - Includes ----------------------------------------------------- #include <tools/string.hxx> |