summaryrefslogtreecommitdiffstats
path: root/sc/inc/dpfilteredcache.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2013-06-28 15:22:05 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2013-07-01 10:29:18 -0400
commitfb604d067066249bda3a09b91743491dd63e8288 (patch)
treef6f4fca598b5be7d5dd4618fd84c1d1eacecb38c /sc/inc/dpfilteredcache.hxx
parentEnsure that the group calculation path won't get called when it's disabled. (diff)
downloadcore-fb604d067066249bda3a09b91743491dd63e8288.tar.gz
core-fb604d067066249bda3a09b91743491dd63e8288.zip
Start moving all these DEBUG_FOO into calcmacros.hxx.
This header was formerly dpmacros.hxx, now renamed to calcmacros.hxx. Change-Id: I2ed768b7c5678f5216b1e93df2c0cede0c548be4
Diffstat (limited to 'sc/inc/dpfilteredcache.hxx')
-rw-r--r--sc/inc/dpfilteredcache.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/dpfilteredcache.hxx b/sc/inc/dpfilteredcache.hxx
index c65b95c85900..bff1e181e7a7 100644
--- a/sc/inc/dpfilteredcache.hxx
+++ b/sc/inc/dpfilteredcache.hxx
@@ -24,7 +24,7 @@
#include "osl/mutex.hxx"
#include "global.hxx"
#include "dpitemdata.hxx"
-#include "dpmacros.hxx"
+#include "calcmacros.hxx"
#include <vector>
#include <boost/unordered_set.hpp>