diff options
author | Noel Grandin <noelgrandin@gmail.com> | 2020-07-03 19:39:03 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-07-04 08:32:56 +0200 |
commit | 78639945dab254e2de5315c49e82c333e1056170 (patch) | |
tree | c043c0d237ae9257aadfcd755cefc9df0a786208 /UnoControls/source/inc/progressmonitor.hxx | |
parent | 7dcc18b5ac79d9a3e7564492428a275bf9b386db (diff) |
UnoControl: create instances with uno constructors
See tdf#74608 for motivation.
Change-Id: I3df173e3c7064d3d925d3abe5c652b8cbe6c8ea5
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97892
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'UnoControls/source/inc/progressmonitor.hxx')
-rw-r--r-- | UnoControls/source/inc/progressmonitor.hxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/UnoControls/source/inc/progressmonitor.hxx b/UnoControls/source/inc/progressmonitor.hxx index 77927020582f..4f407eeda2e6 100644 --- a/UnoControls/source/inc/progressmonitor.hxx +++ b/UnoControls/source/inc/progressmonitor.hxx @@ -206,12 +206,6 @@ public: sal_Int32 nHeight , sal_Int16 nFlags ) override; - // BaseControl - - static css::uno::Sequence< OUString > impl_getStaticSupportedServiceNames(); - - static OUString impl_getStaticImplementationName(); - private: virtual void impl_paint( sal_Int32 nX , sal_Int32 nY , |