summaryrefslogtreecommitdiff
path: root/poppler
diff options
context:
space:
mode:
authorAlbert Astals Cid <aacid@kde.org>2005-12-03 22:20:54 +0000
committerAlbert Astals Cid <aacid@kde.org>2005-12-03 22:20:54 +0000
commitab45eb562159d5b006e658ec66723a0a47908f65 (patch)
treeac2d77f4b13b752d40adf4e9112c65f38f3f7578 /poppler
parent64079ad81caf6d2cf66b1f3a3de9454146e15c6c (diff)
* qt4/src/poppler-qt4.h:
* qt4/src/poppler-fontinfo.cc: * qt4/src/poppler-textbox.cc: Remove implementation of that classes from the header, use pimpl
Diffstat (limited to 'poppler')
-rw-r--r--poppler/TextOutputDev.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/poppler/TextOutputDev.h b/poppler/TextOutputDev.h
index ba9146fa..35a6f5af 100644
--- a/poppler/TextOutputDev.h
+++ b/poppler/TextOutputDev.h
@@ -114,7 +114,7 @@ public:
int getCharLen() { return charLen; }
#endif
-private:
+//private:
int rot; // rotation, multiple of 90 degrees
// (0, 1, 2, or 3)
@@ -219,7 +219,7 @@ public:
void visitSelection(TextSelectionVisitor *visitor,
PDFRectangle *selection);
-private:
+//private:
TextBlock *blk; // parent block
int rot; // text rotation
@@ -281,7 +281,7 @@ public:
void visitSelection(TextSelectionVisitor *visitor,
PDFRectangle *selection);
-private:
+//private:
TextPage *page; // the parent page
int rot; // text rotation
@@ -328,7 +328,7 @@ public:
// primary axis.
GBool blockFits(TextBlock *blk, TextBlock *prevBlk);
-private:
+//private:
TextPage *page; // the parent page
double xMin, xMax; // bounding box x coordinates
@@ -461,7 +461,7 @@ public:
TextWordList *makeWordList(GBool physLayout);
#endif
-private:
+//private:
void clear();
void assignColumns(TextLineFrag *frags, int nFrags, int rot);