Changeset 60 for trunk/src/IDocument.cxx
- Timestamp:
- 04/14/06 12:08:30 (3 years ago)
- Files:
-
- 1 modified
-
trunk/src/IDocument.cxx (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/IDocument.cxx
r58 r60 127 127 m_Creator = NULL; 128 128 m_CurrentPage = 0; 129 m_Outline = new DocumentOutline ();129 m_Outline = NULL; 130 130 m_FileName = NULL; 131 131 m_Format = NULL;
