summaryrefslogtreecommitdiff
path: root/extensions
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
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')
-rw-r--r--extensions/source/propctrlr/formcontroller.hxx9
-rw-r--r--extensions/source/propctrlr/modulepcr.hxx12
2 files changed, 0 insertions, 21 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;
diff --git a/extensions/source/propctrlr/modulepcr.hxx b/extensions/source/propctrlr/modulepcr.hxx
index 6fcbfef5100f..d29c2fd2c969 100644
--- a/extensions/source/propctrlr/modulepcr.hxx
+++ b/extensions/source/propctrlr/modulepcr.hxx
@@ -35,18 +35,6 @@ namespace pcr
PcrModule();
};
- /* -------------------------------------------------------------------- */
- template < class TYPE >
- class OAutoRegistration : public ::comphelper::OAutoRegistration< TYPE >
- {
- private:
- typedef ::comphelper::OAutoRegistration< TYPE > BaseClass;
- public:
- OAutoRegistration() : BaseClass( PcrModule::getInstance() )
- {
- }
- };
-
OUString PcrRes(const char* pId);
} // namespace pcr