From 1429b77e4aa003bda6d772d378428110d150f17c Mon Sep 17 00:00:00 2001 From: Ivo Hinkelmann Date: Tue, 5 Jun 2007 16:52:50 +0000 Subject: INTEGRATION: CWS bgdlremove (1.2.108); FILE MERGED 2007/05/18 14:06:49 kso 1.2.108.2: #i77419# - cleanup of ucbhelper namespaces. 2007/05/11 12:59:00 kso 1.2.108.1: #i76911# - ucbhelper no longer uses VOS --- ucb/source/inc/regexp.hxx | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'ucb/source/inc/regexp.hxx') diff --git a/ucb/source/inc/regexp.hxx b/ucb/source/inc/regexp.hxx index efb294331eed..5019e94e4151 100644 --- a/ucb/source/inc/regexp.hxx +++ b/ucb/source/inc/regexp.hxx @@ -4,9 +4,9 @@ * * $RCSfile: regexp.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: rt $ $Date: 2005-09-09 15:18:16 $ + * last change: $Author: ihi $ $Date: 2007-06-05 17:52:50 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -39,12 +39,9 @@ #ifndef _RTL_USTRING_HXX_ #include #endif -#ifndef _VOS_DIAGNOSE_H_ -#include -#endif //============================================================================ -namespace ucb { +namespace ucb_impl { class Regexp { @@ -93,5 +90,5 @@ inline bool Regexp::operator ==(Regexp const & rOther) const } -#endif // _UCPRMT_RMTREGX_HXX_ +#endif // _UCB_REGEXP_HXX_ -- cgit