:: com :: sun :: star :: document ::

exception LockedOnSavingRequest
Base Hierarchy
LockedOnSavingRequest
 ┗ ::com::sun::star::uno::Exception

Elements' Summary
DocumentURL The URL of the locked document.  
UserInfo The user information of the locked document.  
Elements' Details
DocumentURL
string DocumentURL;
Description
The URL of the locked document.
UserInfo
string UserInfo;
Description
The user information of the locked document.
Top of Page