Changeset 210 for trunk/src/JobSave.cxx

Show
Ignore:
Timestamp:
06/10/06 09:02:37 (2 years ago)
Author:
jordi
Message:

Added test for checking the save a document functionality.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/JobSave.cxx

    r200 r210  
    112112{ 
    113113    g_assert ( NULL != document && "Tried to set a NULL document."); 
    114      
     114 
    115115    m_Document = document; 
    116116}