summaryrefslogtreecommitdiff
path: root/wizards/source
diff options
context:
space:
mode:
authorMikhail Voytenko <mav@openoffice.org>2010-04-27 12:15:15 +0200
committerMikhail Voytenko <mav@openoffice.org>2010-04-27 12:15:15 +0200
commite95f57d0e1414ae1ef91c67d98f8a656e7345e62 (patch)
tree9e84a9c603c52ad948ca6e08237214e8136cd15f /wizards/source
parent6bfa05212ad958a16170267d51ffce2e61b97d96 (diff)
parenteed1a4cbf0088d8ceb45a1eabfe166226bf17695 (diff)
Merge to DEV300_m77
Diffstat (limited to 'wizards/source')
-rw-r--r--wizards/source/formwizard/DBMeta.xba2
1 files changed, 1 insertions, 1 deletions
diff --git a/wizards/source/formwizard/DBMeta.xba b/wizards/source/formwizard/DBMeta.xba
index f4ac2bbb7fb0..2d8dc2838f5c 100644
--- a/wizards/source/formwizard/DBMeta.xba
+++ b/wizards/source/formwizard/DBMeta.xba
@@ -86,7 +86,7 @@ Dim Nulllist()
oDBConnection = oDBContext.GetByName(sDBName).GetConnection(&quot;&quot;,&quot;&quot;)
GetConnection() = True
Else
- oInteractionHandler = createUnoService(&quot;com.sun.star.sdb.InteractionHandler&quot;)
+ oInteractionHandler = createUnoService(&quot;com.sun.star.task.InteractionHandler&quot;)
oDataSource = oDBContext.GetByName(sDBName)
On Local Error Goto NOCONNECTION
Do