| Index: core/src/reflow/layoutprovider_taggedpdf.h
|
| diff --git a/core/src/reflow/layoutprovider_taggedpdf.h b/core/src/reflow/layoutprovider_taggedpdf.h
|
| index b2c8947a82b633bbce10cce5594310a14da39c58..b573c3e5bfd1222d701e8f9ee6116b501df12c48 100644
|
| --- a/core/src/reflow/layoutprovider_taggedpdf.h
|
| +++ b/core/src/reflow/layoutprovider_taggedpdf.h
|
| @@ -7,7 +7,7 @@
|
| #ifndef LayoutProvider_TaggedPDF_H
|
| #define LayoutProvider_TaggedPDF_H
|
| #include "../../include/reflow/reflowengine.h"
|
| -class CPDF_LayoutElement : public IPDF_LayoutElement, public CFX_Object
|
| +class CPDF_LayoutElement : public IPDF_LayoutElement
|
| {
|
| public:
|
| CPDF_LayoutElement();
|
| @@ -47,7 +47,7 @@ protected:
|
| FX_COLORREF GetDefaultColorValue(LayoutAttr attr_type);
|
| CFX_PtrArray m_ObjArray;
|
| };
|
| -class CPDF_LayoutProvider_TaggedPDF : public IPDF_LayoutProvider, public CFX_Object
|
| +class CPDF_LayoutProvider_TaggedPDF : public IPDF_LayoutProvider
|
| {
|
| public:
|
| CPDF_LayoutProvider_TaggedPDF();
|
|
|