mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
More functions in anonymous namespace.
This commit is contained in:
parent
25f72d392c
commit
d8651cc60b
@ -170,8 +170,6 @@ string fontToAttribute(xml::FontTypes type) {
|
||||
}
|
||||
}
|
||||
|
||||
} // end anonymous namespace
|
||||
|
||||
|
||||
xml::FontTag docbookStartFontTag(xml::FontTypes type)
|
||||
{
|
||||
@ -185,8 +183,6 @@ xml::EndFontTag docbookEndFontTag(xml::FontTypes type)
|
||||
}
|
||||
|
||||
|
||||
namespace {
|
||||
|
||||
// Convenience functions to open and close tags. First, very low-level ones to ensure a consistent new-line behaviour.
|
||||
// Block style:
|
||||
// Content before
|
||||
|
Loading…
Reference in New Issue
Block a user