diff options
author | Noel Grandin <noelgrandin@gmail.com> | 2016-06-11 19:05:15 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2016-06-12 09:04:15 +0000 |
commit | ab10f9fc11948ca0f463aa8c0c784a574c89f8f7 (patch) | |
tree | 5050920ca6af8c8cd4e39854066b334560e6e87e /svtools/source | |
parent | c0d7dfa56c8a335bdea1be2ddce33a0f19b28bbd (diff) |
convert DBG_ASSERT(false, to SAL_WARN(
Change-Id: I400d728c5d99228c5ca52e369037395b4da2af5c
Reviewed-on: https://gerrit.libreoffice.org/26187
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'svtools/source')
-rw-r--r-- | svtools/source/brwbox/brwbox3.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/brwbox/brwbox3.cxx b/svtools/source/brwbox/brwbox3.cxx index 4562ddd7198d..b98291cb95fc 100644 --- a/svtools/source/brwbox/brwbox3.cxx +++ b/svtools/source/brwbox/brwbox3.cxx @@ -397,7 +397,7 @@ void BrowseBox::GrabTableFocus() OUString BrowseBox::GetCellText(long, sal_uInt16 ) const { - DBG_ASSERT(false,"This method has to be implemented by the derived classes! BUG!!"); + SAL_WARN("svtools", "This method has to be implemented by the derived classes! BUG!!"); return OUString(); } |