summaryrefslogtreecommitdiff
path: root/wizards/source/tools/ModuleControls.xba
diff options
context:
space:
mode:
Diffstat (limited to 'wizards/source/tools/ModuleControls.xba')
-rw-r--r--wizards/source/tools/ModuleControls.xba4
1 files changed, 2 insertions, 2 deletions
diff --git a/wizards/source/tools/ModuleControls.xba b/wizards/source/tools/ModuleControls.xba
index 749ac1476ad9..96f23ad866d4 100644
--- a/wizards/source/tools/ModuleControls.xba
+++ b/wizards/source/tools/ModuleControls.xba
@@ -276,7 +276,7 @@ Dim FilterIndex as Integer
End If
On Local Error Goto NOSAVING
If FilterName = "" Then
- ' Todo: Catch the case that a document that has to be overwritten is writeportected (e.g. it is open)
+ ' Todo: Catch the case that a document that has to be overwritten is writeprotected (e.g. it is open)
oDocument.StoreAsUrl(sPath, NoArgs())
Else
oStoreProperties(0).Name = "FilterName"
@@ -384,4 +384,4 @@ Sub SetOVERWRITEToNever()
iGeneralOverwrite = SBOVERWRITENEVER
DlgOverwrite.EndExecute()
End Sub
-</script:module> \ No newline at end of file
+</script:module>