]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetIPA.cpp
Improve handling of top and bottom margin
[lyx.git] / src / insets / InsetIPA.cpp
index ac2b7d8422a11fe540784956c3edfaefc662935f..02dad4d455040ebf1585f77cf435033ade6d519c 100644 (file)
@@ -233,7 +233,15 @@ void InsetIPA::latex(otexstream & os, OutputParams const & runparams_in) const
 }
 
 
-docstring InsetIPA::xhtml(XHTMLStream & xs, OutputParams const & runparams_in) const
+void InsetIPA::docbook(XMLStream & xs, OutputParams const & runparams) const
+{
+       OutputParams rp(runparams);
+       rp.inIPA = true;
+       InsetText::docbook(xs, rp);
+}
+
+
+docstring InsetIPA::xhtml(XMLStream & xs, OutputParams const & runparams_in) const
 {
        OutputParams runparams(runparams_in);
        runparams.inIPA = true;