summaryrefslogtreecommitdiffstats
path: root/sc/source/ui/namedlg/namedlg.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/namedlg/namedlg.cxx')
-rw-r--r--sc/source/ui/namedlg/namedlg.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/namedlg/namedlg.cxx b/sc/source/ui/namedlg/namedlg.cxx
index 9d7ed156b210..6a6053cec24d 100644
--- a/sc/source/ui/namedlg/namedlg.cxx
+++ b/sc/source/ui/namedlg/namedlg.cxx
@@ -152,7 +152,7 @@ void ScNameDlg::Init()
String aAreaStr;
ScRange aRange;
- DBG_ASSERT( pViewData && pDoc, "ViewData oder Document nicht gefunden!" );
+ OSL_ENSURE( pViewData && pDoc, "ViewData oder Document nicht gefunden!" );
maLbScope.SetSelectHdl( LINK(this, ScNameDlg, ScopeChangedHdl) );
aBtnOk.SetClickHdl ( LINK( this, ScNameDlg, OkBtnHdl ) );