mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
DocBook: remove useless includes.
This commit is contained in:
parent
d8651cc60b
commit
6a4d3dbef7
@ -16,8 +16,6 @@
|
|||||||
#include "BufferParams.h"
|
#include "BufferParams.h"
|
||||||
#include "Font.h"
|
#include "Font.h"
|
||||||
#include "InsetList.h"
|
#include "InsetList.h"
|
||||||
#include "Layout.h"
|
|
||||||
#include "OutputParams.h"
|
|
||||||
#include "Paragraph.h"
|
#include "Paragraph.h"
|
||||||
#include "ParagraphList.h"
|
#include "ParagraphList.h"
|
||||||
#include "ParagraphParameters.h"
|
#include "ParagraphParameters.h"
|
||||||
@ -30,11 +28,7 @@
|
|||||||
#include "insets/InsetLabel.h"
|
#include "insets/InsetLabel.h"
|
||||||
#include "insets/InsetNote.h"
|
#include "insets/InsetNote.h"
|
||||||
|
|
||||||
#include "support/convert.h"
|
|
||||||
#include "support/debug.h"
|
|
||||||
#include "support/lassert.h"
|
#include "support/lassert.h"
|
||||||
#include "support/lstrings.h"
|
|
||||||
#include "support/textutils.h"
|
|
||||||
|
|
||||||
#include "support/regex.h"
|
#include "support/regex.h"
|
||||||
|
|
||||||
@ -159,6 +153,7 @@ string fontToRole(xml::FontTypes type)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
string fontToAttribute(xml::FontTypes type) {
|
string fontToAttribute(xml::FontTypes type) {
|
||||||
// If there is a role (i.e. nonstandard use of a tag), output the attribute. Otherwise, the sheer tag is sufficient
|
// If there is a role (i.e. nonstandard use of a tag), output the attribute. Otherwise, the sheer tag is sufficient
|
||||||
// for the font.
|
// for the font.
|
||||||
|
Loading…
Reference in New Issue
Block a user