From: Uwe Stöhr Date: Sun, 12 Apr 2009 00:37:25 +0000 (+0000) Subject: GuiDocument.cpp: fix whitespace X-Git-Tag: 2.0.0~6854 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=5f981cdd4815f4c6f77fdd9811eb7fff2f26c7f7;p=features.git GuiDocument.cpp: fix whitespace git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29221 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/frontends/qt4/GuiDocument.cpp b/src/frontends/qt4/GuiDocument.cpp index 2d6590e7e3..845503271c 100644 --- a/src/frontends/qt4/GuiDocument.cpp +++ b/src/frontends/qt4/GuiDocument.cpp @@ -680,9 +680,9 @@ GuiDocument::GuiDocument(GuiView & lv) connect(pageLayoutModule->pagestyleCO, SIGNAL(activated(int)), this, SLOT(change_adaptor())); connect(pageLayoutModule->backgroundTB, SIGNAL(clicked()), - this, SLOT(changeBackgroundColor())); - connect(pageLayoutModule->delbackgroundTB, SIGNAL(clicked()), - this, SLOT(deleteBackgroundColor())); + this, SLOT(changeBackgroundColor())); + connect(pageLayoutModule->delbackgroundTB, SIGNAL(clicked()), + this, SLOT(deleteBackgroundColor())); pageLayoutModule->pagestyleCO->addItem(qt_("Default")); pageLayoutModule->pagestyleCO->addItem(qt_("empty"));