Kaydet (Commit) c20147bb authored tarafından Peter Foley's avatar Peter Foley

fix fallout from string cleanup

Change-Id: Ibd1bf217a6cb2b34eac67b0c3066f5800b584905
üst 18bd1e73
...@@ -1546,7 +1546,7 @@ void BackendImpl::PackageImpl::scanLegacyBundle( ...@@ -1546,7 +1546,7 @@ void BackendImpl::PackageImpl::scanLegacyBundle(
if (title.endsWithIgnoreAsciiCase("skip_registration") ) if (title.endsWithIgnoreAsciiCase("skip_registration") )
skip_registration = true; skip_registration = true;
OUString ar [] = { "Title", "IsFolder" }; OUString ar [] = { OUString("Title"), OUString("IsFolder") };
Reference<sdbc::XResultSet> xResultSet( Reference<sdbc::XResultSet> xResultSet(
ucbContent.createCursor( ucbContent.createCursor(
Sequence<OUString>( ar, ARLEN(ar) ), Sequence<OUString>( ar, ARLEN(ar) ),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment