diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2011-03-01 19:05:02 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2011-03-02 14:58:56 +0100 |
commit | 7b3e53b0a2700324492ec36d097cc9e68cdb7350 (patch) | |
tree | c7005c37b9d123a70b7bf8a497ff26f365d1d70a /sc/source/ui/pagedlg | |
parent | 73788ffb2117bd2f4119281b8d9a0dd6481f8c6b (diff) |
Move DBG_ERROR to OSL_FAIL
Diffstat (limited to 'sc/source/ui/pagedlg')
-rw-r--r-- | sc/source/ui/pagedlg/tphf.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/pagedlg/tphf.cxx b/sc/source/ui/pagedlg/tphf.cxx index 42fe96ffb..a01af91d6 100644 --- a/sc/source/ui/pagedlg/tphf.cxx +++ b/sc/source/ui/pagedlg/tphf.cxx @@ -212,7 +212,7 @@ IMPL_LINK( ScHFPage, HFEditHdl, void*, EMPTYARG ) if ( !pViewSh ) { - DBG_ERROR( "Current ViewShell not found." ); + OSL_FAIL( "Current ViewShell not found." ); return 0; } |