summaryrefslogtreecommitdiff
path: root/wizards/source/tools/ModuleControls.xba
diff options
context:
space:
mode:
authorTom Verbeek <tv@openoffice.org>2001-05-16 11:48:54 +0000
committerTom Verbeek <tv@openoffice.org>2001-05-16 11:48:54 +0000
commit3c9942db1ccb44392be1261061dd2335898149e2 (patch)
tree6ea3041569602dd30e13010c4dc3fd8285eb1dd9 /wizards/source/tools/ModuleControls.xba
parent8977c7a2fe82cd2176e0c2e7f989e5a7cbce5ef1 (diff)
#75761# fixed sorting of webwizard and calc styles
Diffstat (limited to 'wizards/source/tools/ModuleControls.xba')
-rw-r--r--wizards/source/tools/ModuleControls.xba6
1 files changed, 3 insertions, 3 deletions
diff --git a/wizards/source/tools/ModuleControls.xba b/wizards/source/tools/ModuleControls.xba
index 186523a9bc8c..ad0ad04dfeea 100644
--- a/wizards/source/tools/ModuleControls.xba
+++ b/wizards/source/tools/ModuleControls.xba
@@ -145,9 +145,9 @@ End Function
Function LoadDialog(Libname as String, DialogName as String)
Dim oLib as Object
Dim oDialog as Object
- DialogLibraries.loadLibrary(Libname)
- oLib = DialogLibraries.GetByName(Libname)
+ dialogs.loadLibrary(Libname)
+ oLib = dialogs.GetByName(Libname)
oDialog = CreateUnoDialog(oLib, DialogName)
LoadDialog() = oDialog
End Function
-</script:module>
+</script:module> \ No newline at end of file