summaryrefslogtreecommitdiff
path: root/oox/source/dump/dffdumper.cxx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2019-05-20 20:19:33 +0300
committerTor Lillqvist <tml@collabora.com>2019-05-20 20:28:22 +0200
commitfaa8aa1e7278231887b60df9a302f5f3d0819f32 (patch)
tree60352bf60425b56b9b828ada76c9710947f6823a /oox/source/dump/dffdumper.cxx
parent459a611c9933c3b94c421b3f6036cd2e926279aa (diff)
Use DBG_UTIL instead of OSL_DEBUG_LEVEL for the OOX dumping stuff
We want it to be possible to compile an arbitrary subset of the source files for debugging. DBG_UTIL, on the other hand, has to be consistent across the whole build. We should not use OSL_DEBUG_LEVEL to switch (internal) API on/off. Change-Id: Ia5111a36326ad7ad4c72d9e8f7ad88c8dbe8e272 Reviewed-on: https://gerrit.libreoffice.org/72616 Tested-by: Jenkins Reviewed-by: Tor Lillqvist <tml@collabora.com>
Diffstat (limited to 'oox/source/dump/dffdumper.cxx')
-rw-r--r--oox/source/dump/dffdumper.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/dump/dffdumper.cxx b/oox/source/dump/dffdumper.cxx
index 9fe67ca16671..6c03e14bb7f8 100644
--- a/oox/source/dump/dffdumper.cxx
+++ b/oox/source/dump/dffdumper.cxx
@@ -19,7 +19,7 @@
#include <oox/dump/dffdumper.hxx>
-#if OOX_INCLUDE_DUMPER
+#ifdef DBG_UTIL
namespace oox {
namespace dump {