]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormDocument.h
Tiny clean-ups.
[lyx.git] / src / frontends / xforms / FormDocument.h
index fd24896fb65d71054efab62a0c5fe5a8fcdad43f..01fef77761f62912b62e158e0039be812fbe6978 100644 (file)
@@ -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_;
 };