X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fxforms%2Fforms_gettext.C;h=1f8f5d1466bf10ca8e72f29902452b2187f62edf;hb=37e82a546392d43f787826b85481a11f2a27af15;hp=c2126a38867e8c2ae706d6355ef5f6e0ea4cb022;hpb=b538a4c8fefd6831cd660265c7ba04ad4cf0d0f2;p=lyx.git diff --git a/src/frontends/xforms/forms_gettext.C b/src/frontends/xforms/forms_gettext.C index c2126a3886..1f8f5d1466 100644 --- a/src/frontends/xforms/forms_gettext.C +++ b/src/frontends/xforms/forms_gettext.C @@ -13,8 +13,10 @@ #include "support/lstrings.h" -namespace support = lyx::support; +using std::string; +namespace lyx { +namespace frontend { // Extract shortcut from "|" string string const scex(string const & str) @@ -30,3 +32,6 @@ string const idex(string const & str) support::split(str, identifier, '|'); return identifier; } + +} // namespace frontend +} // namespace lyx