loplugin: improve indentation
Change-Id: Idb847766d93dc222d6c55889616da21eeac212ee
This commit is contained in:
@@ -787,7 +787,7 @@ namespace cppcanvas
|
||||
sal_Unicode *chars = (sal_Unicode *) alloca( sizeof( sal_Unicode ) * length );
|
||||
|
||||
for( sal_uInt32 i = 0; i < length; i++ )
|
||||
s >> chars[ i ];
|
||||
s >> chars[ i ];
|
||||
|
||||
family = ::rtl::OUString( chars, length );
|
||||
EMFP_DEBUG (printf ("EMF+\tfamily: %s\n", rtl::OUStringToOString( family, RTL_TEXTENCODING_UTF8).getStr()));
|
||||
|
@@ -1839,7 +1839,7 @@ namespace cppcanvas
|
||||
}
|
||||
EMFP_DEBUG (printf ("EMF+ passed to canvas mtf renderer, size: %u\n", (unsigned int)pAct->GetDataSize ()));
|
||||
if (count < limit)
|
||||
processEMFPlus( pAct, rFactoryParms, rStates.getState(), rCanvas );
|
||||
processEMFPlus( pAct, rFactoryParms, rStates.getState(), rCanvas );
|
||||
count ++;
|
||||
} else if( pAct->GetComment().equalsL(RTL_CONSTASCII_STRINGPARAM("EMF_PLUS_HEADER_INFO")) ) {
|
||||
EMFP_DEBUG (printf ("EMF+ passed to canvas mtf renderer - header info, size: %u\n", (unsigned int)pAct->GetDataSize ()));
|
||||
|
Reference in New Issue
Block a user