diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-06-14 22:42:51 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-06-23 13:08:43 +0200 |
commit | d6e325eb4e944a687b142b4ca7a035d38c123658 (patch) | |
tree | 50d781422d57847c763de4925774dbca7472a58a /framework/source/services/pathsettings.cxx | |
parent | 314d15e8ec454795d609892bf743c198a4638f2c (diff) |
Fix typo
Change-Id: I580bfda7af2f29484817d8e88ba74cb3c43a98fd
Reviewed-on: https://gerrit.libreoffice.org/74560
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'framework/source/services/pathsettings.cxx')
-rw-r--r-- | framework/source/services/pathsettings.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/source/services/pathsettings.cxx b/framework/source/services/pathsettings.cxx index 8781a76994bb..a008a3a97578 100644 --- a/framework/source/services/pathsettings.cxx +++ b/framework/source/services/pathsettings.cxx @@ -419,7 +419,7 @@ private: virtual void SAL_CALL getFastPropertyValue( css::uno::Any& aValue, sal_Int32 nHandle ) const override; // Avoid: - // warning: ‘virtual css::uno::Any cppu::OPropertySetHelper::getFastPropertyValue(sal_Int32)’ was hidden [-Woverloaded-virtual] + // warning: 'virtual css::uno::Any cppu::OPropertySetHelper::getFastPropertyValue(sal_Int32)' was hidden [-Woverloaded-virtual] // warning: by ‘virtual void {anonymous}::PathSettings::getFastPropertyValue(css::uno::Any&, sal_Int32) const’ [-Woverloaded-virtual] using cppu::OPropertySetHelper::getFastPropertyValue; virtual ::cppu::IPropertyArrayHelper& SAL_CALL getInfoHelper() override; |