summaryrefslogtreecommitdiffstats
path: root/wizards/source/access2base/Database.xba
diff options
context:
space:
mode:
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 72f73cb8daf2..69988fb4c9af 100644
--- a/wizards/source/access2base/Database.xba
+++ b/wizards/source/access2base/Database.xba
@@ -228,7 +228,7 @@ Const cstThisSub = "Database.Close"
If _DbConnect <> DBCONNECTANY Then Goto Error_NotApplicable
With Connection
- .flush
+ If Utils.hasUNOMethod(Connection, "flush") Then .flush
.close()
.dispose()
End With