loplugin:cstylecast: nop between pointer types of exactly same spelling
Change-Id: I72713a31aebe594b1a89c2d4a1c9f8aa37590e61
This commit is contained in:
@@ -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 )
|
||||
{
|
||||
|
Reference in New Issue
Block a user