summaryrefslogtreecommitdiff
path: root/ucb/source/regexp
diff options
context:
space:
mode:
authorAlexander Wilms <f.alexander.wilms@gmail.com>2014-02-25 22:38:20 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-02-26 07:31:08 -0600
commit060ab521fa0d5d6b9fcb97eab4718c04e8aec944 (patch)
tree398b92af90dbe2130f45969d2fd86a0922c0e2b9 /ucb/source/regexp
parent482ab0d09620f92eb3618125930dc7c4c8335b5e (diff)
Remove visual noise from ucb
Conflicts: ucb/source/ucp/webdav/webdavdatasupplier.cxx ucb/source/ucp/webdav/webdavresponseparser.cxx Change-Id: I96b69f4867bbaaf42c3d5fd159cbb3e4fe80a4db Reviewed-on: https://gerrit.libreoffice.org/8329 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'ucb/source/regexp')
-rw-r--r--ucb/source/regexp/regexp.cxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/ucb/source/regexp/regexp.cxx b/ucb/source/regexp/regexp.cxx
index 6701f409d314..4b055a1448bb 100644
--- a/ucb/source/regexp/regexp.cxx
+++ b/ucb/source/regexp/regexp.cxx
@@ -33,11 +33,11 @@ namespace unnamed_ucb_regexp {} using namespace unnamed_ucb_regexp;
using namespace com::sun::star;
using namespace ucb_impl;
-//============================================================================
-//
+
+
// Regexp
-//
-//============================================================================
+
+
inline Regexp::Regexp(Kind eTheKind, OUString const & rThePrefix,
bool bTheEmptyDomain, OUString const & rTheInfix,
@@ -55,7 +55,7 @@ inline Regexp::Regexp(Kind eTheKind, OUString const & rThePrefix,
OSL_ASSERT(m_bTranslation || m_aReversePrefix.isEmpty());
}
-//============================================================================
+
namespace unnamed_ucb_regexp {
bool matchStringIgnoreCase(sal_Unicode const ** pBegin,
@@ -173,7 +173,7 @@ bool Regexp::matches(OUString const & rString,
return bMatches;
}
-//============================================================================
+
namespace unnamed_ucb_regexp {
bool isScheme(OUString const & rString, bool bColon)
@@ -293,7 +293,7 @@ OUString Regexp::getRegexp(bool bReverse) const
}
}
-//============================================================================
+
namespace unnamed_ucb_regexp {
bool matchString(sal_Unicode const ** pBegin, sal_Unicode const * pEnd,