]> git.lyx.org Git - lyx.git/blobdiff - src/ToolbarDefaults.h
Oops...
[lyx.git] / src / ToolbarDefaults.h
index a3ffb4de2d9555ddeca8c95b0f2db8e0ee3a7f4d..dc254187d8f59fd32a189e142e8e622c70e09672 100644 (file)
 #ifndef TOOLBARDEFAULTS_H
 #define TOOLBARDEFAULTS_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
-
 #include <vector>
 
 #include "LString.h"
@@ -30,11 +26,11 @@ public:
        /// The special toolbar actions
        enum  ItemType {
                /// adds space between buttons in the toolbar
-               SEPARATOR=-3,
+               SEPARATOR = -3,
                /// a special combox insead of a button
-               LAYOUTS=-2,
+               LAYOUTS = -2,
                /// begin a new line of button (not working)
-               NEWLINE=-1
+               NEWLINE = -1
        };
 
        ///