]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/Toolbars.C
get rid of broken_header.h and some unneeded tests
[lyx.git] / src / frontends / Toolbars.C
index 4cea988e91e0f3b7c35b95713d2496f6a631191a..344c2248fe4d299a42c3017ba5696f21e306d433 100644 (file)
@@ -167,13 +167,13 @@ void layoutSelected(LyXView & lv, string const & name)
                string const & itname = (*it)->name();
                // Yes, the _() is correct
                if (_(itname) == name) {
-                       FuncRequest const func(LFUN_LAYOUT, itname, 
+                       FuncRequest const func(LFUN_LAYOUT, itname,
                                               FuncRequest::UI);
                        lv.getLyXFunc().dispatch(func);
                        return;
                }
        }
-       lyxerr << "ERROR (layoutSelected): layout not found!" 
+       lyxerr << "ERROR (layoutSelected): layout not found!"
               << endl;
 }