summaryrefslogtreecommitdiff
path: root/svx/source/dialog/charmap.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2018-11-08 09:28:59 +0100
committerStephan Bergmann <sbergman@redhat.com>2018-11-08 14:34:10 +0100
commit5feed3891782fc158209e04ab7d6c639266bcf6e (patch)
tree533efe682d729182697006ca39f82b6e311fa89a /svx/source/dialog/charmap.cxx
parent1e8b61d3ab6919aaae0faf2d4db43e3ec0348350 (diff)
More --enable-debug --disable-assert-always-abort fixes
...which <https://ci.libreoffice.org/job/lo_tb_random_config_linux/> occasionally stumbles across Change-Id: I2f28fda7522b2f6b009fc2b64766ec9e43c1ab67 Reviewed-on: https://gerrit.libreoffice.org/63067 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'svx/source/dialog/charmap.cxx')
-rw-r--r--svx/source/dialog/charmap.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/dialog/charmap.cxx b/svx/source/dialog/charmap.cxx
index aa36c3198926..1b78839c4f97 100644
--- a/svx/source/dialog/charmap.cxx
+++ b/svx/source/dialog/charmap.cxx
@@ -1773,7 +1773,7 @@ void SubsetMap::InitList()
}
-#if OSL_DEBUG_LEVEL > 0
+#if OSL_DEBUG_LEVEL > 0 && !defined NDEBUG
if (eBlock != UBLOCK_NO_BLOCK &&
eBlock != UBLOCK_INVALID_CODE &&
eBlock != UBLOCK_COUNT &&