summaryrefslogtreecommitdiff
path: root/extensions/source/propctrlr/formcontroller.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-07-24 20:49:26 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-07-25 08:57:13 +0200
commit5c1916763d73f2d46c4a2d5f929297685035fbff (patch)
tree0adbe078a818c0737732067fb2af850a00282bc3 /extensions/source/propctrlr/formcontroller.hxx
parentc9e13a9f18af433a306a489e996f680aba442da4 (diff)
loplugin:unusedmethods
Change-Id: I3a35c988b1c55b16958172ed5ef4e2d5cb410e55 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/99413 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'extensions/source/propctrlr/formcontroller.hxx')
-rw-r--r--extensions/source/propctrlr/formcontroller.hxx9
1 files changed, 0 insertions, 9 deletions
diff --git a/extensions/source/propctrlr/formcontroller.hxx b/extensions/source/propctrlr/formcontroller.hxx
index b66b9de604ca..ddf689df8eef 100644
--- a/extensions/source/propctrlr/formcontroller.hxx
+++ b/extensions/source/propctrlr/formcontroller.hxx
@@ -93,15 +93,6 @@ namespace pcr
*/
class DialogController
{
- public:
- // XServiceInfo - static versions
- /// @throws css::uno::RuntimeException
- static OUString getImplementationName_static( );
- /// @throws css::uno::RuntimeException
- static css::uno::Sequence< OUString > getSupportedServiceNames_static( );
- static css::uno::Reference< css::uno::XInterface >
- Create(const css::uno::Reference< css::uno::XComponentContext >&);
-
private:
DialogController( const DialogController& ) = delete;
DialogController& operator=( const DialogController& ) = delete;