summaryrefslogtreecommitdiff
path: root/ucb/source
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source')
-rw-r--r--ucb/source/regexp/regexp.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/ucb/source/regexp/regexp.cxx b/ucb/source/regexp/regexp.cxx
index 364fb53fa609..18136bc16b5d 100644
--- a/ucb/source/regexp/regexp.cxx
+++ b/ucb/source/regexp/regexp.cxx
@@ -61,7 +61,7 @@ inline Regexp::Regexp(Kind eTheKind, rtl::OUString const & rThePrefix,
m_bTranslation(bTheTranslation)
{
OSL_ASSERT(m_eKind == KIND_DOMAIN
- || !m_bEmptyDomain && m_aInfix.getLength() == 0);
+ || (!m_bEmptyDomain && m_aInfix.getLength() == 0));
OSL_ASSERT(m_bTranslation || m_aReversePrefix.getLength() == 0);
}