]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/xform_helpers.h
try this for distinguishing inner and outer tabs
[lyx.git] / src / frontends / xforms / xform_helpers.h
index 3a2819d789ccd6b17474416284a535de224ba7ab..7b70dc8e11b2c798b1ab89001e604e69127a6e3c 100644 (file)
@@ -6,12 +6,12 @@
 #endif
 
 #include <utility> // pair
-#include <config.h>
+//#include <config.h>
 #include "LString.h"
 #include "Color.h"
 
 // Take a string and add breaks so that it fits into a desired label width, w
-string formatted( string const &label, int w, int size, int style );
+string formatted(string const &label, int w, int size, int style);
 
 /** Launch a file dialog and return the chosen file.
     filename: a suggested filename.
@@ -19,11 +19,11 @@ string formatted( string const &label, int w, int size, int style );
     pattern: *.ps etc.
     dir1 = (name, dir), dir2 = (name, dir): extra buttons on the dialog.
 */
-string const browseFile( string const & filename,
-                        string const & title,
-                        string const & pattern, 
-                        std::pair<string,string> const & dir1,
-                        std::pair<string,string> const & dir2 );
+string const browseFile(string const & filename,
+                       string const & title,
+                       string const & pattern, 
+                       std::pair<string,string> const & dir1,
+                       std::pair<string,string> const & dir2);
 
 /// struct holding xform-specific colors
 struct XformColor : public NamedColor {