summaryrefslogtreecommitdiff
path: root/UnoControls/source/inc/framecontrol.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-08-24 14:38:42 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-08-24 16:12:11 +0200
commit0bb521f4f9a5af955c704339ffbe02475c8e48cc (patch)
tree134acbdb026d2e38733398eb69943b4c2d513f76 /UnoControls/source/inc/framecontrol.hxx
parente1c7cb5d2759341fc235eb41c80a0dbc9107db5c (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/framecontrol.hxx')
-rw-r--r--UnoControls/source/inc/framecontrol.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/UnoControls/source/inc/framecontrol.hxx b/UnoControls/source/inc/framecontrol.hxx
index c76bc75163db..2ed78f7bddfe 100644
--- a/UnoControls/source/inc/framecontrol.hxx
+++ b/UnoControls/source/inc/framecontrol.hxx
@@ -127,9 +127,9 @@ public:
// impl but public methods to register service!
- 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:
using OPropertySetHelper::getFastPropertyValue;