summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/comphelper/propertyvalue.hxx12
1 files changed, 0 insertions, 12 deletions
diff --git a/include/comphelper/propertyvalue.hxx b/include/comphelper/propertyvalue.hxx
index 185d6d1e29d0..ba442c12a931 100644
--- a/include/comphelper/propertyvalue.hxx
+++ b/include/comphelper/propertyvalue.hxx
@@ -30,18 +30,6 @@ template<typename T> css::beans::PropertyValue makePropertyValue(const OUString&
return aValue;
}
-/**
- * Overload for uno::Any where an additional toAny() is not needed (and is
- * actually a deleted function).
- */
-template<> inline css::beans::PropertyValue makePropertyValue(const OUString& rName, const css::uno::Any& rValue)
-{
- css::beans::PropertyValue aValue;
- aValue.Name = rName;
- aValue.Value = rValue;
- return aValue;
-}
-
}
#endif // INCLUDED_COMPHELPER_PROPERTYVALUE_HXX