diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 15:14:28 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 15:14:28 +0000 |
commit | 86271c4103ae0d655b618848c6464df059e45f91 (patch) | |
tree | da3b3d64bedbfb33003ba3a882188841e52809a4 /sfx2/source/appl/appdata.cxx | |
parent | 5dbf4616632ffa85d1caa7997361abcbe3cb0f2e (diff) |
INTEGRATION: CWS pchfix02 (1.22.86); FILE MERGED
2006/09/01 17:38:21 kaib 1.22.86.1: #i68856# Added header markers and pch files
Diffstat (limited to 'sfx2/source/appl/appdata.cxx')
-rw-r--r-- | sfx2/source/appl/appdata.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sfx2/source/appl/appdata.cxx b/sfx2/source/appl/appdata.cxx index 396bf249e802..0ae9be6eb20f 100644 --- a/sfx2/source/appl/appdata.cxx +++ b/sfx2/source/appl/appdata.cxx @@ -4,9 +4,9 @@ * * $RCSfile: appdata.cxx,v $ * - * $Revision: 1.22 $ + * $Revision: 1.23 $ * - * last change: $Author: hr $ $Date: 2006-06-19 22:06:55 $ + * last change: $Author: obo $ $Date: 2006-09-17 16:14:28 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -32,6 +32,9 @@ * MA 02111-1307 USA * ************************************************************************/ + +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_sfx2.hxx" #ifndef _CACHESTR_HXX //autogen #include <tools/cachestr.hxx> #endif |