Kaydet (Commit) 00be1308 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

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

Change-Id: I72713a31aebe594b1a89c2d4a1c9f8aa37590e61
üst 80434c1c
...@@ -358,7 +358,7 @@ static void SdXMLExportStyle( SdXMLExport& rExport, const SdXMLFixedDataStyle* p ...@@ -358,7 +358,7 @@ static void SdXMLExportStyle( SdXMLExport& rExport, const SdXMLFixedDataStyle* p
do do
{ {
const sal_uInt8* pElements = (const sal_uInt8*)&pStyle->mpFormat[0]; const sal_uInt8* pElements = &pStyle->mpFormat[0];
while( *pElements ) while( *pElements )
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment