From 1fdb0e1897b063c7a0f29ed5a0de440ea057b2ed Mon Sep 17 00:00:00 2001 From: Arnaud Versini Date: Tue, 2 May 2017 13:04:17 +0200 Subject: Replace all OUString("") with OUString() Change-Id: Ie14c4d76cb61cfbe0410103adfc1afc8ade0f3e0 Reviewed-on: https://gerrit.libreoffice.org/37146 Tested-by: Jenkins Reviewed-by: Noel Grandin --- sw/source/filter/ww8/ww8par3.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw/source/filter/ww8/ww8par3.cxx') diff --git a/sw/source/filter/ww8/ww8par3.cxx b/sw/source/filter/ww8/ww8par3.cxx index 401daf475a19..03b5ea95e532 100644 --- a/sw/source/filter/ww8/ww8par3.cxx +++ b/sw/source/filter/ww8/ww8par3.cxx @@ -2483,7 +2483,7 @@ static void lcl_AddToPropertyContainer { uno::Reference xPropContainer(xPropSet, uno::UNO_QUERY); - uno::Any aAny(OUString("")); + uno::Any aAny((OUString())); xPropContainer->addProperty (rPropertyName, static_cast(beans::PropertyAttribute::BOUND | -- cgit