diff options
Diffstat (limited to 'dbaccess/source/ui/misc/WCopyTable.cxx')
-rw-r--r-- | dbaccess/source/ui/misc/WCopyTable.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/misc/WCopyTable.cxx b/dbaccess/source/ui/misc/WCopyTable.cxx index f395a59d2ba9..373a17907952 100644 --- a/dbaccess/source/ui/misc/WCopyTable.cxx +++ b/dbaccess/source/ui/misc/WCopyTable.cxx @@ -1143,7 +1143,7 @@ Reference< XPropertySet > OCopyTableWizard::returnTable() return createTable(); } -Reference< XPropertySet > OCopyTableWizard::getTable() +Reference< XPropertySet > OCopyTableWizard::getTable() const { Reference< XPropertySet > xTable; |