summaryrefslogtreecommitdiff
path: root/ucb/source/inc/regexp.hxx
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-06-05 16:52:50 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-06-05 16:52:50 +0000
commit1429b77e4aa003bda6d772d378428110d150f17c (patch)
treea4e9e6691000ff722b5805c89f832b9746f69539 /ucb/source/inc/regexp.hxx
parent70547b7af917ba0af4dc50dd86df5619202732eb (diff)
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
Diffstat (limited to 'ucb/source/inc/regexp.hxx')
-rw-r--r--ucb/source/inc/regexp.hxx11
1 files changed, 4 insertions, 7 deletions
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 <rtl/ustring.hxx>
#endif
-#ifndef _VOS_DIAGNOSE_H_
-#include <vos/diagnose.hxx>
-#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_