summaryrefslogtreecommitdiff
path: root/extensions/source/propctrlr/formcontroller.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/propctrlr/formcontroller.hxx')
-rw-r--r--extensions/source/propctrlr/formcontroller.hxx9
1 files changed, 0 insertions, 9 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;