diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-08-24 14:38:42 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-08-24 16:12:11 +0200 |
commit | 0bb521f4f9a5af955c704339ffbe02475c8e48cc (patch) | |
tree | 134acbdb026d2e38733398eb69943b4c2d513f76 /UnoControls/source/inc/progressmonitor.hxx | |
parent | e1c7cb5d2759341fc235eb41c80a0dbc9107db5c (diff) |
loplugin:returnconstval in UnoControls
Change-Id: I6e855ee6dc2075334e92803d87e660f389b54d53
Reviewed-on: https://gerrit.libreoffice.org/78055
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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/UnoControls/source/inc/progressmonitor.hxx b/UnoControls/source/inc/progressmonitor.hxx index 65b7a47a58fa..38ad0adcc3ae 100644 --- a/UnoControls/source/inc/progressmonitor.hxx +++ b/UnoControls/source/inc/progressmonitor.hxx @@ -217,9 +217,9 @@ public: // BaseControl - static const css::uno::Sequence< OUString > impl_getStaticSupportedServiceNames(); + static css::uno::Sequence< OUString > impl_getStaticSupportedServiceNames(); - static const OUString impl_getStaticImplementationName(); + static OUString impl_getStaticImplementationName(); protected: virtual void impl_paint( sal_Int32 nX , |