Kaydet (Commit) 88156809 authored tarafından Philipp Riemer's avatar Philipp Riemer Kaydeden (comit) Christian Lohmaier

fix indentation

Change-Id: I6102b08a03349c4bdc6316f578dc2c90a4569716
Reviewed-on: https://gerrit.libreoffice.org/3265Reviewed-by: 's avatarChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>
Tested-by: 's avatarChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>
üst 83d9c556
...@@ -824,12 +824,11 @@ SwFlyFrmFmt* SwDoc::MakeFlyAndMove( const SwPaM& rPam, const SfxItemSet& rSet, ...@@ -824,12 +824,11 @@ SwFlyFrmFmt* SwDoc::MakeFlyAndMove( const SwPaM& rPam, const SfxItemSet& rSet,
aPos.nContent.Assign( 0, 0 ); // Deregister index! aPos.nContent.Assign( 0, 0 ); // Deregister index!
GetNodes().Delete( aIndex, 1 ); GetNodes().Delete( aIndex, 1 );
// This is a hack: whilst FlyFrames/Headers/Footers are not undoable we delete all Undo objects // This is a hack: whilst FlyFrames/Headers/Footers are not undoable we delete all Undo objects
if( GetIDocumentUndoRedo().DoesUndo() ) if( GetIDocumentUndoRedo().DoesUndo() )
{ {
GetIDocumentUndoRedo().DelAllUndoObj(); GetIDocumentUndoRedo().DelAllUndoObj();
} }
} }
else else
{ {
......
...@@ -85,8 +85,8 @@ void SwURLStateChanged::Notify( SfxBroadcaster& , const SfxHint& rHint ) ...@@ -85,8 +85,8 @@ void SwURLStateChanged::Notify( SfxBroadcaster& , const SfxHint& rHint )
if( bAction ) if( bAction )
pESh->EndAllAction(); pESh->EndAllAction();
if( bUnLockView ) if( bUnLockView )
pESh->LockView( sal_False ); pESh->LockView( sal_False );
} }
} }
......
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