From 22ef2a15bb5cae4b877449237bb8d3e41f2d49db Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Thu, 5 Sep 2019 23:17:53 +0200 Subject: Fixing "...." Change-Id: Id005a7531d546dd43de13b49bcb3e93081c5ad8d Reviewed-on: https://gerrit.libreoffice.org/78679 Tested-by: Jenkins Reviewed-by: Julien Nabet --- basic/source/classes/sbunoobj.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'basic/source/classes') diff --git a/basic/source/classes/sbunoobj.cxx b/basic/source/classes/sbunoobj.cxx index 3b698965abd0..2c668165310c 100644 --- a/basic/source/classes/sbunoobj.cxx +++ b/basic/source/classes/sbunoobj.cxx @@ -4591,7 +4591,7 @@ void StructRefInfo::setValue( const Any& rValue ) reinterpret_cast< uno_AcquireFunc >(cpp_acquire), reinterpret_cast< uno_ReleaseFunc >(cpp_release) ); OSL_ENSURE(bSuccess, - "StructRefInfo::setValue: ooops .... the value could not be assigned!"); + "StructRefInfo::setValue: ooops... the value could not be assigned!"); } OUString StructRefInfo::getTypeName() const -- cgit