summaryrefslogtreecommitdiff
path: root/include/comphelper/propertycontainer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/comphelper/propertycontainer.hxx')
-rw-r--r--include/comphelper/propertycontainer.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/comphelper/propertycontainer.hxx b/include/comphelper/propertycontainer.hxx
index 75f259238089..78d4eda7c403 100644
--- a/include/comphelper/propertycontainer.hxx
+++ b/include/comphelper/propertycontainer.hxx
@@ -72,7 +72,7 @@ protected:
) const override;
// disambiguate a base class method (XFastPropertySet)
- virtual void SAL_CALL setFastPropertyValue( sal_Int32 nHandle, const css::uno::Any& rValue ) override;
+ using OPropertySetHelper::setFastPropertyValue;
};