]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetIPAMacro.h
Allow row-breaking after some insets
[lyx.git] / src / insets / InsetIPAMacro.h
index c29fc49c91e06b8eb560a8fd844a27516cdf0361..b985ef3b7b5707706db3453e00a9542693442d2e 100644 (file)
@@ -14,7 +14,7 @@
 
 
 #include "Inset.h"
-#include "InsetCollapsable.h"
+#include "InsetCollapsible.h"
 
 
 namespace lyx {
@@ -45,7 +45,7 @@ public:
 /////////////////////////////////////////////////////////////////////////
 
 /// Used to insert IPA decorations
-class InsetIPADeco : public InsetCollapsable
+class InsetIPADeco : public InsetCollapsible
 {
 public:
        ///
@@ -81,7 +81,7 @@ private:
        ///
        int docbook(odocstream &, OutputParams const &) const;
        ///
-       docstring xhtml(XHTMLStream &, OutputParams const &) const;
+       docstring xhtml(XMLStream &, OutputParams const &) const;
        ///
        bool getStatus(Cursor &, FuncRequest const &, FuncStatus &) const;
        ///
@@ -152,7 +152,7 @@ public:
        ///
        int docbook(odocstream &, OutputParams const &) const;
        ///
-       docstring xhtml(XHTMLStream &, OutputParams const &) const;
+       docstring xhtml(XMLStream &, OutputParams const &) const;
        ///
        void toString(odocstream &) const;
        ///