From a34c0a87429d7eb3d0efcce2d6ac8147b958e522 Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Tue, 14 Oct 2008 12:49:05 +0000 Subject: [PATCH] Just whitespace. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26895 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/frontends/qt4/GuiDocument.cpp | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/frontends/qt4/GuiDocument.cpp b/src/frontends/qt4/GuiDocument.cpp index 8cc8e7bcf6..083b83bcc5 100644 --- a/src/frontends/qt4/GuiDocument.cpp +++ b/src/frontends/qt4/GuiDocument.cpp @@ -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; -- 2.39.2