]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormDocument.h
Tiny clean-ups.
[lyx.git] / src / frontends / xforms / FormDocument.h
index 54a010c1bcf966f542560744f94ae16d78b8150f..01fef77761f62912b62e158e0039be812fbe6978 100644 (file)
@@ -12,8 +12,8 @@
 #ifndef FORM_DOCUMENT_H
 #define FORM_DOCUMENT_H
 
-
 #include "FormBase.h"
+#include "BranchList.h"
 
 #include <boost/scoped_ptr.hpp>
 
@@ -40,7 +40,7 @@ enum GuiColors {
        GUI_COLOR_CHOICE   = FL_FREE_COL15
 };
 
-               
+
 }
 
 
@@ -123,7 +123,7 @@ private:
        ///
        boost::scoped_ptr<FD_document_branch>   branch_;
        ///
-       boost::scoped_ptr<FormColorpicker> picker_;     
+       boost::scoped_ptr<FormColorpicker> picker_;
        ///
        int ActCell;
        ///
@@ -135,7 +135,7 @@ private:
        ///
        FL_OBJECT * fbullet;
        ///
-       std::vector<string> lang_;
+       std::vector<std::string> lang_;
        /// Contains all legal branches for this doc
        BranchList branchlist_;
 };