Changeset 30 for trunk/tests/DumbDocument.cxx
- Timestamp:
- 04/11/06 14:16:02 (3 years ago)
- Files:
-
- 1 modified
-
trunk/tests/DumbDocument.cxx (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/DumbDocument.cxx
r29 r30 66 66 "%s", IDocument::getErrorMessage (m_OpenError)); 67 67 } 68 m_Rotation = 0; 69 m_Scale = 1.0f; 68 70 return m_Loaded; 69 71 } … … 72 74 DumbDocument::getPageSize (gdouble *width, gdouble *height) 73 75 { 74 *width = 10 ;75 *height = 10;76 *width = 100; 77 *height = 250; 76 78 } 77 79
