summaryrefslogtreecommitdiff
path: root/ucb/source/inc
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/inc')
-rw-r--r--ucb/source/inc/regexp.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/ucb/source/inc/regexp.hxx b/ucb/source/inc/regexp.hxx
index f115afa35c31..faed20e2de32 100644
--- a/ucb/source/inc/regexp.hxx
+++ b/ucb/source/inc/regexp.hxx
@@ -47,7 +47,7 @@ public:
inline bool operator ==(Regexp const & rOther) const;
inline bool isDefault() const
- { return m_eKind == KIND_PREFIX && m_aPrefix.getLength() == 0; }
+ { return m_eKind == KIND_PREFIX && m_aPrefix.isEmpty(); }
inline Kind getKind() const { return m_eKind; }