diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/comphelper/componentcontext.hxx | 8 | ||||
-rw-r--r-- | include/sfx2/templdlg.hxx | 1 |
2 files changed, 0 insertions, 9 deletions
diff --git a/include/comphelper/componentcontext.hxx b/include/comphelper/componentcontext.hxx index ce2f58302445..f99fb560ce56 100644 --- a/include/comphelper/componentcontext.hxx +++ b/include/comphelper/componentcontext.hxx @@ -199,14 +199,6 @@ namespace comphelper return getSingleton( OUString::createFromAscii( _pAsciiInstanceName ) ); } - /** returns the ->XMultiServiceFactory interface of ->m_xORB, for passing to - older code which does not yet support ->XMultiComponentFactory - @throws ::com::sun::star::uno::RuntimeException - if our our component factory does not support this interface - */ - ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory > - getLegacyServiceFactory() const; - /** retrieves a value from our component context @param _rName the name of the value to retrieve diff --git a/include/sfx2/templdlg.hxx b/include/sfx2/templdlg.hxx index 9c57455bc57d..9cee34ddae26 100644 --- a/include/sfx2/templdlg.hxx +++ b/include/sfx2/templdlg.hxx @@ -94,7 +94,6 @@ public: virtual void StateChanged( StateChangedType nStateChange ); virtual void FreeResource (void); - ISfxTemplateCommon* GetISfxTemplateCommon(); void SetParagraphFamily(); private: |