mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-04 18:29:23 +02:00
XHTMLReader reused
This commit is contained in:
parent
e3f3be547b
commit
24d649c9d1
6 changed files with 18 additions and 3 deletions
|
@ -248,3 +248,9 @@ shared_ptr<ZLTextStyleEntry> StyleSheetTable::createControl(const AttributeMap &
|
|||
|
||||
return entry;
|
||||
}
|
||||
|
||||
void StyleSheetTable::clear() {
|
||||
myControlMap.clear();
|
||||
myPageBreakBeforeMap.clear();
|
||||
myPageBreakAfterMap.clear();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue