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 18e9f342650c..5e53c347a843 100644
--- a/sc/source/ui/app/inputhdl.cxx
+++ b/sc/source/ui/app/inputhdl.cxx
@@ -3117,7 +3117,7 @@ void ScInputHandler::InsertFunction( const OUString& rFuncName, bool bAddPar )
{
if ( eMode == SC_INPUT_NONE )
{
- OSL_FAIL("InsertFunction, nicht im Eingabemodus");
+ OSL_FAIL("InsertFunction, not during input mode");
return;
}
@@ -3164,7 +3164,7 @@ void ScInputHandler::ClearText()
{
if ( eMode == SC_INPUT_NONE )
{
- OSL_FAIL("ClearText, nicht im Eingabemodus");
+ OSL_FAIL("ClearText, not during input mode");
return;
}