From 9ac495d6543dbd65992791bb41d5f8fbf90e549c Mon Sep 17 00:00:00 2001 From: Martin Kretzschmar Date: Mon, 31 Mar 2003 21:55:40 +0000 Subject: Import of Xpdf 2.01 for merge --- (limited to 'pdf/xpdf/XPDFViewer.h') diff --git a/pdf/xpdf/XPDFViewer.h b/pdf/xpdf/XPDFViewer.h index 77875c4..124650a 100644 --- a/pdf/xpdf/XPDFViewer.h +++ b/pdf/xpdf/XPDFViewer.h @@ -46,6 +46,7 @@ public: void open(GString *fileName, int pageA, GString *destName); void clear(); + void reloadFile(); Widget getWindow() { return win; } @@ -54,7 +55,6 @@ private: //----- load / display GBool loadFile(GString *fileName, GString *ownerPassword = NULL, GString *userPassword = NULL); - void reloadFile(); void displayPage(int pageA, int zoomA, int rotateA, GBool scrollToTop, GBool addToHist); void displayDest(LinkDest *dest, int zoomA, int rotateA, -- cgit v0.9.1