]> git.lyx.org Git - features.git/commitdiff
* cosmetic
authorStefan Schimanski <sts@lyx.org>
Sun, 23 Dec 2007 00:49:18 +0000 (00:49 +0000)
committerStefan Schimanski <sts@lyx.org>
Sun, 23 Dec 2007 00:49:18 +0000 (00:49 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22267 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/GuiView.cpp
src/mathed/MathMacroTemplate.cpp

index 2cd0f881530816c915c87716cde315031972eb47..d6919a4f4920399e071bf2a8fe094b97cda4606d 100644 (file)
@@ -789,7 +789,7 @@ void GuiView::updateToolbars()
                        lyx::getStatus(FuncRequest(LFUN_CHANGES_TRACK)).onoff(true);
                bool const mathmacrotemplate =
                        lyx::getStatus(FuncRequest(LFUN_IN_MATHMACROTEMPLATE)).enabled();
-               
+
                d.toolbars_->update(math, table, review, mathmacrotemplate);
        } else
                d.toolbars_->update(false, false, false, false);
index 93ad7e328905a5909b5a6a55c141de23f90c655c..080e549c8e9160701e56fd3011db4eb6e7489d68 100644 (file)
@@ -645,7 +645,7 @@ bool MathMacroTemplate::getStatus(Cursor & /*cur*/, FuncRequest const & cmd,
                        flag.enabled(numargs_ == 0 
                                     && type_ != MacroTypeDef);
                        break;
-                       
+
                case LFUN_IN_MATHMACROTEMPLATE:
                        flag.enabled();
                        break;