[Libreoffice-commits] core.git: sw/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Sun Oct 21 09:35:14 UTC 2018
sw/source/filter/html/svxcss1.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit c0dcf426d258bc0b605b4097833729eb9ed05025
Author: Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Sun Oct 21 11:34:44 2018 +0200
Commit: Stephan Bergmann <sbergman at 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;
More information about the Libreoffice-commits
mailing list