[poppler] goo/gfile.cc goo/gfile.h utils/pdftohtml.cc
Albert Astals Cid
aacid at kemper.freedesktop.org
Thu May 10 13:31:41 PDT 2012
goo/gfile.cc | 2 +-
goo/gfile.h | 2 +-
utils/pdftohtml.cc | 4 ----
3 files changed, 2 insertions(+), 6 deletions(-)
New commits:
commit a7a2e72f9ba43816a81278e0565d31807ac5ceb5
Author: Albert Astals Cid <aacid at kde.org>
Date: Thu May 10 22:31:24 2012 +0200
More gs cleanup and forgot the (C) on modification
diff --git a/goo/gfile.cc b/goo/gfile.cc
index 7833502..1351de7 100644
--- a/goo/gfile.cc
+++ b/goo/gfile.cc
@@ -19,7 +19,7 @@
// Copyright (C) 2006 Kristian Høgsberg <krh at redhat.com>
// Copyright (C) 2008 Adam Batkin <adam at batkin.net>
// Copyright (C) 2008, 2010 Hib Eris <hib at hiberis.nl>
-// Copyright (C) 2009 Albert Astals Cid <aacid at kde.org>
+// Copyright (C) 2009, 2012 Albert Astals Cid <aacid at kde.org>
// Copyright (C) 2009 Kovid Goyal <kovid at kovidgoyal.net>
//
// To see a description of the changes please see the Changelog file that
diff --git a/goo/gfile.h b/goo/gfile.h
index 34b85f0..1eef058 100644
--- a/goo/gfile.h
+++ b/goo/gfile.h
@@ -16,7 +16,7 @@
// under GPL version 2 or later
//
// Copyright (C) 2006 Kristian Høgsberg <krh at redhat.com>
-// Copyright (C) 2009, 2011 Albert Astals Cid <aacid at kde.org>
+// Copyright (C) 2009, 2011, 2012 Albert Astals Cid <aacid at kde.org>
// Copyright (C) 2009 Kovid Goyal <kovid at kovidgoyal.net>
//
// To see a description of the changes please see the Changelog file that
diff --git a/utils/pdftohtml.cc b/utils/pdftohtml.cc
index 5f7e0d4..cff0964 100644
--- a/utils/pdftohtml.cc
+++ b/utils/pdftohtml.cc
@@ -62,10 +62,6 @@
#include "DateInfo.h"
#include "goo/gfile.h"
-#ifndef GHOSTSCRIPT
-# define GHOSTSCRIPT "gs"
-#endif
-
static int firstPage = 1;
static int lastPage = 0;
static GBool rawOrder = gTrue;
More information about the poppler
mailing list