summaryrefslogtreecommitdiff
path: root/sdext/source/pdfimport/pdfparse/pdfparse.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sdext/source/pdfimport/pdfparse/pdfparse.cxx')
-rw-r--r--sdext/source/pdfimport/pdfparse/pdfparse.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sdext/source/pdfimport/pdfparse/pdfparse.cxx b/sdext/source/pdfimport/pdfparse/pdfparse.cxx
index 3a032af5878c..bbdb51c5ae23 100644
--- a/sdext/source/pdfimport/pdfparse/pdfparse.cxx
+++ b/sdext/source/pdfimport/pdfparse/pdfparse.cxx
@@ -59,7 +59,7 @@ class StringEmitContext : public EmitContext
{
OStringBuffer m_aBuf;
public:
- StringEmitContext() : EmitContext(), m_aBuf(256) {}
+ StringEmitContext() : m_aBuf(256) {}
virtual bool write( const void* pBuf, unsigned int nLen ) noexcept override
{