sal/rtl/bootstrap.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 72b724ad8eb5ee6a8a4b2e35cf29a8d14007efd5 Author: Stephan Bergmann <sberg...@redhat.com> Date: Fri Mar 4 12:24:47 2016 +0100 Spurious spaces Change-Id: I60bb1e303f7a26b4324cccf2858258a375b53f34 diff --git a/sal/rtl/bootstrap.cxx b/sal/rtl/bootstrap.cxx index 7b4150d..b56bfc1 100644 --- a/sal/rtl/bootstrap.cxx +++ b/sal/rtl/bootstrap.cxx @@ -367,7 +367,7 @@ Bootstrap_Impl::Bootstrap_Impl( OUString const & rIniName ) nameValue.sValue = OStringToOUString( line.copy(nIndex+1).trim(), RTL_TEXTENCODING_UTF8 ); - SAL_INFO("sal.rtl", "pushing: name=" << nameValue.sName << " value= " << nameValue.sValue); + SAL_INFO("sal.rtl", "pushing: name=" << nameValue.sName << " value=" << nameValue.sValue); _nameValueList.push_back(nameValue); } @@ -776,7 +776,7 @@ void SAL_CALL rtl_bootstrap_set ( } } - SAL_INFO("sal.rtl", "explicitly getting: name=" << name << " value= " <<value); + SAL_INFO("sal.rtl", "explicitly getting: name=" << name << " value=" <<value); r_rtl_bootstrap_set_list.push_back( rtl_bootstrap_NameValue( name, value ) ); } _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits