Index: xfa/src/fxfa/src/parser/xfa_layout_pagemgr_new.h |
diff --git a/xfa/src/fxfa/src/parser/xfa_layout_pagemgr_new.h b/xfa/src/fxfa/src/parser/xfa_layout_pagemgr_new.h |
index dcaf01c739ebd64fde5143b51abb4a67caf0498a..4faf9e30db2c841a1808f4d7cbd379c599189f2e 100644 |
--- a/xfa/src/fxfa/src/parser/xfa_layout_pagemgr_new.h |
+++ b/xfa/src/fxfa/src/parser/xfa_layout_pagemgr_new.h |
@@ -6,7 +6,7 @@ |
#ifndef _XFA_LAYOUT_PAGEMGR_H_ |
#define _XFA_LAYOUT_PAGEMGR_H_ |
-class CXFA_ContainerRecord : public CFX_Object |
+class CXFA_ContainerRecord |
{ |
public: |
CXFA_ContainerRecord(CXFA_ContainerLayoutItemImpl* pPageSet = NULL, CXFA_ContainerLayoutItemImpl* pPageArea = NULL, CXFA_ContainerLayoutItemImpl* pContentArea = NULL) |
@@ -17,7 +17,7 @@ public: |
CXFA_ContainerLayoutItemImpl* pCurPageArea; |
CXFA_ContainerLayoutItemImpl* pCurContentArea; |
}; |
-class CXFA_LayoutPageMgr : public CFX_Object |
+class CXFA_LayoutPageMgr |
{ |
public: |
CXFA_LayoutPageMgr(CXFA_LayoutProcessor* pLayoutProcessor); |