summaryrefslogtreecommitdiff
path: root/sc/source/ui/undo
diff options
context:
space:
mode:
authorKohei Yoshida <kyoshida@novell.com>2011-05-13 23:11:42 -0400
committerKohei Yoshida <kyoshida@novell.com>2011-05-13 23:11:42 -0400
commitf30162187a5fdcc21ab7e505b7d1b7606656871e (patch)
treedc64bd164286d452e3da018999c0997f609a371d /sc/source/ui/undo
parenta19af69c93d2ca8e319a1327aba6cf042deec25b (diff)
Renamed dbcolect.?xx to dbdata.?xx.
That deliberately mis-spelled header name always bothered me. Now fixed once and for all. For the record, the original file name was inspired by the 8-character rule that some of the old compilers that the Hamburg guys had to use, years and years ago.
Diffstat (limited to 'sc/source/ui/undo')
-rw-r--r--sc/source/ui/undo/refundo.cxx2
-rw-r--r--sc/source/ui/undo/undobase.cxx2
-rw-r--r--sc/source/ui/undo/undoblk.cxx2
-rw-r--r--sc/source/ui/undo/undodat.cxx2
-rw-r--r--sc/source/ui/undo/undoutil.cxx2
5 files changed, 5 insertions, 5 deletions
diff --git a/sc/source/ui/undo/refundo.cxx b/sc/source/ui/undo/refundo.cxx
index 0376f7c7a9c4..dacce66ba891 100644
--- a/sc/source/ui/undo/refundo.cxx
+++ b/sc/source/ui/undo/refundo.cxx
@@ -38,7 +38,7 @@
#include "refundo.hxx"
#include "undobase.hxx"
#include "document.hxx"
-#include "dbcolect.hxx"
+#include "dbdata.hxx"
#include "rangenam.hxx"
#include "pivot.hxx"
#include "chartarr.hxx"
diff --git a/sc/source/ui/undo/undobase.cxx b/sc/source/ui/undo/undobase.cxx
index 20d38fc9a89a..0fddef5bc43a 100644
--- a/sc/source/ui/undo/undobase.cxx
+++ b/sc/source/ui/undo/undobase.cxx
@@ -41,7 +41,7 @@
#include "tabvwsh.hxx"
#include "undoolk.hxx"
#include "undodraw.hxx"
-#include "dbcolect.hxx"
+#include "dbdata.hxx"
#include "attrib.hxx"
#include "queryparam.hxx"
#include "subtotalparam.hxx"
diff --git a/sc/source/ui/undo/undoblk.cxx b/sc/source/ui/undo/undoblk.cxx
index 0e59c0a35f92..6cbb0e852eec 100644
--- a/sc/source/ui/undo/undoblk.cxx
+++ b/sc/source/ui/undo/undoblk.cxx
@@ -50,7 +50,7 @@
#include "tabvwsh.hxx"
#include "rangenam.hxx"
#include "rangeutl.hxx"
-#include "dbcolect.hxx"
+#include "dbdata.hxx"
#include "stlpool.hxx"
#include "stlsheet.hxx"
#include "globstr.hrc"
diff --git a/sc/source/ui/undo/undodat.cxx b/sc/source/ui/undo/undodat.cxx
index 24c3ea271577..e7f15d9b7fed 100644
--- a/sc/source/ui/undo/undodat.cxx
+++ b/sc/source/ui/undo/undodat.cxx
@@ -40,7 +40,7 @@
#include "docsh.hxx"
#include "tabvwsh.hxx"
#include "olinetab.hxx"
-#include "dbcolect.hxx"
+#include "dbdata.hxx"
#include "rangenam.hxx"
#include "pivot.hxx"
#include "globstr.hrc"
diff --git a/sc/source/ui/undo/undoutil.cxx b/sc/source/ui/undo/undoutil.cxx
index 0836a27b336d..c8623edf9921 100644
--- a/sc/source/ui/undo/undoutil.cxx
+++ b/sc/source/ui/undo/undoutil.cxx
@@ -40,7 +40,7 @@
#include "docsh.hxx"
#include "tabvwsh.hxx"
#include "document.hxx"
-#include "dbcolect.hxx"
+#include "dbdata.hxx"
#include "globstr.hrc"
#include "globalnames.hxx"
#include "global.hxx"