mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-29 05:01:49 +00:00
Amend a6b07608d8
, took older patch.
This commit is contained in:
parent
a6b07608d8
commit
8e2b18ada9
@ -45,7 +45,7 @@ using namespace lyx::support;
|
|||||||
namespace lyx {
|
namespace lyx {
|
||||||
|
|
||||||
|
|
||||||
docstring const & fontToHtmlTag(xml::FontTypes type)
|
docstring const fontToHtmlTag(xml::FontTypes type)
|
||||||
{
|
{
|
||||||
switch(type) {
|
switch(type) {
|
||||||
case xml::FontTypes::FT_EMPH:
|
case xml::FontTypes::FT_EMPH:
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
|
|
||||||
namespace lyx {
|
namespace lyx {
|
||||||
|
|
||||||
docstring const & fontToHtmlTag(xml::FontTypes type);
|
docstring const fontToHtmlTag(xml::FontTypes type);
|
||||||
|
|
||||||
class Buffer;
|
class Buffer;
|
||||||
class OutputParams;
|
class OutputParams;
|
||||||
|
Loading…
Reference in New Issue
Block a user