summaryrefslogtreecommitdiff
path: root/extensions/source/plugin/inc/plugin/model.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-08-04 16:28:49 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-08-05 09:39:22 +0000
commit403c13487c36f4200adf0986c5d11398f719cd7a (patch)
tree21a4acf87dce1e6c8772f5cbcff3c2a3de21f4ba /extensions/source/plugin/inc/plugin/model.hxx
parent10560949f90e08fe4a04dd91c7d388c4998100e8 (diff)
loplugin:unusedmethods
Change-Id: I6801618efb5a66d24156fa429e026acb6ca03aba Reviewed-on: https://gerrit.libreoffice.org/17506 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'extensions/source/plugin/inc/plugin/model.hxx')
-rw-r--r--extensions/source/plugin/inc/plugin/model.hxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/extensions/source/plugin/inc/plugin/model.hxx b/extensions/source/plugin/inc/plugin/model.hxx
index b5ac5477b9fc..bd1f2a22e7d0 100644
--- a/extensions/source/plugin/inc/plugin/model.hxx
+++ b/extensions/source/plugin/inc/plugin/model.hxx
@@ -54,9 +54,6 @@ public:
BroadcasterHelperHolder( osl::Mutex& rMutex ) :
m_aHelper( rMutex ) {}
~BroadcasterHelperHolder() {}
-
- ::cppu::OBroadcastHelper& getHelper() { return m_aHelper; }
-
};
class PluginModel : public BroadcasterHelperHolder,
@@ -84,10 +81,6 @@ class PluginModel : public BroadcasterHelperHolder,
PluginModel( const OUString& rURL, const OUString& rMimeType );
virtual ~PluginModel();
-
- const OUString& getCreationURL() { return m_aCreationURL; }
- void setMimeType( const OUString& rMime ) { m_aMimeType = rMime; }
-
// XInterface
virtual Any SAL_CALL queryInterface( const Type& rType ) throw( com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE
{ return OWeakAggObject::queryInterface( rType ); }