mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-02-10 18:05:41 +08:00
recovers/recents
git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@65610 954022d7-b5bf-4e40-9824-e11837661b57
This commit is contained in:
committed by
Alexander Trofimov
parent
73a1a6d221
commit
99ff12b064
@ -2474,18 +2474,21 @@ namespace NSEditorApi
|
||||
int m_nId;
|
||||
bool m_bIsRecover;
|
||||
std::wstring m_sPath;
|
||||
bool m_bIsRemove;
|
||||
|
||||
public:
|
||||
|
||||
CAscLocalOpenFileRecent_Recover()
|
||||
{
|
||||
m_bIsRecover = false;
|
||||
m_bIsRemove = false;
|
||||
}
|
||||
virtual ~CAscLocalOpenFileRecent_Recover()
|
||||
{
|
||||
}
|
||||
|
||||
LINK_PROPERTY_BOOL(IsRecover)
|
||||
LINK_PROPERTY_BOOL(IsRemove)
|
||||
LINK_PROPERTY_INT(Id)
|
||||
LINK_PROPERTY_STRING(Path)
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user