diff options
author | Behrend Cornelius <bc@openoffice.org> | 2002-07-15 15:06:25 +0000 |
---|---|---|
committer | Behrend Cornelius <bc@openoffice.org> | 2002-07-15 15:06:25 +0000 |
commit | a7786d9cf19e7b9ade927660c3ffb484732aec8d (patch) | |
tree | d9082ac65ea427dc883e6a5908c049932417cb8b /wizards | |
parent | ca31bde874a93e51ec613831f1b1ad11bd1d2422 (diff) |
#95840# Silentmode flag now removed
Diffstat (limited to 'wizards')
-rw-r--r-- | wizards/source/importwizard/FilesModul.xba | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/wizards/source/importwizard/FilesModul.xba b/wizards/source/importwizard/FilesModul.xba index 1f207aa9e..f0d6c4599 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 = "AsTemplate" OpenProperties(1).Name = False - OpenProperties(2).Name = "Silent" - OpenProperties(2).Name = True MaxFileIndex = Ubound(FilesList(),1) FileCount = 0 |