mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-22 04:50:09 +00:00
clean code
This commit is contained in:
parent
aba9aa9cdd
commit
a7ec357a72
@ -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
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user