diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 09:13:25 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 09:13:25 +0000 |
commit | 3f7b1f75299384c971d5499c15d3736634a6b7af (patch) | |
tree | 33b443600cbbda69198ed74c11119e3ce62b4b86 /basic/workben | |
parent | 23ff14a6d2b5e47008d23318d7ad469cc74a152f (diff) |
INTEGRATION: CWS pchfix02 (1.4.124); FILE MERGED
2006/09/01 17:17:10 kaib 1.4.124.1: #i68856# Added header markers and pch files
Diffstat (limited to 'basic/workben')
-rw-r--r-- | basic/workben/mgrtest.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/basic/workben/mgrtest.cxx b/basic/workben/mgrtest.cxx index df3600b49bcb..716878cfd465 100644 --- a/basic/workben/mgrtest.cxx +++ b/basic/workben/mgrtest.cxx @@ -4,9 +4,9 @@ * * $RCSfile: mgrtest.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2005-09-07 21:55:44 $ + * last change: $Author: obo $ $Date: 2006-09-17 10:13:25 $ * * 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 _SV_SVAPP_HXX //autogen #include <vcl/svapp.hxx> #endif |