summaryrefslogtreecommitdiff
path: root/wizards/source/access2base/Database.xba
diff options
context:
space:
mode:
authorJean-Pierre Ledure <jp@ledure.be>2018-08-25 15:19:50 +0200
committerJean-Pierre Ledure <jp@ledure.be>2018-08-25 15:19:50 +0200
commitfc45d4ae3ab0fb42739571df97bd2cdd46341467 (patch)
tree3d3568aaed9b5d191e98259d40398e462e6436a7 /wizards/source/access2base/Database.xba
parentf903dd5e21265e0b520c312bc41cd65a1ab74851 (diff)
Access2Base - Fix typo
Typo error in commit f903dd5e21265e0b520c312bc41cd65a1ab74851 Change-Id: I3c770296d1d4063c6bd3190eb90df0389ecf8f26
Diffstat (limited to 'wizards/source/access2base/Database.xba')
-rw-r--r--wizards/source/access2base/Database.xba2
1 files changed, 1 insertions, 1 deletions
diff --git a/wizards/source/access2base/Database.xba b/wizards/source/access2base/Database.xba
index 69988fb4c9af..46592218e1f2 100644
--- a/wizards/source/access2base/Database.xba
+++ b/wizards/source/access2base/Database.xba
@@ -228,7 +228,7 @@ Const cstThisSub = &quot;Database.Close&quot;
If _DbConnect &lt;&gt; DBCONNECTANY Then Goto Error_NotApplicable
With Connection
- If Utils.hasUNOMethod(Connection, &quot;flush&quot;) Then .flush
+ If Utils._hasUNOMethod(Connection, &quot;flush&quot;) Then .flush
.close()
.dispose()
End With