diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-12-02 13:26:55 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-12-02 16:49:40 +0100 |
commit | f75b9f7e1eda6e9ab6e45df774134dcd3665f60e (patch) | |
tree | 7cd9d33b2c6222a9619263f4e1bbc73bbe9439c6 /include/sfx2/minfitem.hxx | |
parent | ae281b51456196246a5b21929f6624bf6c030294 (diff) |
loplugin:unusedmethods
Change-Id: I85ef1d4e9391e211c9e5e7ac6e9de875e9f5f5af
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/177679
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/sfx2/minfitem.hxx')
-rw-r--r-- | include/sfx2/minfitem.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sfx2/minfitem.hxx b/include/sfx2/minfitem.hxx index bbf4744afd62..1b6ff400c6bf 100644 --- a/include/sfx2/minfitem.hxx +++ b/include/sfx2/minfitem.hxx @@ -64,7 +64,6 @@ public: { aLibName = r; } const BasicManager* GetBasicManager() const { return pBasicManager; } - OUString GetQualifiedName() const; const OUString& GetLocation() const { return aLocationName; } }; |