]> 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 2a30826980edbef3dd9435ba16a272ab094b96d4..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;
 
@@ -113,3 +116,6 @@ void FormWrap::update()
        else
                placement_.set(params.placement.c_str()[0]);
 }
+
+} // namespace frontend
+} // namespace lyx