summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPino Toscano <pino@kde.org>2008-04-26 17:56:42 +0200
committerPino Toscano <pino@kde.org>2008-04-26 17:56:42 +0200
commit59d33d8e99673f73ccf2ad9a62bd25fca51f0eb8 (patch)
tree91897f6c9d27b8e3ef6d960396dd07b8c2993423
parent45d2a9529bf241554c59437118cb8c705554dc27 (diff)
use the base implementation to update all the states
-rw-r--r--poppler/ArthurOutputDev.cc11
1 files changed, 1 insertions, 10 deletions
diff --git a/poppler/ArthurOutputDev.cc b/poppler/ArthurOutputDev.cc
index 73536e23..9eaae376 100644
--- a/poppler/ArthurOutputDev.cc
+++ b/poppler/ArthurOutputDev.cc
@@ -126,16 +126,7 @@ void ArthurOutputDev::restoreState(GfxState *state)
void ArthurOutputDev::updateAll(GfxState *state)
{
- updateLineDash(state);
- updateLineJoin(state);
- updateLineCap(state);
- updateLineWidth(state);
- updateFlatness(state);
- updateMiterLimit(state);
- updateFillColor(state);
- updateStrokeColor(state);
- updateFillOpacity(state);
- updateStrokeOpacity(state);
+ OutputDev::updateAll(state);
m_needFontUpdate = gTrue;
}