summaryrefslogtreecommitdiff
path: root/fpicker/source/win32/folderpicker/WinFOPImpl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'fpicker/source/win32/folderpicker/WinFOPImpl.cxx')
-rw-r--r--fpicker/source/win32/folderpicker/WinFOPImpl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/fpicker/source/win32/folderpicker/WinFOPImpl.cxx b/fpicker/source/win32/folderpicker/WinFOPImpl.cxx
index c148cea73822..25b76dfd19da 100644
--- a/fpicker/source/win32/folderpicker/WinFOPImpl.cxx
+++ b/fpicker/source/win32/folderpicker/WinFOPImpl.cxx
@@ -77,7 +77,7 @@ void SAL_CALL CWinFolderPickerImpl::setDisplayDirectory( const OUString& aDirect
if ( ::osl::FileBase::E_None != rc )
throw IllegalArgumentException(
- OUString( "directory is not a valid file url" ),
+ "directory is not a valid file url",
static_cast< cppu::OWeakObject * >( m_pFolderPicker ),
1 );