diff options
Diffstat (limited to 'wizards/source/sfdocuments/SF_Base.xba')
-rw-r--r-- | wizards/source/sfdocuments/SF_Base.xba | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/wizards/source/sfdocuments/SF_Base.xba b/wizards/source/sfdocuments/SF_Base.xba index 30713e88b587..5c0feaec5c63 100644 --- a/wizards/source/sfdocuments/SF_Base.xba +++ b/wizards/source/sfdocuments/SF_Base.xba @@ -687,6 +687,7 @@ Public Function Properties() As Variant Properties = Array( _ "DocumentType" _ , "FileSystem" _ + , "IsAlive" _ , "IsBase" _ , "IsCalc" _ , "IsDraw " _ @@ -831,6 +832,11 @@ Property Get FileSystem() As String End Property ' SFDocuments.SF_Base.FileSystem REM ----------------------------------------------------------------------------- +Property Get IsAlive() As Boolean + IsAlive = [_Super].GetProperty("IsAlive") +End Property ' SFDocuments.SF_Base.IsAlive + +REM ----------------------------------------------------------------------------- Property Get IsBase() As Boolean IsBase = [_Super].GetProperty("IsBase") End Property ' SFDocuments.SF_Base.IsBase |