]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormWrap.C
get rid of broken_header.h and some unneeded tests
[lyx.git] / src / frontends / xforms / FormWrap.C
index 2e8ab02582ac1b9ddb9ff38b3816ca546ae806cf..37788f02026d9c819649869f947be8d485c44de9 100644 (file)
 #include "lyx_forms.h"
 #include "support/tostr.h"
 
-using lyx::support::getStringFromVector;
-using lyx::support::subst;
+using std::string;
 
+namespace lyx {
+
+using support::getStringFromVector;
+using support::subst;
+
+namespace frontend {
 
 typedef FormController<ControlWrap, FormView<FD_wrap> > base_class;
 
@@ -111,3 +116,6 @@ void FormWrap::update()
        else
                placement_.set(params.placement.c_str()[0]);
 }
+
+} // namespace frontend
+} // namespace lyx