loplugin:cstylecast: nop between pointer types of exactly same spelling

Change-Id: I72713a31aebe594b1a89c2d4a1c9f8aa37590e61
This commit is contained in:
Stephan Bergmann
2015-05-11 12:51:43 +02:00
parent 80434c1cde
commit 00be1308d0

View File

@@ -358,7 +358,7 @@ static void SdXMLExportStyle( SdXMLExport& rExport, const SdXMLFixedDataStyle* p
do
{
const sal_uInt8* pElements = (const sal_uInt8*)&pStyle->mpFormat[0];
const sal_uInt8* pElements = &pStyle->mpFormat[0];
while( *pElements )
{