summaryrefslogtreecommitdiff
path: root/sysui/source/win32/misc/resourceprovider.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sysui/source/win32/misc/resourceprovider.cxx')
-rw-r--r--sysui/source/win32/misc/resourceprovider.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysui/source/win32/misc/resourceprovider.cxx b/sysui/source/win32/misc/resourceprovider.cxx
index 8a8de8dbdd40..0188f9a64aeb 100644
--- a/sysui/source/win32/misc/resourceprovider.cxx
+++ b/sysui/source/win32/misc/resourceprovider.cxx
@@ -58,7 +58,7 @@ using namespace ::com::sun::star::ui::dialogs::CommonFilePickerElementIds;
// id + 100
#define LB_LABEL_OFFSET 100
-const rtl::OUString TILDE = OUString(RTL_CONSTASCII_USTRINGPARAM( "~" ));
+const rtl::OUString TILDE( "~" );
const sal_Unicode TILDE_SIGN = L'~';
#define FOLDERPICKER_TITLE 500