diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-01-16 09:43:21 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-01-16 13:01:25 +0100 |
commit | f54d9547c0f25b023614d52016c801e6be43e09e (patch) | |
tree | d4361b5c05f94f48f5ea5a1dfa64ee8d59f59c44 /dbaccess/source/ui/app | |
parent | d62abd20dbfcc90cbea7b0b66fd4a3f3660f7ce9 (diff) |
loplugin:unusedmethods
Change-Id: I24c429c7cb8283a384b72499d1c3f4c2f1457c33
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162155
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'dbaccess/source/ui/app')
-rw-r--r-- | dbaccess/source/ui/app/AppController.hxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/dbaccess/source/ui/app/AppController.hxx b/dbaccess/source/ui/app/AppController.hxx index b7579c0cf156..f50cdfb4daf7 100644 --- a/dbaccess/source/ui/app/AppController.hxx +++ b/dbaccess/source/ui/app/AppController.hxx @@ -137,12 +137,6 @@ namespace dbaui */ OUString getDatabaseName() const; - /** returns the stripped database name. - @return - The stripped database name either the registered name or if it is a file url the last segment. - */ - OUString getStrippedDatabaseName() const; - /** return the element type for given container @param _xContainer The container where the element type has to be found @return the element type corresponding to the given container |