Kaydet (Commit) ad972aad authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Use << instead of + in SAL_WARN_IF

Change-Id: Iedf02c89954458e762a1997ed1676a278570a00c
Reviewed-on: https://gerrit.libreoffice.org/67251
Tested-by: Jenkins
Reviewed-by: 's avatarStephan Bergmann <sbergman@redhat.com>
üst cd202a1c
......@@ -889,7 +889,7 @@ namespace xmloff
SAL_WARN_IF(
_rPropValue.Name == PROPERTY_EFFECTIVE_VALUE
|| _rPropValue.Name == PROPERTY_EFFECTIVE_DEFAULT, "xmloff",
"OControlImport::implTranslateValueProperty: invalid property type/name combination, Any and " + _rPropValue.Name);
"OControlImport::implTranslateValueProperty: invalid property type/name combination, Any and " << _rPropValue.Name);
// Both properties are allowed to have a double or a string value,
// so first try to convert the string into a number
......
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