summaryrefslogtreecommitdiff
path: root/ucb/source/inc
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-06-05 16:53:04 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-06-05 16:53:04 +0000
commit7f8a992cd995b311d06cbd5798c4557c6b4308cd (patch)
tree04efd71278e5543894057c3c7c30ddf875fa5294 /ucb/source/inc
parent1429b77e4aa003bda6d772d378428110d150f17c (diff)
INTEGRATION: CWS bgdlremove (1.3.108); FILE MERGED
2007/05/18 14:06:49 kso 1.3.108.1: #i77419# - cleanup of ucbhelper namespaces.
Diffstat (limited to 'ucb/source/inc')
-rw-r--r--ucb/source/inc/regexpmap.hxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/ucb/source/inc/regexpmap.hxx b/ucb/source/inc/regexpmap.hxx
index 19bd9aa1ed22..73bfa0148494 100644
--- a/ucb/source/inc/regexpmap.hxx
+++ b/ucb/source/inc/regexpmap.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: regexpmap.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 15:18:30 $
+ * last change: $Author: ihi $ $Date: 2007-06-05 17:53:04 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -43,7 +43,7 @@
#include <sal/types.h>
#endif
-namespace ucb {
+namespace ucb_impl {
template< typename Val > class RegexpMap;
template< typename Val > class RegexpMapIter;
@@ -183,15 +183,15 @@ private:
//============================================================================
template< typename Val >
-inline bool operator ==(ucb::RegexpMapConstIter< Val > const & rIter1,
- ucb::RegexpMapConstIter< Val > const & rIter2)
+inline bool operator ==(ucb_impl::RegexpMapConstIter< Val > const & rIter1,
+ ucb_impl::RegexpMapConstIter< Val > const & rIter2)
{
return rIter1.equals(rIter2);
}
template< typename Val >
-inline bool operator !=(ucb::RegexpMapConstIter< Val > const & rIter1,
- ucb::RegexpMapConstIter< Val > const & rIter2)
+inline bool operator !=(ucb_impl::RegexpMapConstIter< Val > const & rIter1,
+ ucb_impl::RegexpMapConstIter< Val > const & rIter2)
{
return !rIter1.equals(rIter2);
}