diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 12:45:22 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 12:45:22 +0000 |
commit | 0d6941e393ece4afac89b9ca7871b546e4833026 (patch) | |
tree | c7af60830f7abeaac7c6b8f4f0cf41447c71388c /ucb/source/regexp/regexp.cxx | |
parent | 62b4cbd0402dfc45713183db0e3afb6b32fa8f0f (diff) |
INTEGRATION: CWS pchfix02 (1.5.20); FILE MERGED
2006/09/01 17:55:39 kaib 1.5.20.1: #i68856# Added header markers and pch files
Diffstat (limited to 'ucb/source/regexp/regexp.cxx')
-rw-r--r-- | ucb/source/regexp/regexp.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/ucb/source/regexp/regexp.cxx b/ucb/source/regexp/regexp.cxx index 6a39c55ec1a0..9baee48d0803 100644 --- a/ucb/source/regexp/regexp.cxx +++ b/ucb/source/regexp/regexp.cxx @@ -4,9 +4,9 @@ * * $RCSfile: regexp.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: hr $ $Date: 2006-06-20 05:17:57 $ + * last change: $Author: obo $ $Date: 2006-09-17 13:44:55 $ * * 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_ucb.hxx" + #ifndef _UCB_REGEXP_HXX_ #include <regexp.hxx> #endif |