-rw-r--r-- | noncore/unsupported/qpdf/QOutputDev.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/noncore/unsupported/qpdf/QOutputDev.cpp b/noncore/unsupported/qpdf/QOutputDev.cpp index 15a58b1..f587a33 100644 --- a/noncore/unsupported/qpdf/QOutputDev.cpp +++ b/noncore/unsupported/qpdf/QOutputDev.cpp | |||
@@ -176,18 +176,16 @@ QFont QOutputDev::matchFont ( GfxFont *gfxFont, fp_t m11, fp_t m12, fp_t m21, fp | |||
176 | // QOutputDev | 176 | // QOutputDev |
177 | //------------------------------------------------------------------------ | 177 | //------------------------------------------------------------------------ |
178 | 178 | ||
179 | QOutputDev::QOutputDev ( QWidget *parent, const char *name, int flags ) : QScrollView ( parent, name, WRepaintNoErase | WResizeNoErase | flags ) | 179 | QOutputDev::QOutputDev ( QWidget *parent, const char *name, int flags ) : QScrollView ( parent, name, WRepaintNoErase | WResizeNoErase | flags ) |
180 | { | 180 | { |
181 | m_pixmap = 0; | 181 | m_pixmap = 0; |
182 | m_painter = 0; | 182 | m_painter = 0; |
183 | 183 | ||
184 | m_use_string = true; | ||
185 | |||
186 | // create text object | 184 | // create text object |
187 | m_text = new TextPage ( gFalse ); | 185 | m_text = new TextPage ( gFalse ); |
188 | } | 186 | } |
189 | 187 | ||
190 | QOutputDev::~QOutputDev ( ) | 188 | QOutputDev::~QOutputDev ( ) |
191 | { | 189 | { |
192 | delete m_painter; | 190 | delete m_painter; |
193 | delete m_pixmap; | 191 | delete m_pixmap; |