diff options
Diffstat (limited to 'UnoControls/source/inc/framecontrol.hxx')
-rw-r--r-- | UnoControls/source/inc/framecontrol.hxx | 4 |
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; |