diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 15:24:04 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 15:24:04 +0000 |
commit | 9e600dd48a2c2eaa81776b0ce684d2284b5af43f (patch) | |
tree | ae5d476dc9eb751e5559170280dbe68c470f77d3 /sfx2/source/bastyp | |
parent | 0ca3439d915d5d2483c5594c254839415a0c64d9 (diff) |
INTEGRATION: CWS pchfix02 (1.5.88); FILE MERGED
2006/09/01 17:38:28 kaib 1.5.88.1: #i68856# Added header markers and pch files
Diffstat (limited to 'sfx2/source/bastyp')
-rw-r--r-- | sfx2/source/bastyp/minarray.cxx | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/sfx2/source/bastyp/minarray.cxx b/sfx2/source/bastyp/minarray.cxx index 5496e009fa3c..e50937f62a59 100644 --- a/sfx2/source/bastyp/minarray.cxx +++ b/sfx2/source/bastyp/minarray.cxx @@ -4,9 +4,9 @@ * * $RCSfile: minarray.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: hr $ $Date: 2006-06-19 22:14:41 $ + * last change: $Author: obo $ $Date: 2006-09-17 16:24:04 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -33,8 +33,10 @@ * ************************************************************************/ +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_sfx2.hxx" + #ifndef GCC -#pragma hdrstop #endif #include "minarray.hxx" |