[poppler] poppler/poppler: TextOutputDev.h,1.9,1.10

Albert Astals Cid aacid at freedesktop.org
Sat Dec 3 14:26:09 PST 2005


Update of /cvs/poppler/poppler/poppler
In directory gabe:/tmp/cvs-serv9043

Modified Files:
	TextOutputDev.h 
Log Message:
this should have not went in


Index: TextOutputDev.h
===================================================================
RCS file: /cvs/poppler/poppler/poppler/TextOutputDev.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- TextOutputDev.h	3 Dec 2005 22:20:54 -0000	1.9
+++ TextOutputDev.h	3 Dec 2005 22:26:07 -0000	1.10
@@ -114,7 +114,7 @@
   int getCharLen() { return charLen; }
 #endif
 
-//private:
+private:
 
   int rot;			// rotation, multiple of 90 degrees
 				//   (0, 1, 2, or 3)
@@ -219,7 +219,7 @@
   void visitSelection(TextSelectionVisitor *visitor,
 		      PDFRectangle *selection);
 
-//private:
+private:
 
   TextBlock *blk;		// parent block
   int rot;			// text rotation
@@ -281,7 +281,7 @@
   void visitSelection(TextSelectionVisitor *visitor,
 		      PDFRectangle *selection);
 
-//private:
+private:
 
   TextPage *page;		// the parent page
   int rot;			// text rotation
@@ -328,7 +328,7 @@
   // 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 @@
   TextWordList *makeWordList(GBool physLayout);
 #endif
 
-//private:
+private:
 
   void clear();
   void assignColumns(TextLineFrag *frags, int nFrags, int rot);



More information about the poppler mailing list