sw/source/filter/html/svxcss1.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit c0dcf426d258bc0b605b4097833729eb9ed05025 Author: Stephan Bergmann <sberg...@redhat.com> AuthorDate: Sun Oct 21 11:34:44 2018 +0200 Commit: Stephan Bergmann <sberg...@redhat.com> CommitDate: Sun Oct 21 11:34:44 2018 +0200 fix --enable-debug builds Change-Id: Icf500409ac2652d38ecafa898edf6c5c50774893 diff --git a/sw/source/filter/html/svxcss1.cxx b/sw/source/filter/html/svxcss1.cxx index 277cbce73014..f6b0bc289673 100644 --- a/sw/source/filter/html/svxcss1.cxx +++ b/sw/source/filter/html/svxcss1.cxx @@ -3143,7 +3143,7 @@ static CSS1PropEntry const aCSS1PropFnTab[] = CSS1_PROP_ENTRY(width), }; -#ifdef DBG_UTIL +#if !defined NDEBUG static bool CSS1PropEntryCompare( const CSS1PropEntry &lhs, const CSS1PropEntry &rhs) { return strcmp(lhs.pName, rhs.pName) < 0; _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits