Kaydet (Commit) 51135450 authored tarafından Noel Grandin's avatar Noel Grandin

fix windows build after my OUString changes

Change-Id: Icbab6e710bd369ba0daaa679a01988f4a7b51703
üst 65ec892a
......@@ -169,7 +169,7 @@ std::vector< OUString > SfxContentHelper::GetHelpTreeViewContents( const OUStrin
aRow += "\t";
aRow += xContentAccess->queryContentIdentifierString();
aRow += "\t";
aRow += bFolder ? "1" : "0";
aRow += bFolder ? OUString("1") : OUString("0");
aProperties.push_back( aRow );
}
}
......
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