summaryrefslogtreecommitdiff
path: root/wizards/source/sfdocuments/SF_Writer.xba
diff options
context:
space:
mode:
Diffstat (limited to 'wizards/source/sfdocuments/SF_Writer.xba')
-rw-r--r--wizards/source/sfdocuments/SF_Writer.xba6
1 files changed, 6 insertions, 0 deletions
diff --git a/wizards/source/sfdocuments/SF_Writer.xba b/wizards/source/sfdocuments/SF_Writer.xba
index 5be6e37cf06a..38767666300e 100644
--- a/wizards/source/sfdocuments/SF_Writer.xba
+++ b/wizards/source/sfdocuments/SF_Writer.xba
@@ -444,6 +444,7 @@ Public Function Properties() As Variant
, "FileSystem" _
, "Frames" _
, "ImportFilters" _
+ , "IsAlive" _
, "IsBase" _
, "IsCalc" _
, "IsDraw" _
@@ -558,6 +559,11 @@ Property Get ImportFilters() As Variant
End Property ' SFDocuments.SF_Writer.ImportFilters
REM -----------------------------------------------------------------------------
+Property Get IsAlive() As Boolean
+ IsAlive = [_Super].GetProperty("IsAlive")
+End Property ' SFDocuments.SF_Writer.IsAlive
+
+REM -----------------------------------------------------------------------------
Property Get IsBase() As Boolean
IsBase = [_Super].GetProperty("IsBase")
End Property ' SFDocuments.SF_Writer.IsBase