diff options
Diffstat (limited to 'sw/source/uibase/app/docst.cxx')
-rw-r--r-- | sw/source/uibase/app/docst.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/uibase/app/docst.cxx b/sw/source/uibase/app/docst.cxx index 089b4aa99c20..e57b4e50e0d7 100644 --- a/sw/source/uibase/app/docst.cxx +++ b/sw/source/uibase/app/docst.cxx @@ -733,8 +733,8 @@ void SwDocShell::Edit( { SwCharFormat* pCFormat = m_pWrtShell->GetCurCharFormat(); pDStyle->GetCharFormat()->SetDerivedFrom( pCFormat ); - if( pCFormat ) - pDStyle->PresetParent( pCFormat->GetName() ); + if( pCFormat ) + pDStyle->PresetParent( pCFormat->GetName() ); } } break; |