]> git.lyx.org Git - lyx.git/blobdiff - src/tests/dummy_functions.cpp
DocBook: fix file inclusion.
[lyx.git] / src / tests / dummy_functions.cpp
index ca6edc38d0ef2e0e85742652fb8a0c80761e24f2..f57061614f0fa367db9a8026fd54091c5657ddac 100644 (file)
@@ -5,6 +5,7 @@
 #include "LyXRC.h"
 
 #include "support/Messages.h"
+#include "xml.h"
 
 using namespace std;
 
@@ -49,4 +50,10 @@ string alignmentToCSS(LyXAlignment)
        return string();
 }
 
+namespace xml {
+docstring StartTag::writeTag() const { return docstring(); }
+docstring StartTag::writeEndTag() const { return docstring(); }
+bool StartTag::operator==(FontTag const & rhs) const { return rhs == *this; }
+}
+
 } // namespace lyx