]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormBrowser.C
get rid of broken_header.h and some unneeded tests
[lyx.git] / src / frontends / xforms / FormBrowser.C
index ee9d1e09ef8ddd2a6f29ff8414e82289dde8f209..2cdacf7e74072aa440c211f6d26a39dfab93da09 100644 (file)
@@ -5,16 +5,20 @@
  *
  * \author John Levon
  *
- * Full author contact details are available in file CREDITS
+ * Full author contact details are available in file CREDITS.
  */
 
 #include <config.h>
 
-
 #include "FormBrowser.h"
 #include "forms/form_browser.h"
 #include "xformsBC.h"
 
+using std::string;
+
+namespace lyx {
+namespace frontend {
+
 FormBrowser::FormBrowser(Dialog & parent,
                         string const & title, bool allowResize)
        : FormView<FD_browser>(parent, title, allowResize)
@@ -28,3 +32,6 @@ void FormBrowser::build()
        // Manage the close button
        bcview().setCancel(dialog_->button_close);
 }
+
+} // namespace frontend
+} // namespace lyx