summaryrefslogtreecommitdiff
path: root/sc/inc
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2012-10-31 22:12:07 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2012-10-31 22:12:46 -0400
commit507cf0c4ddfac44a43caf4405e220bdd00dca438 (patch)
tree59dc5f0fa8468b605086d2824a9e3f302ba1a04c /sc/inc
parent2a2a2c42814a2b3d00c85f7ba48fcc0f9f04a111 (diff)
Rename the files to reflect the class name change.
Change-Id: I6223cd12ab539cd19555c0b23f2bce73f519a31f
Diffstat (limited to 'sc/inc')
-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
4 files changed, 3 insertions, 3 deletions
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>