mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-22 16:37:28 +00:00
Just whitespace.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26895 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
756395914e
commit
a34c0a8742
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user