summaryrefslogtreecommitdiff
path: root/src/lib/CDRContentCollector.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/CDRContentCollector.h')
-rw-r--r--src/lib/CDRContentCollector.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/CDRContentCollector.h b/src/lib/CDRContentCollector.h
index 517692a..2261454 100644
--- a/src/lib/CDRContentCollector.h
+++ b/src/lib/CDRContentCollector.h
@@ -66,6 +66,7 @@ public:
void collectArtisticText(double x, double y);
void collectParagraphText(double x, double y, double width, double height);
void collectStld(unsigned, const CDRStyle &) {}
+ void collectStyleId(unsigned styleId);
private:
CDRContentCollector(const CDRContentCollector &);
@@ -94,7 +95,7 @@ private:
CDRFillStyle m_currentFillStyle;
CDRLineStyle m_currentLineStyle;
unsigned m_spnd;
- unsigned m_currentObjectLevel, m_currentGroupLevel, m_currentVectLevel, m_currentPageLevel;
+ unsigned m_currentObjectLevel, m_currentGroupLevel, m_currentVectLevel, m_currentPageLevel, m_currentStyleId;
CDRImage m_currentImage;
const std::vector<CDRTextLine> *m_currentText;
CDRBox m_currentBBox;