diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2012-06-02 22:43:34 -0500 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2012-06-02 22:43:34 -0500 |
commit | de0c09bb427e0206289365b83ddde02405db5ace (patch) | |
tree | c933c2ec3cb85830ed71b7ac325e509571150b4e /shell/source/unix/sysshell | |
parent | e6adc90c231588349ce7d8c1abc5fcb446f61706 (diff) |
targeted string re-work
Change-Id: I6eb2242506ef2d230770e513579caf4455ec37d5
Diffstat (limited to 'shell/source/unix/sysshell')
-rw-r--r-- | shell/source/unix/sysshell/recently_used_file.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/source/unix/sysshell/recently_used_file.cxx b/shell/source/unix/sysshell/recently_used_file.cxx index cf27852b47c0..b985402ec1e5 100644 --- a/shell/source/unix/sysshell/recently_used_file.cxx +++ b/shell/source/unix/sysshell/recently_used_file.cxx @@ -42,8 +42,8 @@ #include <unistd.h> -const rtl::OUString RECENTLY_USED_FILE_NAME(RTL_CONSTASCII_USTRINGPARAM(".recently-used")); -const rtl::OUString SLASH(RTL_CONSTASCII_USTRINGPARAM("/")); +const rtl::OUString RECENTLY_USED_FILE_NAME(".recently-used"); +const rtl::OUString SLASH("/"); namespace /* private */ { |