diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 14:08:48 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 14:08:48 +0000 |
commit | 16c7918abd963566263e1496739b7f7b70e1f87c (patch) | |
tree | 2016046f4df1a62115ea985aa0cfc57e044faee6 /svtools/source/memtools | |
parent | d31fb64be08b2a47576963373773fd2bae910b2c (diff) |
INTEGRATION: CWS pchfix02 (1.3.326); FILE MERGED
2006/09/01 17:43:18 kaib 1.3.326.1: #i68856# Added header markers and pch files
Diffstat (limited to 'svtools/source/memtools')
-rw-r--r-- | svtools/source/memtools/svarray.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/svtools/source/memtools/svarray.cxx b/svtools/source/memtools/svarray.cxx index 11f96611f035..36ea2220f3e9 100644 --- a/svtools/source/memtools/svarray.cxx +++ b/svtools/source/memtools/svarray.cxx @@ -4,9 +4,9 @@ * * $RCSfile: svarray.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-08 16:13:51 $ + * last change: $Author: obo $ $Date: 2006-09-17 15:08:48 $ * * 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_svtools.hxx" + #define _SVARRAY_CXX #define _SVSTDARR_BOOLS |