]> git.lyx.org Git - lyx.git/blobdiff - src/output_xhtml.h
Hack to display section symbol
[lyx.git] / src / output_xhtml.h
index 562d380a2d3f1e4d1b24dc5ed4efdba55eb5e25f..3877fb0c7b1c37b602998d5c8a3dbb9b84559524 100644 (file)
@@ -4,7 +4,7 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author Richard Heck
+ * \author Richard Kimberly Heck
  *
  * Full author contact details are available in file CREDITS.
  */
 
 #include "LayoutEnums.h"
 
-#include "support/docstream.h"
 #include "support/strfwd.h"
 #include "xml.h"
 
-#include <deque>
-#include <memory>
-
 
 namespace lyx {
 
-docstring const & fontToHtmlTag(xml::FontTypes type);
+docstring fontToHtmlTag(xml::FontTypes type);
+docstring fontToHtmlAttribute(xml::FontTypes type);
 
 class Buffer;
 class OutputParams;