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

exception LockedOnSavingRequest
Base Hierarchy
LockedOnSavingRequest
 ┗ ::com::sun::star::uno::Exception
Description
Is used for interaction handle to query user decision regarding locked document on saving.
Since
OOo 3.1

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