summaryrefslogtreecommitdiff
path: root/ucb/source/inc/regexpmap.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/inc/regexpmap.hxx')
-rw-r--r--ucb/source/inc/regexpmap.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/ucb/source/inc/regexpmap.hxx b/ucb/source/inc/regexpmap.hxx
index e4d446e5f44e..ab714ed6f793 100644
--- a/ucb/source/inc/regexpmap.hxx
+++ b/ucb/source/inc/regexpmap.hxx
@@ -150,7 +150,7 @@ void RegexpMapIterImpl< Val >::setEntry() const
Entry< Val > const & rTheEntry
= m_nList == -1 ? *m_pMap->m_pDefault : *m_aIndex;
m_aEntry
- = RegexpMapEntry< Val >(rTheEntry.m_aRegexp.getRegexp(false),
+ = RegexpMapEntry< Val >(rTheEntry.m_aRegexp.getRegexp(),
const_cast< Val * >(&rTheEntry.m_aValue));
m_bEntrySet = true;
}