]> git.pld-linux.org Git - packages/poppler0.61.git/commitdiff
- included in sources
authorfreetz <freetz@pld-linux.org>
Thu, 15 Dec 2005 16:55:05 +0000 (16:55 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    poppler-c++.patch -> 1.2

poppler-c++.patch [deleted file]

diff --git a/poppler-c++.patch b/poppler-c++.patch
deleted file mode 100644 (file)
index d549d7c..0000000
+++ /dev/null
@@ -1,36 +0,0 @@
---- poppler-0.4.2/poppler/TextOutputDev.cc~    2005-08-24 19:57:47.000000000 +0200
-+++ poppler-0.4.2/poppler/TextOutputDev.cc     2005-12-11 06:49:56.000000000 +0100
-@@ -3025,7 +3025,7 @@
-   virtual void visitWord (TextWord *word, int begin, int end,
-                         PDFRectangle *selection) { };
--  GooString *TextSelectionDumper::getText(void);
-+  GooString *getText(void);
- private:
-   TextLineFrag *frags;
---- poppler-0.4.2/qt/poppler-qt.h~     2005-06-27 01:35:27.000000000 +0200
-+++ poppler-0.4.2/qt/poppler-qt.h      2005-12-11 12:07:26.000000000 +0100
-@@ -150,7 +150,7 @@
-     UseOC
-   };
-   
--  static Document *Document::load(const QString & filePath);
-+  static Document *load(const QString & filePath);
-   
-   Page *getPage(int index) const{ return new Page(this, index); }
-   
-@@ -172,11 +172,11 @@
-   bool okToAddNotes() const;
-   double getPDFVersion() const;
-   
--  Document::~Document();
-+  ~Document();
-   
- private:
-   DocumentData *data;
--  Document::Document(DocumentData *dataA);
-+  Document(DocumentData *dataA);
- };
- }
This page took 0.091292 seconds and 4 git commands to generate.