]> git.lyx.org Git - lyx.git/blobdiff - src/output_xhtml.h
DocBook: eat a bit of that spaghetti code.
[lyx.git] / src / output_xhtml.h
index 562d380a2d3f1e4d1b24dc5ed4efdba55eb5e25f..dc86087591b79a1562921c6ac11ffd8b74030a2d 100644 (file)
@@ -24,7 +24,8 @@
 
 namespace lyx {
 
-docstring const & fontToHtmlTag(xml::FontTypes type);
+docstring fontToHtmlTag(xml::FontTypes type);
+docstring fontToHtmlAttribute(xml::FontTypes type);
 
 class Buffer;
 class OutputParams;