[Libreoffice-commits] .: sw/source
Julien Nabet
serval2412 at kemper.freedesktop.org
Mon Jun 13 13:19:20 PDT 2011
sw/source/ui/config/optcomp.cxx | 5 -----
1 file changed, 5 deletions(-)
New commits:
commit f5bf497365c56a437a43dd7d3fbd25ca9b7764f7
Author: Julien Nabet <serval2412 at yahoo.fr>
Date: Mon Jun 13 22:18:23 2011 +0200
duplicate if expression (no CompatibilityOptions option was lacking)
diff --git a/sw/source/ui/config/optcomp.cxx b/sw/source/ui/config/optcomp.cxx
index 0dfcfc6..7f76b61 100644
--- a/sw/source/ui/config/optcomp.cxx
+++ b/sw/source/ui/config/optcomp.cxx
@@ -548,11 +548,6 @@ sal_Bool SwCompatibilityOptPage::FillItemSet( SfxItemSet& )
m_pWrtShell->SetAddParaSpacingToTableCells( bChecked );
bModified = sal_True;
}
- else if ( COPT_ADD_TABLESPACING == nOption )
- {
- m_pWrtShell->SetAddParaSpacingToTableCells( bChecked );
- bModified = sal_True;
- }
else if ( COPT_USE_OBJECTPOSITIONING == nOption )
{
m_pWrtShell->SetUseFormerObjectPositioning( bChecked );
More information about the Libreoffice-commits
mailing list