summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sc/Library_sc.mk2
-rw-r--r--sc/inc/dpfilteredcache.hxx (renamed from sc/inc/dpcachetable.hxx)0
-rw-r--r--sc/inc/dpoutput.hxx2
-rw-r--r--sc/inc/dptabdat.hxx2
-rw-r--r--sc/inc/dptabres.hxx2
-rw-r--r--sc/source/core/data/dpfilteredcache.cxx (renamed from sc/source/core/data/dpcachetable.cxx)2
-rw-r--r--sc/source/core/data/dpgroup.cxx2
-rw-r--r--sc/source/core/data/dpoutput.cxx2
-rw-r--r--sc/source/core/data/dpsdbtab.cxx2
-rw-r--r--sc/source/core/data/dpshttab.cxx2
-rw-r--r--sc/source/core/data/dptabdat.cxx2
11 files changed, 10 insertions, 10 deletions
diff --git a/sc/Library_sc.mk b/sc/Library_sc.mk
index f4cdafa8dbb7..4ac291ec342e 100644
--- a/sc/Library_sc.mk
+++ b/sc/Library_sc.mk
@@ -113,8 +113,8 @@ $(eval $(call gb_Library_add_exception_objects,sc,\
sc/source/core/data/documen8 \
sc/source/core/data/documen9 \
sc/source/core/data/document \
- sc/source/core/data/dpcachetable \
sc/source/core/data/dpdimsave \
+ sc/source/core/data/dpfilteredcache \
sc/source/core/data/dpgroup \
sc/source/core/data/dpitemdata \
sc/source/core/data/dpnumgroupinfo \
diff --git a/sc/inc/dpcachetable.hxx b/sc/inc/dpfilteredcache.hxx
index f72bbdfe7065..f72bbdfe7065 100644
--- a/sc/inc/dpcachetable.hxx
+++ b/sc/inc/dpfilteredcache.hxx
diff --git a/sc/inc/dpoutput.hxx b/sc/inc/dpoutput.hxx
index 22f18a64f124..1716d4a6f985 100644
--- a/sc/inc/dpoutput.hxx
+++ b/sc/inc/dpoutput.hxx
@@ -38,7 +38,7 @@
#include "global.hxx"
#include "address.hxx"
-#include "dpcachetable.hxx"
+#include "dpfilteredcache.hxx"
#include "dptypes.hxx"
#include <vector>
diff --git a/sc/inc/dptabdat.hxx b/sc/inc/dptabdat.hxx
index 26ada0e84ef0..629a0e577a3f 100644
--- a/sc/inc/dptabdat.hxx
+++ b/sc/inc/dptabdat.hxx
@@ -31,7 +31,7 @@
#include "address.hxx"
#include "dpoutput.hxx"
-#include "dpcachetable.hxx"
+#include "dpfilteredcache.hxx"
#include "dpcache.hxx"
#include "dpmacros.hxx"
diff --git a/sc/inc/dptabres.hxx b/sc/inc/dptabres.hxx
index e5a939a05e11..6a5a1dfeb3a5 100644
--- a/sc/inc/dptabres.hxx
+++ b/sc/inc/dptabres.hxx
@@ -30,7 +30,7 @@
#define SC_DPTABRES_HXX
#include "global.hxx"
-#include "dpcachetable.hxx"
+#include "dpfilteredcache.hxx"
#include <tools/string.hxx>
#include <com/sun/star/sheet/MemberResult.hpp>
diff --git a/sc/source/core/data/dpcachetable.cxx b/sc/source/core/data/dpfilteredcache.cxx
index 1da99f64a33d..5f4f2bd9680b 100644
--- a/sc/source/core/data/dpcachetable.cxx
+++ b/sc/source/core/data/dpfilteredcache.cxx
@@ -26,7 +26,7 @@
*
************************************************************************/
-#include "dpcachetable.hxx"
+#include "dpfilteredcache.hxx"
#include "document.hxx"
#include "address.hxx"
#include "cell.hxx"
diff --git a/sc/source/core/data/dpgroup.cxx b/sc/source/core/data/dpgroup.cxx
index 0eb4622c8b0c..7ef663a2c600 100644
--- a/sc/source/core/data/dpgroup.cxx
+++ b/sc/source/core/data/dpgroup.cxx
@@ -30,7 +30,7 @@
#include "global.hxx"
#include "document.hxx"
-#include "dpcachetable.hxx"
+#include "dpfilteredcache.hxx"
#include "dptabsrc.hxx"
#include "dptabres.hxx"
#include "dpobject.hxx"
diff --git a/sc/source/core/data/dpoutput.cxx b/sc/source/core/data/dpoutput.cxx
index 2abe79f7861a..0e4f11265a30 100644
--- a/sc/source/core/data/dpoutput.cxx
+++ b/sc/source/core/data/dpoutput.cxx
@@ -36,7 +36,7 @@
#include "dpoutput.hxx"
#include "dptabsrc.hxx"
-#include "dpcachetable.hxx"
+#include "dpfilteredcache.hxx"
#include "document.hxx"
#include "patattr.hxx"
#include "docpool.hxx"
diff --git a/sc/source/core/data/dpsdbtab.cxx b/sc/source/core/data/dpsdbtab.cxx
index 9b877eebc0d4..a75e394d66f0 100644
--- a/sc/source/core/data/dpsdbtab.cxx
+++ b/sc/source/core/data/dpsdbtab.cxx
@@ -29,7 +29,7 @@
#include "dpsdbtab.hxx"
#include "global.hxx"
#include "globstr.hrc"
-#include "dpcachetable.hxx"
+#include "dpfilteredcache.hxx"
#include "dptabres.hxx"
#include "document.hxx"
#include "dpobject.hxx"
diff --git a/sc/source/core/data/dpshttab.cxx b/sc/source/core/data/dpshttab.cxx
index 6b6569ca2370..ef46b2ce5408 100644
--- a/sc/source/core/data/dpshttab.cxx
+++ b/sc/source/core/data/dpshttab.cxx
@@ -32,7 +32,7 @@
#include "dptabres.hxx"
#include "document.hxx"
#include "cell.hxx"
-#include "dpcachetable.hxx"
+#include "dpfilteredcache.hxx"
#include "dpobject.hxx"
#include "globstr.hrc"
#include "rangenam.hxx"
diff --git a/sc/source/core/data/dptabdat.cxx b/sc/source/core/data/dptabdat.cxx
index 79030b83354a..3bf76db42a7c 100644
--- a/sc/source/core/data/dptabdat.cxx
+++ b/sc/source/core/data/dptabdat.cxx
@@ -29,7 +29,7 @@
#include "dptabdat.hxx"
#include "global.hxx"
-#include "dpcachetable.hxx"
+#include "dpfilteredcache.hxx"
#include "dptabres.hxx"
#include "document.hxx"
#include "dpobject.hxx"