--- fmt\xp\fl_DocLayout.h Sat Jan 29 22:45:32 2000 +++ \AbiWord\abi-0.7.9\src\text\fmt\xp\fl_DocLayout.h Mon May 08 06:34:10 2000 @@ -25,6 +25,7 @@ #include "ut_vector.h" #include "ut_hash.h" #include "pt_Types.h" +#include "fp_PageSize.h" class FV_View; @@ -154,6 +155,7 @@ static void _redrawUpdate(UT_Timer * pTimer); + static fp_PageSize _getDefaultPageSize(); GR_Graphics* m_pG; PD_Document* m_pDoc; @@ -180,6 +182,7 @@ XAP_Prefs * m_pPrefs; UT_Timer* m_pRedrawUpdateTimer; + fp_PageSize m_pageSize; }; #endif /* DOCLAYOUT_H */