From 2880dfe3012776e49a47e2e1b6e4bcfa1636be17 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 19 Jan 2015 15:12:02 +0100 Subject: Some more loplugin:cstylecast: xmlsecurity Change-Id: Iceaeefc26fec2643d3fbb916ab7719a918beb496 --- xmlsecurity/source/helper/xsecsign.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmlsecurity/source/helper') diff --git a/xmlsecurity/source/helper/xsecsign.cxx b/xmlsecurity/source/helper/xsecsign.cxx index ad706b04725a..cfa312e5c535 100644 --- a/xmlsecurity/source/helper/xsecsign.cxx +++ b/xmlsecurity/source/helper/xsecsign.cxx @@ -44,7 +44,7 @@ namespace cssxs = com::sun::star::xml::sax; OUString XSecController::createId() { cssu::Sequence< sal_Int8 > aSeq( 16 ); - rtl_createUuid ((sal_uInt8 *)aSeq.getArray(), 0, sal_True); + rtl_createUuid (reinterpret_cast(aSeq.getArray()), 0, sal_True); char str[68]="ID_"; int length = 3; -- cgit