]> git.lyx.org Git - lyx.git/blobdiff - src/ToolbarBackend.cpp
This is the first of a series of commits that will make InsetLayout a real class.
[lyx.git] / src / ToolbarBackend.cpp
index b789f1a9d9abfee78ab44b7025327f2ae8c1a89a..34f3d5bac1d28a7e9e22a39f6333ff509a07630d 100644 (file)
 #include "ToolbarBackend.h"
 #include "FuncRequest.h"
 #include "Lexer.h"
-#include "support/debug.h"
-#include "support/gettext.h"
 #include "LyXAction.h"
 #include "support/lstrings.h"
 
+#include "support/debug.h"
+#include "support/gettext.h"
+
 #include <boost/bind.hpp>
+
 #include <algorithm>
 
 using namespace std;
@@ -308,7 +310,7 @@ void ToolbarBackend::readToolbarSettings(Lexer & lex)
                        else if (!compare_ascii_no_case(*cit, "right"))
                                flag = ToolbarInfo::RIGHT;
                        else if (!compare_ascii_no_case(*cit, "auto"))
-                               flag = ToolbarInfo::AUTO;                       
+                               flag = ToolbarInfo::AUTO;
                        else {
                                LYXERR(Debug::ANY,
                                        "ToolbarBackend::readToolbarSettings: unrecognised token:`"