Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Joao Oliveira
Okular
Commits
c6c0a69c
Commit
c6c0a69c
authored
May 08, 2009
by
Pino Toscano
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
SVN_SILENT
silent some debug output svn path=/trunk/KDE/kdegraphics/okular/; revision=965466
parent
a84db251
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
generators/poppler/generator_pdf.cpp
generators/poppler/generator_pdf.cpp
+6
-2
No files found.
generators/poppler/generator_pdf.cpp
View file @
c6c0a69c
...
...
@@ -801,7 +801,9 @@ void PDFGenerator::generatePixmap( Okular::PixmapRequest * request )
Okular
::
TextPage
*
PDFGenerator
::
textPage
(
Okular
::
Page
*
page
)
{
kDebug
(
PDFDebug
)
<<
"calling"
;
#ifdef PDFGENERATOR_DEBUG
kDebug
(
PDFDebug
)
<<
"page"
<<
page
->
number
();
#endif
// build a TextList...
Poppler
::
Page
*
pp
=
pdfdoc
->
page
(
page
->
number
()
);
userMutex
()
->
lock
();
...
...
@@ -1055,7 +1057,9 @@ Okular::TextPage * PDFGenerator::abstractTextPage(const QList<Poppler::TextBox*>
{
Okular
::
TextPage
*
ktp
=
new
Okular
::
TextPage
;
Poppler
::
TextBox
*
next
;
kWarning
(
PDFDebug
)
<<
"getting text page in generator pdf - rotation:"
<<
rot
;
#ifdef PDFGENERATOR_DEBUG
kDebug
(
PDFDebug
)
<<
"getting text page in generator pdf - rotation:"
<<
rot
;
#endif
int
charCount
=
0
;
int
j
;
QString
s
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment