diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 06:54:27 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 06:54:27 +0000 |
commit | cd5a117eccf073894cec8559537406ef54d2814d (patch) | |
tree | fc415446a887d5d7c6bca6826942fd805e83821f /starmath/source/rect.cxx | |
parent | ad9b44104dea98535a2726dd681451fbf91dc938 (diff) |
INTEGRATION: CWS pchfix02 (1.17.114); FILE MERGED
2006/09/01 17:40:44 kaib 1.17.114.1: #i68856# Added header markers and pch files
Diffstat (limited to 'starmath/source/rect.cxx')
-rw-r--r-- | starmath/source/rect.cxx | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/starmath/source/rect.cxx b/starmath/source/rect.cxx index 62b4b41941e3..093e6f6f6bb6 100644 --- a/starmath/source/rect.cxx +++ b/starmath/source/rect.cxx @@ -4,9 +4,9 @@ * * $RCSfile: rect.cxx,v $ * - * $Revision: 1.17 $ + * $Revision: 1.18 $ * - * last change: $Author: kz $ $Date: 2005-10-05 15:03:08 $ + * last change: $Author: obo $ $Date: 2006-09-17 07:54:27 $ * * 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 _STRING_HXX //autogen #include <tools/string.hxx> |