summaryrefslogtreecommitdiffstats
path: root/UnoControls/source/inc/progressmonitor.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@gmail.com>2020-07-03 19:39:03 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-07-04 08:32:56 +0200
commit78639945dab254e2de5315c49e82c333e1056170 (patch)
treec043c0d237ae9257aadfcd755cefc9df0a786208 /UnoControls/source/inc/progressmonitor.hxx
parenttdf#119223 export the object name for pptx documents. (diff)
downloadcore-78639945dab254e2de5315c49e82c333e1056170.tar.gz
core-78639945dab254e2de5315c49e82c333e1056170.zip
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.hxx6
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 ,