summaryrefslogtreecommitdiff
path: root/wizards/source/tools
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2017-01-19 13:34:31 +0000
committerCaolán McNamara <caolanm@redhat.com>2017-01-19 15:13:37 +0000
commitecd82b5121899fe23f0ccbdd8a89c8b18436f027 (patch)
treec712ba5a994bb872e8c7548837e348bea33e045a /wizards/source/tools
parentef306355851e9b6591e9f3fb9476d5bbd548d9ba (diff)
Related: tdf#80731 bug in our own wizards revealed by new bracket test
Change-Id: Iec49bf80794a4ba61a70b22d0fc1769349ca4508
Diffstat (limited to 'wizards/source/tools')
-rw-r--r--wizards/source/tools/ModuleControls.xba2
1 files changed, 1 insertions, 1 deletions
diff --git a/wizards/source/tools/ModuleControls.xba b/wizards/source/tools/ModuleControls.xba
index 96f23ad866d4..300b6eea6da6 100644
--- a/wizards/source/tools/ModuleControls.xba
+++ b/wizards/source/tools/ModuleControls.xba
@@ -311,7 +311,7 @@ Dim sProdName as String
Filternames(i,0) = ReplaceString(Filternames(i,0), sProdName,&quot;%productname%&quot;)
oDialog.AppendFilter(FilterNames(i,0), FilterNames(i,1))
Next i
- oDialog.SetCurrentFilter(FilterNames(0,0)
+ oDialog.SetCurrentFilter(FilterNames(0,0))
End Sub