diff options
author | Noel Grandin <noel@peralex.com> | 2013-03-14 07:56:36 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2013-04-08 13:53:02 +0200 |
commit | 80c5303e2150858cee4a41be320e7e9bb40f8650 (patch) | |
tree | 6b0be8bcc09d342dd082b5456418f72550223782 /sfx2/inc | |
parent | 3cfecf8427c529c7c1d32be2b361934b63fa6933 (diff) |
remove unused method
Change-Id: Ic8d56962411d87c5c6b33acccf1927d4e85ceaa9
Diffstat (limited to 'sfx2/inc')
-rw-r--r-- | sfx2/inc/sfx2/tbxctrl.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sfx2/inc/sfx2/tbxctrl.hxx b/sfx2/inc/sfx2/tbxctrl.hxx index 62331f3c9cdf..56047d1e32ad 100644 --- a/sfx2/inc/sfx2/tbxctrl.hxx +++ b/sfx2/inc/sfx2/tbxctrl.hxx @@ -125,7 +125,6 @@ protected: sal_uInt16 GetId() const { return m_nId; } const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& GetFrame() const { return m_xFrame; } - const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory > GetServiceManager() const { return ::comphelper::getProcessServiceFactory(); } void BindListener(); void UnbindListener(); |