summaryrefslogtreecommitdiff
path: root/sc/source/ui/app/scmod.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/app/scmod.cxx')
-rw-r--r--sc/source/ui/app/scmod.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/ui/app/scmod.cxx b/sc/source/ui/app/scmod.cxx
index 80d82dd1b..58d561a77 100644
--- a/sc/source/ui/app/scmod.cxx
+++ b/sc/source/ui/app/scmod.cxx
@@ -639,7 +639,7 @@ void ScModule::Execute( SfxRequest& rReq )
break;
default:
- DBG_ERROR( "ScApplication: Unknown Message." );
+ OSL_FAIL( "ScApplication: Unknown Message." );
break;
}
}
@@ -1807,7 +1807,7 @@ void ScModule::SetReference( const ScRange& rRef, ScDocument* pDoc,
pHdl->SetReference( aNew, pDoc );
else
{
- DBG_ERROR("SetReference ohne Empfaenger");
+ OSL_FAIL("SetReference ohne Empfaenger");
}
}
}
@@ -2182,7 +2182,7 @@ IMPL_LINK( ScModule, CalcFieldValueHdl, EditFieldInfo*, pInfo )
}
else
{
- DBG_ERROR("unbekannter Feldbefehl");
+ OSL_FAIL("unbekannter Feldbefehl");
pInfo->SetRepresentation(String('?'));
}
}