]> git.lyx.org Git - features.git/commitdiff
GuiDocument.cpp: fix whitespace
authorUwe Stöhr <uwestoehr@web.de>
Sun, 12 Apr 2009 00:37:25 +0000 (00:37 +0000)
committerUwe Stöhr <uwestoehr@web.de>
Sun, 12 Apr 2009 00:37:25 +0000 (00:37 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29221 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/GuiDocument.cpp

index 2d6590e7e3af00abcdf8e85cff06fd237681524b..845503271c0079f1e50aea53c200d288f9fc5d5d 100644 (file)
@@ -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"));