diff options
-rw-r--r-- | sc/Library_sc.mk | 2 | ||||
-rw-r--r-- | sc/inc/dpcache.hxx (renamed from sc/inc/dptablecache.hxx) | 0 | ||||
-rw-r--r-- | sc/inc/dptabdat.hxx | 2 | ||||
-rw-r--r-- | sc/source/core/data/documen3.cxx | 2 | ||||
-rw-r--r-- | sc/source/core/data/dpcache.cxx (renamed from sc/source/core/data/dptablecache.cxx) | 2 |
5 files changed, 4 insertions, 4 deletions
diff --git a/sc/Library_sc.mk b/sc/Library_sc.mk index a991cd9a05a0..917d8f058def 100644 --- a/sc/Library_sc.mk +++ b/sc/Library_sc.mk @@ -114,7 +114,7 @@ $(eval $(call gb_Library_add_exception_objects,sc,\ sc/source/core/data/dpsdbtab \ sc/source/core/data/dpshttab \ sc/source/core/data/dptabdat \ - sc/source/core/data/dptablecache \ + sc/source/core/data/dpcache \ sc/source/core/data/dptabres \ sc/source/core/data/dptabsrc \ sc/source/core/data/dputil \ diff --git a/sc/inc/dptablecache.hxx b/sc/inc/dpcache.hxx index 661c5cdd221c..661c5cdd221c 100644 --- a/sc/inc/dptablecache.hxx +++ b/sc/inc/dpcache.hxx diff --git a/sc/inc/dptabdat.hxx b/sc/inc/dptabdat.hxx index de323e6b41e2..0fbad22f4a92 100644 --- a/sc/inc/dptabdat.hxx +++ b/sc/inc/dptabdat.hxx @@ -32,7 +32,7 @@ #include "address.hxx" #include "dpoutput.hxx" #include "dpcachetable.hxx" -#include "dptablecache.hxx" +#include "dpcache.hxx" #include <tools/string.hxx> #include <vector> diff --git a/sc/source/core/data/documen3.cxx b/sc/source/core/data/documen3.cxx index ddacf9246fa6..e0d57a6a8659 100644 --- a/sc/source/core/data/documen3.cxx +++ b/sc/source/core/data/documen3.cxx @@ -74,7 +74,7 @@ #include "unoreflist.hxx" #include "listenercalls.hxx" #include "dpshttab.hxx" -#include "dptablecache.hxx" +#include "dpcache.hxx" #include "tabprotection.hxx" #include "formulaparserpool.hxx" #include "clipparam.hxx" diff --git a/sc/source/core/data/dptablecache.cxx b/sc/source/core/data/dpcache.cxx index c01e132a5797..33a0a25ef738 100644 --- a/sc/source/core/data/dptablecache.cxx +++ b/sc/source/core/data/dpcache.cxx @@ -27,7 +27,7 @@ * ************************************************************************/ -#include "dptablecache.hxx" +#include "dpcache.hxx" #include "document.hxx" #include "queryentry.hxx" |