diff options
author | Júlio Hoffimann <julio.hoffimann@gmail.com> | 2011-04-16 22:42:13 -0300 |
---|---|---|
committer | Cédric Bosdonnat <cedricbosdo@openoffice.org> | 2011-04-18 16:43:16 +0200 |
commit | 4f51d1b7bb581607afe1427f40d432305617e856 (patch) | |
tree | 2452ab2a812f85ab082d30189d97dd3483855e90 /sw/source/ui/app/docshini.cxx | |
parent | e1e2228306dd3ed6460198729dd4d3f201ee0925 (diff) |
all bogus comments removed keeping the indentation
Diffstat (limited to 'sw/source/ui/app/docshini.cxx')
-rw-r--r-- | sw/source/ui/app/docshini.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/ui/app/docshini.cxx b/sw/source/ui/app/docshini.cxx index c32437f242f1..5b961077f664 100644 --- a/sw/source/ui/app/docshini.cxx +++ b/sw/source/ui/app/docshini.cxx @@ -334,14 +334,14 @@ sal_Bool SwDocShell::InitNew( const uno::Reference < embed::XStorage >& xStor ) // the static pool default. pDoc->SetDefault( SwFmtFollowTextFlow( sal_False ) ); -// --> collapsing borders FME 2005-05-27 #i29550# +// #i29550# pDoc->SetDefault( SfxBoolItem( RES_COLLAPSING_BORDERS, sal_True ) ); // <-- collapsing //#i16874# AutoKerning as default for new documents pDoc->SetDefault( SvxAutoKernItem( sal_True, RES_CHRATR_AUTOKERN ) ); - // --> OD 2005-02-10 #i42080# - Due to the several calls of method <SetDefault(..)> + // #i42080# - Due to the several calls of method <SetDefault(..)> // at the document instance, the document is modified. Thus, reset this // status here. Note: In method <SubInitNew()> this is also done. pDoc->ResetModified(); |