summaryrefslogtreecommitdiff
path: root/fpicker
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-10-21 18:14:18 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-10-21 18:14:18 +0200
commit98d9bb5eb266ff4f897adbe4d0c0a49ff9b4c7bb (patch)
treebdf7b8f63e9046a449b701266f52ab1014e8d750 /fpicker
parent429e4dc671f03e0c4d50e8f8aa055f4aaca761da (diff)
Adapt Windows-only code to deletion of the "Any-to-Any" specializatios
...upcoming with <https://gerrit.libreoffice.org/#/c/30022/> "Delete the 'Any- to-Any' template specializations for LIBO_INTERNAL_ONLY" Change-Id: If070825d88ffa7bb49e645b3bfeae9dfa387f000
Diffstat (limited to 'fpicker')
-rw-r--r--fpicker/source/win32/filepicker/asyncrequests.hxx2
1 files changed, 1 insertions, 1 deletions
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);
}