summaryrefslogtreecommitdiff
path: root/sc/source/ui/docshell/docsh3.cxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-03-03 12:59:25 +0100
committerThomas Arnhold <thomas@arnhold.org>2011-03-13 16:44:09 +0100
commitea6ae37c1bb8e6b806a97708cbcf5d1e81edccb2 (patch)
treef9162e6ed557f932501ecc97fd6f77922c4b13f9 /sc/source/ui/docshell/docsh3.cxx
parent96a7f1dd19b88355a42307912cb2ab8e8ec7d7e8 (diff)
Move DBG_ERROR to OSL_FAIL for strings GetBuffer()
Diffstat (limited to 'sc/source/ui/docshell/docsh3.cxx')
-rw-r--r--sc/source/ui/docshell/docsh3.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/docshell/docsh3.cxx b/sc/source/ui/docshell/docsh3.cxx
index a9e79b46e86f..3f37b9713b1d 100644
--- a/sc/source/ui/docshell/docsh3.cxx
+++ b/sc/source/ui/docshell/docsh3.cxx
@@ -972,7 +972,7 @@ void ScDocShell::MergeDocument( ScDocument& rOtherDoc, bool bShared, bool bCheck
((const ScChangeActionContent*)pSourceAction)->GetNewString( aValue );
ByteString aError( aValue, gsl_getSystemTextEncoding() );
aError += " weggelassen";
- DBG_ERROR( aError.GetBuffer() );
+ OSL_FAIL( aError.GetBuffer() );
#endif
}
else