diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-10-31 22:12:07 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-10-31 22:12:46 -0400 |
commit | 507cf0c4ddfac44a43caf4405e220bdd00dca438 (patch) | |
tree | 59dc5f0fa8468b605086d2824a9e3f302ba1a04c | |
parent | 2a2a2c42814a2b3d00c85f7ba48fcc0f9f04a111 (diff) |
Rename the files to reflect the class name change.
Change-Id: I6223cd12ab539cd19555c0b23f2bce73f519a31f
-rw-r--r-- | sc/Library_sc.mk | 2 | ||||
-rw-r--r-- | sc/inc/dpfilteredcache.hxx (renamed from sc/inc/dpcachetable.hxx) | 0 | ||||
-rw-r--r-- | sc/inc/dpoutput.hxx | 2 | ||||
-rw-r--r-- | sc/inc/dptabdat.hxx | 2 | ||||
-rw-r--r-- | sc/inc/dptabres.hxx | 2 | ||||
-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.cxx | 2 | ||||
-rw-r--r-- | sc/source/core/data/dpoutput.cxx | 2 | ||||
-rw-r--r-- | sc/source/core/data/dpsdbtab.cxx | 2 | ||||
-rw-r--r-- | sc/source/core/data/dpshttab.cxx | 2 | ||||
-rw-r--r-- | sc/source/core/data/dptabdat.cxx | 2 |
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" |