summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-09-01 13:42:22 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-09-01 15:35:41 +0200
commit6fb45286490f866013c90a9d5dc4d296e67c7d04 (patch)
tree4c7fc3ba0f592c80884d34f76e6b1f9a8e0532ad /dbaccess
parentf767d5e2b017c0d0cfd23ff3318cb30901847722 (diff)
loplugin:unusedmethods
Change-Id: Ifaf3860a31fc151bb7052db1b87962b8aba27c37 Reviewed-on: https://gerrit.libreoffice.org/78366 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/ui/app/AppController.hxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/dbaccess/source/ui/app/AppController.hxx b/dbaccess/source/ui/app/AppController.hxx
index 53b0ea32fbde..a05b7367dc3b 100644
--- a/dbaccess/source/ui/app/AppController.hxx
+++ b/dbaccess/source/ui/app/AppController.hxx
@@ -346,11 +346,6 @@ namespace dbaui
/// determines whether the given table name denotes a view which can be altered
bool impl_isAlterableView_nothrow( const OUString& _rTableOrViewName ) const;
- /** does the macro/script migration, where macros/scripts in forms/reports are moved
- to the database document itself.
- */
- void impl_migrateScripts_nothrow();
-
/** verifies the object type denotes a valid DatabaseObject, and the object name denotes an existing
object of this type. Throws if not.
*/