cleanup coding style

Replace tabs with white spaces and remove trailing white spaces
remotes/origin/KDE/4.9
Tobias Koenig 14 years ago
parent dc2f2d36aa
commit 8bd5deea1f
  1. 8
      generators/poppler/generator_pdf.cpp

@ -1132,13 +1132,7 @@ inline void append (Okular::TextPage* ktp,
const QString &s, double l, double b, double r, double t) const QString &s, double l, double b, double r, double t)
{ {
// kWarning(PDFDebug).nospace() << "text: " << s << " at (" << l << "," << t << ")x(" << r <<","<<b<<")"; // kWarning(PDFDebug).nospace() << "text: " << s << " at (" << l << "," << t << ")x(" << r <<","<<b<<")";
ktp->append( s , ktp->append(s, new Okular::NormalizedRect(l, t, r, b));
new Okular::NormalizedRect(
l,
t,
r,
b
));
} }
Okular::TextPage * PDFGenerator::abstractTextPage(const QList<Poppler::TextBox*> &text, double height, double width,int rot) Okular::TextPage * PDFGenerator::abstractTextPage(const QList<Poppler::TextBox*> &text, double height, double width,int rot)

Loading…
Cancel
Save