]> git.lyx.org Git - lyx.git/commitdiff
* cosmetics
authorVincent van Ravesteijn <vfr@lyx.org>
Wed, 22 Apr 2009 21:17:49 +0000 (21:17 +0000)
committerVincent van Ravesteijn <vfr@lyx.org>
Wed, 22 Apr 2009 21:17:49 +0000 (21:17 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29378 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/GuiIndices.cpp
src/frontends/qt4/GuiPrint.cpp

index ef7632134a6a35291183f68039cc64ed4192d692..fa8d6d830954d6493d5b99237faa348515c236fb 100644 (file)
@@ -51,8 +51,7 @@ GuiIndices::GuiIndices(QWidget * parent)
 void GuiIndices::update(BufferParams const & params)
 {
        indiceslist_ = params.indiceslist();
-       multipleIndicesCB->setChecked(
-               params.use_indices);
+       multipleIndicesCB->setChecked(params.use_indices);
        bool const state = params.use_indices;
        indicesTW->setEnabled(state);
        newIndexLE->setEnabled(state);
index 9bf42817b17122832cc36252068c3fd615265f95..32b3c8f5641e420439f3ace26888b1a4eefbcdb0 100644 (file)
@@ -144,9 +144,9 @@ void GuiPrint::updateContents()
 
        collateCB->setChecked(params_.sorted_copies);
 
-       if (params_.all_pages) {
+       if (params_.all_pages)
                allRB->setChecked(true);
-       else {
+       else {
                rangeRB->setChecked(true);
                fromED->setText(QString::number(params_.from_page));
                toED->setText(QString::number(params_.to_page));