Kaydet (Commit) ca62ff02 authored tarafından Zolnai Tamás's avatar Zolnai Tamás

Fix indentation

Change-Id: I4feae9998647694efaad776396aca2ce8f177152
üst 8560fb88
...@@ -968,13 +968,13 @@ void SwTextShell::Execute(SfxRequest &rReq) ...@@ -968,13 +968,13 @@ void SwTextShell::Execute(SfxRequest &rReq)
if ( !bUseDialog ) if ( !bUseDialog )
{ {
if ( nSlot == SID_ATTR_PARA_LRSPACE) if ( nSlot == SID_ATTR_PARA_LRSPACE)
{ {
SvxLRSpaceItem aParaMargin((const SvxLRSpaceItem&)pArgs->Get(nSlot)); SvxLRSpaceItem aParaMargin((const SvxLRSpaceItem&)pArgs->Get(nSlot));
aParaMargin.SetWhich( RES_LR_SPACE); aParaMargin.SetWhich( RES_LR_SPACE);
aCoreSet.Put(aParaMargin); aCoreSet.Put(aParaMargin);
pSet = &aCoreSet; pSet = &aCoreSet;
} else } else
pSet = (SfxItemSet*) pArgs; pSet = (SfxItemSet*) pArgs;
} }
......
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