diff options
Diffstat (limited to 'crashrep/source')
-rw-r--r-- | crashrep/source/win32/soreport.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crashrep/source/win32/soreport.cxx b/crashrep/source/win32/soreport.cxx index e862dd3e82df..c827c1c539e2 100644 --- a/crashrep/source/win32/soreport.cxx +++ b/crashrep/source/win32/soreport.cxx @@ -164,7 +164,7 @@ static BOOL GetCrashDataPath( LPTSTR szBuffer ) if ( !ustrValue.isEmpty() ) { - ustrValue += ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/user/crashdata")); + ustrValue += ::rtl::OUString("/user/crashdata"); ::osl::FileBase::RC result = ::osl::Directory::createPath( ustrValue ); |