summaryrefslogtreecommitdiff
path: root/sc/source/ui/app/inputhdl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/app/inputhdl.cxx')
-rw-r--r--sc/source/ui/app/inputhdl.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/app/inputhdl.cxx b/sc/source/ui/app/inputhdl.cxx
index 75bb92b8ad8e..f34b346b2ff7 100644
--- a/sc/source/ui/app/inputhdl.cxx
+++ b/sc/source/ui/app/inputhdl.cxx
@@ -2776,7 +2776,7 @@ void ScInputHandler::EnterHandler( sal_uInt8 nBlockMode )
if (!aReplace.equalsAsciiL("'", 1))
aString = aString.replaceAll(
aReplace,
- rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("'")));
+ rtl::OUString("'"));
aReplace = rtl::OUString(pAuto->GetEndSingleQuote());
if (aReplace.isEmpty())
@@ -2784,7 +2784,7 @@ void ScInputHandler::EnterHandler( sal_uInt8 nBlockMode )
if (!aReplace.equalsAsciiL("'", 1))
aString = aString.replaceAll(
aReplace,
- rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("'")));
+ rtl::OUString("'"));
}
}