[PATCH] cppcheck: close bracket
Thomas Arnhold
thomas at arnhold.org
Sun Jan 16 14:25:23 PST 2011
---
sc/source/ui/vba/vbahelper.cxx | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/sc/source/ui/vba/vbahelper.cxx b/sc/source/ui/vba/vbahelper.cxx
index 4c8fe06..de2eca9 100644
--- a/sc/source/ui/vba/vbahelper.cxx
+++ b/sc/source/ui/vba/vbahelper.cxx
@@ -531,7 +531,7 @@ rtl::OUString getAnyAsString( const uno::Any& pvargItem ) throw ( uno::RuntimeEx
break;
}
default:
- throw uno::RuntimeException( rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(( "Invalid type, can't convert" )), uno::Reference< uno::XInterface >() );
+ throw uno::RuntimeException( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Invalid type, can't convert" ) ), uno::Reference< uno::XInterface >() );
}
return sString;
}
--
1.7.3.5
--------------080604050900010603030201
Content-Type: text/plain;
name="0005-Removed-some-bogus-comments-'Added-by-PengYunQuan-for-Validity-Cell-Range-Picker'-and-some-dead-code..patch"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
filename*0="0005-Removed-some-bogus-comments-'Added-by-PengYunQuan-for-V";
filename*1="alidity-Cell-Range-Picker'-and-some-dead-code..patch"
More information about the LibreOffice
mailing list