diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 08:58:04 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 08:58:04 +0000 |
commit | 3b51e653de9ec2bcf7a29aeb7f8fd38be8a8c854 (patch) | |
tree | 07d8b9574c5da27c0a9938ccb0868a71894fa8c3 | |
parent | cf274e9c32d6c9579a6780476e7a2eee3eb0f4b8 (diff) |
INTEGRATION: CWS pchfix02 (1.7.124); FILE MERGED
2006/09/01 17:16:59 kaib 1.7.124.1: #i68856# Added header markers and pch files
-rw-r--r-- | basic/source/app/status.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/basic/source/app/status.cxx b/basic/source/app/status.cxx index 1d134e6a38b6..25e0f61e3ced 100644 --- a/basic/source/app/status.cxx +++ b/basic/source/app/status.cxx @@ -4,9 +4,9 @@ * * $RCSfile: status.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: rt $ $Date: 2005-09-07 21:19:50 $ + * last change: $Author: obo $ $Date: 2006-09-17 09:58:04 $ * * 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" + #include "app.hxx" #include "basic.hrc" #include "appwin.hxx" |