diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 12:35:25 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 12:35:25 +0000 |
commit | f7cdd667f3ef71e1d960af90cbd2abc2b9066052 (patch) | |
tree | 8bee83dad70be699ccf0c6b56313aa122d652c8e /extensions/workben | |
parent | 78ba68265643d93f595de31c358b0faff65a4768 (diff) |
INTEGRATION: CWS pchfix02 (1.5.46); FILE MERGED
2006/09/01 17:26:54 kaib 1.5.46.1: #i68856# Added header markers and pch files
Diffstat (limited to 'extensions/workben')
-rw-r--r-- | extensions/workben/testcomponent.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/extensions/workben/testcomponent.cxx b/extensions/workben/testcomponent.cxx index 8229779fe883..881aaad067d3 100644 --- a/extensions/workben/testcomponent.cxx +++ b/extensions/workben/testcomponent.cxx @@ -4,9 +4,9 @@ * * $RCSfile: testcomponent.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: vg $ $Date: 2006-06-02 13:04:04 $ + * last change: $Author: obo $ $Date: 2006-09-16 13:35: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_extensions.hxx" + //------------------------------------------------------ // testcomponent - Loads a service and its testcomponent from dlls performs a test. // Expands the dll-names depending on the actual environment. |