1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-06-28 23:09:01 +00:00

clean code

This commit is contained in:
Lu Wang 2012-08-13 22:20:38 +08:00
parent aba9aa9cdd
commit a7ec357a72
2 changed files with 8 additions and 8 deletions

View File

@ -94,7 +94,7 @@ class HTMLRenderer : public OutputDev
virtual void drawImage(GfxState * state, Object * ref, Stream * str, int width, int height, GfxImageColorMap * colorMap, GBool interpolate, int *maskColors, GBool inlineImg);
private:
protected:
void close_cur_line();
// return the mapped font name

View File

@ -18,14 +18,14 @@
#include <goo/GooString.h>
#include "Object.h"
#include "PDFDoc.h"
#include "PDFDocFactory.h"
#include "HTMLRenderer.h"
#include "GlobalParams.h"
#include "Error.h"
#include "DateInfo.h"
#include <Object.h>
#include <PDFDoc.h>
#include <PDFDocFactory.h>
#include <GlobalParams.h>
#include <Error.h>
#include <DateInfo.h>
#include "HTMLRenderer.h"
#include "Param.h"
#define PDFTOHTMLEX_VERSION "0.1"