summaryrefslogtreecommitdiff
path: root/unotools/source/ucbhelper/ucbhelper.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'unotools/source/ucbhelper/ucbhelper.cxx')
-rw-r--r--unotools/source/ucbhelper/ucbhelper.cxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/unotools/source/ucbhelper/ucbhelper.cxx b/unotools/source/ucbhelper/ucbhelper.cxx
index daee93fc2d3a..5b454c0cf4b6 100644
--- a/unotools/source/ucbhelper/ucbhelper.cxx
+++ b/unotools/source/ucbhelper/ucbhelper.cxx
@@ -288,9 +288,7 @@ bool utl::UCBContentHelper::MakeFolder(
!= 0)
{
// Make sure the only required bootstrap property is "Title":
- if (info[i].Properties.getLength() != 1
- || !info[i].Properties[0].Name.equalsAsciiL(
- RTL_CONSTASCII_STRINGPARAM("Title")))
+ if ( info[i].Properties.getLength() != 1 || info[i].Properties[0].Name != "Title" )
{
continue;
}