diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 08:55:03 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 08:55:03 +0000 |
commit | ed9624d00ab70e9afc9052d8879a4a35ea52298a (patch) | |
tree | ef14a2be2b6da21c29d1028d5f972258eb851983 /basic | |
parent | 47093e704b7d0796459e9be2c3d0eedc2fd5769d (diff) |
INTEGRATION: CWS pchfix02 (1.9.26); FILE MERGED
2006/09/01 17:16:57 kaib 1.9.26.1: #i68856# Added header markers and pch files
Diffstat (limited to 'basic')
-rw-r--r-- | basic/source/app/appbased.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/basic/source/app/appbased.cxx b/basic/source/app/appbased.cxx index 47e78a03e484..645420b89b2d 100644 --- a/basic/source/app/appbased.cxx +++ b/basic/source/app/appbased.cxx @@ -4,9 +4,9 @@ * * $RCSfile: appbased.cxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: hr $ $Date: 2006-06-19 17:33:17 $ + * last change: $Author: obo $ $Date: 2006-09-17 09:55:03 $ * * 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_basic.hxx" + #ifndef _MSGBOX_HXX //autogen #include <vcl/msgbox.hxx> #endif |