]> git.lyx.org Git - features.git/commitdiff
Just whitespace.
authorRichard Heck <rgheck@comcast.net>
Tue, 14 Oct 2008 12:49:05 +0000 (12:49 +0000)
committerRichard Heck <rgheck@comcast.net>
Tue, 14 Oct 2008 12:49:05 +0000 (12:49 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26895 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/GuiDocument.cpp

index 8cc8e7bcf69e7b6cbcbc7bdd7e90daa95a1fb6b3..083b83bcc5079fe716011589870775f65b55544a 100644 (file)
@@ -244,10 +244,8 @@ public:
                GuiIdListModel * availableModel,
                GuiIdListModel * selectedModel)
        : GuiSelectionManager(availableLV, selectedLV, addPB, delPB,
-                    upPB, downPB, availableModel, selectedModel) 
+                        upPB, downPB, availableModel, selectedModel) 
                {}
-       
-
 private:
        ///
        virtual void updateAddPB();
@@ -1349,7 +1347,7 @@ void GuiDocument::classChanged()
        // necessary so that other options in the dialog can be updated
        // according to the new class. Note, however, that, if you use 
        // the scroll wheel when sitting on the combo box, we'll load a 
-       // lot of TextClass objects very quickly.... 
+       // lot of TextClass objects very quickly....
        if (!bp_.setBaseClass(classname)) {
                Alert::error(_("Error"), _("Unable to set document class."));
                return;