summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehrend Cornelius <bc@openoffice.org>2002-07-15 15:06:25 +0000
committerBehrend Cornelius <bc@openoffice.org>2002-07-15 15:06:25 +0000
commitd80faa7e03d1b748a300521df6a9aaa5ad8e5c1e (patch)
tree2cdce9aaa92fcf4c65dc048e3af248853472ebe4
parent32fcfe109268724f6753ffb5c734a5d579571027 (diff)
#95840# Silentmode flag now removed
-rw-r--r--wizards/source/importwizard/FilesModul.xba4
1 files changed, 1 insertions, 3 deletions
diff --git a/wizards/source/importwizard/FilesModul.xba b/wizards/source/importwizard/FilesModul.xba
index 1f207aa9ea6e..f0d6c4599f2d 100644
--- a/wizards/source/importwizard/FilesModul.xba
+++ b/wizards/source/importwizard/FilesModul.xba
@@ -74,7 +74,7 @@ End Sub
Sub ConvertAllDocuments(sFilterName())
Dim FileProperties(1) as new com.sun.star.beans.PropertyValue
Dim WriterWebProperties(0) as new com.sun.star.beans.PropertyValue
-Dim OpenProperties(2) as new com.sun.star.beans.PropertyValue
+Dim OpenProperties(1) as new com.sun.star.beans.PropertyValue
Dim FilesList(0,2) as String
Dim sViewPath as String
Dim i as Integer
@@ -126,8 +126,6 @@ Dim bIsPassWordProtected as Boolean
OpenProperties(0).Value = True
OpenProperties(1).Name = &quot;AsTemplate&quot;
OpenProperties(1).Name = False
- OpenProperties(2).Name = &quot;Silent&quot;
- OpenProperties(2).Name = True
MaxFileIndex = Ubound(FilesList(),1)
FileCount = 0