diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2018-10-21 11:34:44 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2018-10-21 11:34:44 +0200 |
commit | c0dcf426d258bc0b605b4097833729eb9ed05025 (patch) | |
tree | 90cc66518946bd3ab1de52fb7044e2f948e98c60 /sw | |
parent | 3f8a890dceb38427774abdcb0803d1f56f621c9d (diff) |
fix --enable-debug builds
Change-Id: Icf500409ac2652d38ecafa898edf6c5c50774893
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/filter/html/svxcss1.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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; |