X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fxforms%2FFormWrap.C;h=37788f02026d9c819649869f947be8d485c44de9;hb=37e82a546392d43f787826b85481a11f2a27af15;hp=daf5a73e0b9a8e15d27531a972a799a30e4bccc9;hpb=dbef37d5223a727b860a83ff4155f05b013c97a3;p=lyx.git diff --git a/src/frontends/xforms/FormWrap.C b/src/frontends/xforms/FormWrap.C index daf5a73e0b..37788f0202 100644 --- a/src/frontends/xforms/FormWrap.C +++ b/src/frontends/xforms/FormWrap.C @@ -5,7 +5,7 @@ * * \author Dekel Tsur * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #include @@ -22,8 +22,17 @@ #include "insets/insetwrap.h" #include "support/lstrings.h" +#include "lyx_forms.h" #include "support/tostr.h" -#include FORMS_H_LOCATION + +using std::string; + +namespace lyx { + +using support::getStringFromVector; +using support::subst; + +namespace frontend { typedef FormController > base_class; @@ -107,3 +116,6 @@ void FormWrap::update() else placement_.set(params.placement.c_str()[0]); } + +} // namespace frontend +} // namespace lyx