From 98d9bb5eb266ff4f897adbe4d0c0a49ff9b4c7bb Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Fri, 21 Oct 2016 18:14:18 +0200 Subject: Adapt Windows-only code to deletion of the "Any-to-Any" specializatios ...upcoming with "Delete the 'Any- to-Any' template specializations for LIBO_INTERNAL_ONLY" Change-Id: If070825d88ffa7bb49e645b3bfeae9dfa387f000 --- fpicker/source/win32/filepicker/asyncrequests.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fpicker') diff --git a/fpicker/source/win32/filepicker/asyncrequests.hxx b/fpicker/source/win32/filepicker/asyncrequests.hxx index 50f0a56b4286..2b62ba7e8f5b 100644 --- a/fpicker/source/win32/filepicker/asyncrequests.hxx +++ b/fpicker/source/win32/filepicker/asyncrequests.hxx @@ -83,7 +83,7 @@ class Request void setArgument(const OUString& sName , const TArgumentType& aValue) { - m_lArguments[sName] <<= aValue; + m_lArguments[sName] = css::uno::toAny(aValue); } -- cgit