]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/Toolbar.C
Joao latest bits
[lyx.git] / src / frontends / Toolbar.C
index 9d0f77b386f5cc57ea993329b784fac3e87b16d6..d83e149af13fbee401f9b90bcfdd485c05906196 100644 (file)
@@ -5,18 +5,17 @@
  *
  * \author Lars Gullik Bjønnes
  *
- * Full author contact details are available in file CREDITS
+ * Full author contact details are available in file CREDITS.
  */
 
 #include <config.h>
 
-
 #include "Toolbar.h"
-#include "ToolbarBackend.h"
+
 #include "debug.h"
 #include "LyXAction.h"
+#include "ToolbarBackend.h"
 
-using std::endl;
 
 Toolbar::Toolbar()
        : last_textclass_(-1)
@@ -29,7 +28,7 @@ Toolbar::~Toolbar()
 }
 
 
-void Toolbar::init() 
+void Toolbar::init()
 {
        // extracts the toolbars from the backend
        ToolbarBackend::Toolbars::const_iterator cit = toolbarbackend.begin();