diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 16:26:44 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 16:26:44 +0000 |
commit | 084d252699ca226dc415c9b5c1d54602180aa45e (patch) | |
tree | 6561750ce858aae369abcc19cbdfeb737c6881d1 /ucbhelper | |
parent | 21867bfa60f085fdcc1b8f51c4bced7f2c00ace0 (diff) |
INTEGRATION: CWS pchfix02 (1.14.34); FILE MERGED
2006/09/01 17:56:10 kaib 1.14.34.1: #i68856# Added header markers and pch files
Diffstat (limited to 'ucbhelper')
-rw-r--r-- | ucbhelper/workben/ucbexplorer/ucbexplorer.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/ucbhelper/workben/ucbexplorer/ucbexplorer.cxx b/ucbhelper/workben/ucbexplorer/ucbexplorer.cxx index 2500a9c12f59..631931edd743 100644 --- a/ucbhelper/workben/ucbexplorer/ucbexplorer.cxx +++ b/ucbhelper/workben/ucbexplorer/ucbexplorer.cxx @@ -4,9 +4,9 @@ * * $RCSfile: ucbexplorer.cxx,v $ * - * $Revision: 1.14 $ + * $Revision: 1.15 $ * - * last change: $Author: rt $ $Date: 2005-09-09 16:46:58 $ + * last change: $Author: obo $ $Date: 2006-09-16 17:26:44 $ * * 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_ucbhelper.hxx" + #ifndef _CPPUHELPER_WEAK_HXX_ #include <cppuhelper/weak.hxx> #endif |