Kaydet (Commit) c69c5ee8 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:defaultparams

Change-Id: If8cdddec3d092fc11ce0c571fc1788671755d2d6
üst abfc4584
......@@ -2039,7 +2039,7 @@ SwFrameFormats::SwFrameFormats()
SwFrameFormats::~SwFrameFormats()
{
DeleteAndDestroyAll( false );
DeleteAndDestroyAll();
}
SwFrameFormats::iterator SwFrameFormats::find( const value_type& x ) const
......
......@@ -1047,7 +1047,7 @@ SwNodeIndex SwDoc::AppendDoc(const SwDoc& rSource, sal_uInt16 const nStartPageNu
{
pTargetShell->SttEndDoc( false );
--aBreakIdx;
GetNodes().Delete( aBreakIdx, 1 );
GetNodes().Delete( aBreakIdx );
}
// There is now a new empty text node on the new page. If it has
......
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