summaryrefslogtreecommitdiff
path: root/fpicker/source/win32/filepicker/asyncrequests.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'fpicker/source/win32/filepicker/asyncrequests.hxx')
-rw-r--r--fpicker/source/win32/filepicker/asyncrequests.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/fpicker/source/win32/filepicker/asyncrequests.hxx b/fpicker/source/win32/filepicker/asyncrequests.hxx
index 265259dbece1..6205b7ca8ae9 100644
--- a/fpicker/source/win32/filepicker/asyncrequests.hxx
+++ b/fpicker/source/win32/filepicker/asyncrequests.hxx
@@ -80,7 +80,7 @@ class Request
//---------------------------------------------------------------------
template< class TArgumentType >
- void setArgument(const ::rtl::OUString& sName ,
+ void setArgument(const OUString& sName ,
const TArgumentType& aValue)
{
m_lArguments[sName] <<= aValue;
@@ -88,7 +88,7 @@ class Request
//---------------------------------------------------------------------
template< class TArgumentType >
- TArgumentType getArgumentOrDefault(const ::rtl::OUString& sName ,
+ TArgumentType getArgumentOrDefault(const OUString& sName ,
const TArgumentType& aDefault)
{
return m_lArguments.getUnpackedValueOrDefault(sName, aDefault);