Janitorial: indent code correctly
Change-Id: I9fcbeb5f60df1a977347076dac82d4b5f7aba2c1 Reviewed-on: https://gerrit.libreoffice.org/3867 Reviewed-by: Thorsten Behrens <tbehrens@suse.com> Tested-by: Thorsten Behrens <tbehrens@suse.com>
This commit is contained in:
parent
86f4856c78
commit
931984489e
1 changed files with 11 additions and 11 deletions
|
@ -1504,19 +1504,19 @@ namespace cppcanvas
|
|||
|
||||
pen->SetStrokeAttributes (aStrokeAttributes, *this, rState);
|
||||
|
||||
ActionSharedPtr pPolyAction(
|
||||
internal::PolyPolyActionFactory::createPolyPolyAction(
|
||||
polygon, rFactoryParms.mrCanvas, rState, aStrokeAttributes ) );
|
||||
ActionSharedPtr pPolyAction(
|
||||
internal::PolyPolyActionFactory::createPolyPolyAction(
|
||||
polygon, rFactoryParms.mrCanvas, rState, aStrokeAttributes ) );
|
||||
|
||||
if( pPolyAction )
|
||||
{
|
||||
maActions.push_back(
|
||||
MtfAction(
|
||||
pPolyAction,
|
||||
rFactoryParms.mrCurrActionIndex ) );
|
||||
if( pPolyAction )
|
||||
{
|
||||
maActions.push_back(
|
||||
MtfAction(
|
||||
pPolyAction,
|
||||
rFactoryParms.mrCurrActionIndex ) );
|
||||
|
||||
rFactoryParms.mrCurrActionIndex += pPolyAction->getActionCount()-1;
|
||||
}
|
||||
rFactoryParms.mrCurrActionIndex += pPolyAction->getActionCount()-1;
|
||||
}
|
||||
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue