diff options
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/source/propctrlr/formcontroller.hxx | 9 | ||||
-rw-r--r-- | extensions/source/propctrlr/modulepcr.hxx | 12 |
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 |