diff options
author | Kohei Yoshida <kyoshida@novell.com> | 2011-05-13 23:11:42 -0400 |
---|---|---|
committer | Kohei Yoshida <kyoshida@novell.com> | 2011-05-13 23:11:42 -0400 |
commit | f30162187a5fdcc21ab7e505b7d1b7606656871e (patch) | |
tree | dc64bd164286d452e3da018999c0997f609a371d | |
parent | a19af69c93d2ca8e319a1327aba6cf042deec25b (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.
58 files changed, 57 insertions, 57 deletions
diff --git a/sc/Library_sc.mk b/sc/Library_sc.mk index c57671ed7a12..078c94c401c3 100644 --- a/sc/Library_sc.mk +++ b/sc/Library_sc.mk @@ -167,7 +167,7 @@ $(eval $(call gb_Library_add_exception_objects,sc,\ sc/source/core/tool/collect \ sc/source/core/tool/compiler \ sc/source/core/tool/consoli \ - sc/source/core/tool/dbcolect \ + sc/source/core/tool/dbdata \ sc/source/core/tool/ddelink \ sc/source/core/tool/detdata \ sc/source/core/tool/detfunc \ diff --git a/sc/inc/dbcolect.hxx b/sc/inc/dbdata.hxx index 8c9fe39619d1..8c9fe39619d1 100644 --- a/sc/inc/dbcolect.hxx +++ b/sc/inc/dbdata.hxx diff --git a/sc/inc/rangeutl.hxx b/sc/inc/rangeutl.hxx index 03e9890eff3d..826227f82ba0 100644 --- a/sc/inc/rangeutl.hxx +++ b/sc/inc/rangeutl.hxx @@ -33,7 +33,7 @@ #include "address.hxx" #include "rangenam.hxx" -#include "dbcolect.hxx" +#include "dbdata.hxx" #include "scdllapi.h" #include <com/sun/star/table/CellAddress.hpp> diff --git a/sc/inc/table.hxx b/sc/inc/table.hxx index 56fb749c5273..ce94873da422 100644 --- a/sc/inc/table.hxx +++ b/sc/inc/table.hxx @@ -38,7 +38,7 @@ #include "column.hxx" #include "sortparam.hxx" #include "compressedarray.hxx" -#include "dbcolect.hxx" +#include "dbdata.hxx" #include <memory> #include <set> diff --git a/sc/source/core/data/column2.cxx b/sc/source/core/data/column2.cxx index 5f50940f866c..83ecd3cc1036 100644 --- a/sc/source/core/data/column2.cxx +++ b/sc/source/core/data/column2.cxx @@ -66,7 +66,7 @@ #include "subtotal.hxx" #include "markdata.hxx" #include "compiler.hxx" // ScTokenArray GetCodeLen -#include "dbcolect.hxx" +#include "dbdata.hxx" #include "fillinfo.hxx" #include "segmenttree.hxx" #include "docparam.hxx" diff --git a/sc/source/core/data/documen2.cxx b/sc/source/core/data/documen2.cxx index 0ec3c1c594c4..32c383e4be2d 100644 --- a/sc/source/core/data/documen2.cxx +++ b/sc/source/core/data/documen2.cxx @@ -57,7 +57,7 @@ #include "attrib.hxx" #include "patattr.hxx" #include "rangenam.hxx" -#include "dbcolect.hxx" +#include "dbdata.hxx" #include "pivot.hxx" #include "docpool.hxx" #include "stlpool.hxx" diff --git a/sc/source/core/data/documen3.cxx b/sc/source/core/data/documen3.cxx index 33ce45b6e0d9..9e01f96ecc24 100644 --- a/sc/source/core/data/documen3.cxx +++ b/sc/source/core/data/documen3.cxx @@ -46,7 +46,7 @@ #include "cell.hxx" #include "table.hxx" #include "rangenam.hxx" -#include "dbcolect.hxx" +#include "dbdata.hxx" #include "pivot.hxx" #include "docpool.hxx" #include "poolhelp.hxx" diff --git a/sc/source/core/data/document.cxx b/sc/source/core/data/document.cxx index cc6ba4e54c00..3734b806a41d 100644 --- a/sc/source/core/data/document.cxx +++ b/sc/source/core/data/document.cxx @@ -68,7 +68,7 @@ #include "stlsheet.hxx" #include "globstr.hrc" #include "rechead.hxx" -#include "dbcolect.hxx" +#include "dbdata.hxx" #include "pivot.hxx" #include "chartlis.hxx" #include "rangelst.hxx" diff --git a/sc/source/core/data/validat.cxx b/sc/source/core/data/validat.cxx index 4331db4293cb..43dfd04dc70b 100644 --- a/sc/source/core/data/validat.cxx +++ b/sc/source/core/data/validat.cxx @@ -55,7 +55,7 @@ #include "rechead.hxx" #include "globstr.hrc" #include "rangenam.hxx" -#include "dbcolect.hxx" +#include "dbdata.hxx" #include <math.h> #include <memory> diff --git a/sc/source/core/inc/core_pch.hxx b/sc/source/core/inc/core_pch.hxx index 2d906c5b1de8..2c7c966c8ca0 100644 --- a/sc/source/core/inc/core_pch.hxx +++ b/sc/source/core/inc/core_pch.hxx @@ -196,7 +196,7 @@ #include <rangenam.hxx> #include <scmatrix.hxx> #include <svx/pageitem.hxx> -#include <dbcolect.hxx> +#include <dbdata.hxx> #include <userlist.hxx> #include <editeng/editdata.hxx> #include <basic/sbxvar.hxx> diff --git a/sc/source/core/tool/compiler.cxx b/sc/source/core/tool/compiler.cxx index 7a3469b26a6c..c90ef51762b8 100644 --- a/sc/source/core/tool/compiler.cxx +++ b/sc/source/core/tool/compiler.cxx @@ -56,7 +56,7 @@ #include <math.h> #include "compiler.hxx" #include "rangenam.hxx" -#include "dbcolect.hxx" +#include "dbdata.hxx" #include "document.hxx" #include "callform.hxx" #include "addincol.hxx" diff --git a/sc/source/core/tool/dbcolect.cxx b/sc/source/core/tool/dbdata.cxx index 3f95efdcbadb..a1ca196bdd61 100644 --- a/sc/source/core/tool/dbcolect.cxx +++ b/sc/source/core/tool/dbdata.cxx @@ -33,7 +33,7 @@ #include <tools/debug.hxx> #include <unotools/transliterationwrapper.hxx> -#include "dbcolect.hxx" +#include "dbdata.hxx" #include "global.hxx" #include "globalnames.hxx" #include "refupdat.hxx" diff --git a/sc/source/core/tool/interpr4.cxx b/sc/source/core/tool/interpr4.cxx index 9abbcb1b873b..c7fb264db943 100644 --- a/sc/source/core/tool/interpr4.cxx +++ b/sc/source/core/tool/interpr4.cxx @@ -55,7 +55,7 @@ #include "interpre.hxx" #include "global.hxx" -#include "dbcolect.hxx" +#include "dbdata.hxx" #include "cell.hxx" #include "callform.hxx" #include "addincol.hxx" diff --git a/sc/source/core/tool/rangeutl.cxx b/sc/source/core/tool/rangeutl.cxx index a9af01165eb1..b6cd0ba1f923 100644 --- a/sc/source/core/tool/rangeutl.cxx +++ b/sc/source/core/tool/rangeutl.cxx @@ -38,7 +38,7 @@ #include "rangeutl.hxx" #include "document.hxx" #include "global.hxx" -#include "dbcolect.hxx" +#include "dbdata.hxx" #include "rangenam.hxx" #include "scresid.hxx" #include "globstr.hrc" diff --git a/sc/source/filter/excel/excdoc.cxx b/sc/source/filter/excel/excdoc.cxx index 469980fe195d..27577ba5f34f 100644 --- a/sc/source/filter/excel/excdoc.cxx +++ b/sc/source/filter/excel/excdoc.cxx @@ -51,7 +51,7 @@ #include "dociter.hxx" #include "document.hxx" #include "rangenam.hxx" -#include "dbcolect.hxx" +#include "dbdata.hxx" #include "global.hxx" #include "globstr.hrc" #include "progress.hxx" diff --git a/sc/source/filter/excel/excimp8.cxx b/sc/source/filter/excel/excimp8.cxx index 82ae4a3c3234..8bdd4bc69b5f 100644 --- a/sc/source/filter/excel/excimp8.cxx +++ b/sc/source/filter/excel/excimp8.cxx @@ -83,7 +83,7 @@ #include "docpool.hxx" #include "attrib.hxx" #include "conditio.hxx" -#include "dbcolect.hxx" +#include "dbdata.hxx" #include "globalnames.hxx" #include "editutil.hxx" #include "markdata.hxx" diff --git a/sc/source/filter/excel/excrecds.cxx b/sc/source/filter/excel/excrecds.cxx index d3671b4d1cbe..5ffa7f035ab7 100644 --- a/sc/source/filter/excel/excrecds.cxx +++ b/sc/source/filter/excel/excrecds.cxx @@ -82,7 +82,7 @@ #include "progress.hxx" #include "dociter.hxx" #include "rangenam.hxx" -#include "dbcolect.hxx" +#include "dbdata.hxx" #include "stlsheet.hxx" #include "stlpool.hxx" #include "editutil.hxx" diff --git a/sc/source/filter/excel/xename.cxx b/sc/source/filter/excel/xename.cxx index 69377c5d06f4..a3b32e6bb41f 100644 --- a/sc/source/filter/excel/xename.cxx +++ b/sc/source/filter/excel/xename.cxx @@ -35,7 +35,7 @@ #include "globstr.hrc" #include "document.hxx" #include "rangenam.hxx" -#include "dbcolect.hxx" +#include "dbdata.hxx" #include "xehelper.hxx" #include "xelink.hxx" #include "globalnames.hxx" diff --git a/sc/source/filter/starcalc/scflt.cxx b/sc/source/filter/starcalc/scflt.cxx index 54d5b7016617..a73936399948 100644 --- a/sc/source/filter/starcalc/scflt.cxx +++ b/sc/source/filter/starcalc/scflt.cxx @@ -65,7 +65,7 @@ #include "document.hxx" #include "collect.hxx" #include "rangenam.hxx" -#include "dbcolect.hxx" +#include "dbdata.hxx" #include "stlsheet.hxx" #include "stlpool.hxx" #include "filter.hxx" diff --git a/sc/source/filter/xml/XMLExportDatabaseRanges.cxx b/sc/source/filter/xml/XMLExportDatabaseRanges.cxx index 77ec8f961450..8a0bdaff3a4d 100644 --- a/sc/source/filter/xml/XMLExportDatabaseRanges.cxx +++ b/sc/source/filter/xml/XMLExportDatabaseRanges.cxx @@ -41,7 +41,7 @@ #include "XMLExportIterator.hxx" #include "XMLConverter.hxx" #include "unonames.hxx" -#include "dbcolect.hxx" +#include "dbdata.hxx" #include "document.hxx" #include "globstr.hrc" #include "globalnames.hxx" diff --git a/sc/source/filter/xml/xmldrani.cxx b/sc/source/filter/xml/xmldrani.cxx index c125e21dd108..e2d7f47e679c 100644 --- a/sc/source/filter/xml/xmldrani.cxx +++ b/sc/source/filter/xml/xmldrani.cxx @@ -41,7 +41,7 @@ #include "globstr.hrc" #include "globalnames.hxx" #include "docuno.hxx" -#include "dbcolect.hxx" +#include "dbdata.hxx" #include "datauno.hxx" #include "attrib.hxx" #include "unonames.hxx" diff --git a/sc/source/filter/xml/xmldrani.hxx b/sc/source/filter/xml/xmldrani.hxx index 52bec7cbab3c..7642ef4e2a71 100644 --- a/sc/source/filter/xml/xmldrani.hxx +++ b/sc/source/filter/xml/xmldrani.hxx @@ -39,7 +39,7 @@ #include <com/sun/star/table/CellRangeAddress.hpp> #include <com/sun/star/table/TableOrientation.hpp> -#include "dbcolect.hxx" +#include "dbdata.hxx" class ScDBData; class ScXMLImport; diff --git a/sc/source/ui/app/inputwin.cxx b/sc/source/ui/app/inputwin.cxx index 28a66dca9c19..4238a92349b7 100644 --- a/sc/source/ui/app/inputwin.cxx +++ b/sc/source/ui/app/inputwin.cxx @@ -67,7 +67,7 @@ #include "appoptio.hxx" #include "rangenam.hxx" #include <formula/compiler.hrc> -#include "dbcolect.hxx" +#include "dbdata.hxx" #include "rangeutl.hxx" #include "docfunc.hxx" #include "funcdesc.hxx" diff --git a/sc/source/ui/dbgui/consdlg.cxx b/sc/source/ui/dbgui/consdlg.cxx index ff0eb669b9fd..1c3ebb70c35e 100644 --- a/sc/source/ui/dbgui/consdlg.cxx +++ b/sc/source/ui/dbgui/consdlg.cxx @@ -39,7 +39,7 @@ #include "tabvwsh.hxx" #include "uiitems.hxx" -#include "dbcolect.hxx" +#include "dbdata.hxx" #include "rangenam.hxx" #include "rangeutl.hxx" #include "reffact.hxx" diff --git a/sc/source/ui/dbgui/filtdlg.cxx b/sc/source/ui/dbgui/filtdlg.cxx index 4532a7f0c5c7..09ca2a5006cf 100644 --- a/sc/source/ui/dbgui/filtdlg.cxx +++ b/sc/source/ui/dbgui/filtdlg.cxx @@ -39,7 +39,7 @@ #include <vcl/waitobj.hxx> #include "uiitems.hxx" -#include "dbcolect.hxx" +#include "dbdata.hxx" #include "reffact.hxx" #include "viewdata.hxx" #include "document.hxx" diff --git a/sc/source/ui/dbgui/foptmgr.cxx b/sc/source/ui/dbgui/foptmgr.cxx index 1356dff94482..e01b96a2b300 100644 --- a/sc/source/ui/dbgui/foptmgr.cxx +++ b/sc/source/ui/dbgui/foptmgr.cxx @@ -40,7 +40,7 @@ #include "anyrefdg.hxx" #include "rangeutl.hxx" -#include "dbcolect.hxx" +#include "dbdata.hxx" #include "viewdata.hxx" #include "document.hxx" #include "queryparam.hxx" diff --git a/sc/source/ui/dbgui/pfiltdlg.cxx b/sc/source/ui/dbgui/pfiltdlg.cxx index ceeccebae76d..cac65a15b2c9 100644 --- a/sc/source/ui/dbgui/pfiltdlg.cxx +++ b/sc/source/ui/dbgui/pfiltdlg.cxx @@ -44,7 +44,7 @@ #include "uiitems.hxx" #include "global.hxx" #include "globalnames.hxx" -#include "dbcolect.hxx" +#include "dbdata.hxx" #include "scresid.hxx" #include "sc.hrc" diff --git a/sc/source/ui/dbgui/sfiltdlg.cxx b/sc/source/ui/dbgui/sfiltdlg.cxx index e0fcb9936c96..a9e6f34c9aa7 100644 --- a/sc/source/ui/dbgui/sfiltdlg.cxx +++ b/sc/source/ui/dbgui/sfiltdlg.cxx @@ -38,7 +38,7 @@ #include "uiitems.hxx" #include "rangenam.hxx" -#include "dbcolect.hxx" +#include "dbdata.hxx" #include "reffact.hxx" #include "viewdata.hxx" #include "document.hxx" diff --git a/sc/source/ui/dbgui/tpsort.cxx b/sc/source/ui/dbgui/tpsort.cxx index 0fe683f161ec..953c7e946e73 100644 --- a/sc/source/ui/dbgui/tpsort.cxx +++ b/sc/source/ui/dbgui/tpsort.cxx @@ -44,7 +44,7 @@ #include "document.hxx" #include "global.hxx" #include "globalnames.hxx" -#include "dbcolect.hxx" +#include "dbdata.hxx" #include "userlist.hxx" #include "rangeutl.hxx" #include "scresid.hxx" diff --git a/sc/source/ui/docshell/arealink.cxx b/sc/source/ui/docshell/arealink.cxx index 49bc4141e463..f1e91240d7a0 100644 --- a/sc/source/ui/docshell/arealink.cxx +++ b/sc/source/ui/docshell/arealink.cxx @@ -47,7 +47,7 @@ #include "document.hxx" #include "docsh.hxx" #include "rangenam.hxx" -#include "dbcolect.hxx" +#include "dbdata.hxx" #include "undoblk.hxx" #include "globstr.hrc" #include "markdata.hxx" diff --git a/sc/source/ui/docshell/dbdocfun.cxx b/sc/source/ui/docshell/dbdocfun.cxx index 857d230741df..afe4a6ac2633 100644 --- a/sc/source/ui/docshell/dbdocfun.cxx +++ b/sc/source/ui/docshell/dbdocfun.cxx @@ -41,7 +41,7 @@ #include "dbdocfun.hxx" #include "sc.hrc" -#include "dbcolect.hxx" +#include "dbdata.hxx" #include "undodat.hxx" #include "docsh.hxx" #include "docfunc.hxx" diff --git a/sc/source/ui/docshell/dbdocimp.cxx b/sc/source/ui/docshell/dbdocimp.cxx index 8b9f05ed5de2..bdc22acb9ae3 100644 --- a/sc/source/ui/docshell/dbdocimp.cxx +++ b/sc/source/ui/docshell/dbdocimp.cxx @@ -56,7 +56,7 @@ #include "docsh.hxx" #include "globstr.hrc" #include "scerrors.hxx" -#include "dbcolect.hxx" +#include "dbdata.hxx" #include "markdata.hxx" #include "undodat.hxx" #include "progress.hxx" diff --git a/sc/source/ui/docshell/docsh.cxx b/sc/source/ui/docshell/docsh.cxx index 8243908160e2..b7771b938286 100644 --- a/sc/source/ui/docshell/docsh.cxx +++ b/sc/source/ui/docshell/docsh.cxx @@ -118,7 +118,7 @@ #include "xmlwrap.hxx" #include "drwlayer.hxx" #include "refreshtimer.hxx" -#include "dbcolect.hxx" +#include "dbdata.hxx" #include "scextopt.hxx" #include "compiler.hxx" #include "cfgids.hxx" diff --git a/sc/source/ui/docshell/docsh4.cxx b/sc/source/ui/docshell/docsh4.cxx index 1efa514e0dfe..c15b4a23eedf 100644 --- a/sc/source/ui/docshell/docsh4.cxx +++ b/sc/source/ui/docshell/docsh4.cxx @@ -96,7 +96,7 @@ using namespace ::com::sun::star; #include "undocell.hxx" #include "undotab.hxx" #include "inputhdl.hxx" -#include "dbcolect.hxx" +#include "dbdata.hxx" #include "servobj.hxx" #include "rangenam.hxx" #include "scmod.hxx" diff --git a/sc/source/ui/docshell/docsh5.cxx b/sc/source/ui/docshell/docsh5.cxx index 9acb8495bfa5..373c68f198ac 100644 --- a/sc/source/ui/docshell/docsh5.cxx +++ b/sc/source/ui/docshell/docsh5.cxx @@ -58,7 +58,7 @@ #include "dpshttab.hxx" #include "dbdocfun.hxx" #include "consoli.hxx" -#include "dbcolect.hxx" +#include "dbdata.hxx" #include "olinetab.hxx" #include "patattr.hxx" #include "attrib.hxx" diff --git a/sc/source/ui/inc/dbnamdlg.hxx b/sc/source/ui/inc/dbnamdlg.hxx index 490b3ccc7bfe..e9ce21292b8d 100644 --- a/sc/source/ui/inc/dbnamdlg.hxx +++ b/sc/source/ui/inc/dbnamdlg.hxx @@ -35,7 +35,7 @@ #include <vcl/morebtn.hxx> #include "anyrefdg.hxx" -#include "dbcolect.hxx" +#include "dbdata.hxx" #include "expftext.hxx" class ScViewData; diff --git a/sc/source/ui/inc/simpref.hxx b/sc/source/ui/inc/simpref.hxx index 4dcf023b2780..ceeb177fd6e4 100644 --- a/sc/source/ui/inc/simpref.hxx +++ b/sc/source/ui/inc/simpref.hxx @@ -37,7 +37,7 @@ #include <vcl/morebtn.hxx> #include "anyrefdg.hxx" -#include "dbcolect.hxx" +#include "dbdata.hxx" #include "expftext.hxx" class ScViewData; diff --git a/sc/source/ui/inc/ui_pch.hxx b/sc/source/ui/inc/ui_pch.hxx index c97c14143798..60ccfbac63f2 100644 --- a/sc/source/ui/inc/ui_pch.hxx +++ b/sc/source/ui/inc/ui_pch.hxx @@ -244,7 +244,7 @@ #include <basic/sbxcore.hxx> #include <vcl/ctrl.hxx> #include <svx/xenum.hxx> -#include <dbcolect.hxx> +#include <dbdata.hxx> #include <sot/exchange.hxx> #include <math.h> #include <vcl/wrkwin.hxx> diff --git a/sc/source/ui/navipi/content.cxx b/sc/source/ui/navipi/content.cxx index 05891ffc4c5d..530ac6b55718 100644 --- a/sc/source/ui/navipi/content.cxx +++ b/sc/source/ui/navipi/content.cxx @@ -53,7 +53,7 @@ #include "docsh.hxx" #include "scmod.hxx" #include "rangenam.hxx" -#include "dbcolect.hxx" +#include "dbdata.hxx" #include "tablink.hxx" // fuer Loader #include "popmenu.hxx" #include "drwlayer.hxx" diff --git a/sc/source/ui/navipi/navipi.cxx b/sc/source/ui/navipi/navipi.cxx index c4f7bd558d23..bb1eb1eae56f 100644 --- a/sc/source/ui/navipi/navipi.cxx +++ b/sc/source/ui/navipi/navipi.cxx @@ -48,7 +48,7 @@ #include "tabvwsh.hxx" #include "docsh.hxx" #include "document.hxx" -#include "dbcolect.hxx" +#include "dbdata.hxx" #include "rangenam.hxx" #include "rangeutl.hxx" #include "popmenu.hxx" 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" diff --git a/sc/source/ui/unoobj/cellsuno.cxx b/sc/source/ui/unoobj/cellsuno.cxx index 67d6d3509fe5..79fad6555328 100644 --- a/sc/source/ui/unoobj/cellsuno.cxx +++ b/sc/source/ui/unoobj/cellsuno.cxx @@ -101,7 +101,7 @@ #include "undotab.hxx" #include "undoblk.hxx" // fuer lcl_ApplyBorder - nach docfunc verschieben! #include "stlsheet.hxx" -#include "dbcolect.hxx" +#include "dbdata.hxx" #include "attrib.hxx" #include "chartarr.hxx" #include "chartlis.hxx" diff --git a/sc/source/ui/unoobj/datauno.cxx b/sc/source/ui/unoobj/datauno.cxx index ba5ba988469a..cd373ab8fa01 100644 --- a/sc/source/ui/unoobj/datauno.cxx +++ b/sc/source/ui/unoobj/datauno.cxx @@ -53,7 +53,7 @@ #include "miscuno.hxx" #include "targuno.hxx" #include "rangeutl.hxx" -#include "dbcolect.hxx" +#include "dbdata.hxx" #include "docsh.hxx" #include "dbdocfun.hxx" #include "unonames.hxx" diff --git a/sc/source/ui/unoobj/dispuno.cxx b/sc/source/ui/unoobj/dispuno.cxx index 20a686fe2364..33c6f42843ef 100644 --- a/sc/source/ui/unoobj/dispuno.cxx +++ b/sc/source/ui/unoobj/dispuno.cxx @@ -44,7 +44,7 @@ #include "dispuno.hxx" #include "tabvwsh.hxx" #include "dbdocfun.hxx" -#include "dbcolect.hxx" +#include "dbdata.hxx" using namespace com::sun::star; diff --git a/sc/source/ui/vba/vbarange.cxx b/sc/source/ui/vba/vbarange.cxx index d35b4678224e..0bae6b2d9341 100644 --- a/sc/source/ui/vba/vbarange.cxx +++ b/sc/source/ui/vba/vbarange.cxx @@ -137,7 +137,7 @@ #include <scitems.hxx> #include <svl/srchitem.hxx> #include <cellsuno.hxx> -#include <dbcolect.hxx> +#include <dbdata.hxx> #include "docfunc.hxx" #include <docuno.hxx> diff --git a/sc/source/ui/view/cellsh1.cxx b/sc/source/ui/view/cellsh1.cxx index d60c6f1f814f..8a7bb6235f01 100644 --- a/sc/source/ui/view/cellsh1.cxx +++ b/sc/source/ui/view/cellsh1.cxx @@ -98,7 +98,7 @@ #include "dpobject.hxx" #include "dpsdbtab.hxx" // ScImportSourceDesc #include "dpshttab.hxx" // ScSheetSourceDesc -#include "dbcolect.hxx" +#include "dbdata.hxx" #include "docsh.hxx" #include "globstr.hrc" diff --git a/sc/source/ui/view/dbfunc.cxx b/sc/source/ui/view/dbfunc.cxx index 7b566f265b66..bc2d0f6bce33 100644 --- a/sc/source/ui/view/dbfunc.cxx +++ b/sc/source/ui/view/dbfunc.cxx @@ -45,7 +45,7 @@ #include "attrib.hxx" #include "sc.hrc" #include "undodat.hxx" -#include "dbcolect.hxx" +#include "dbdata.hxx" #include "globstr.hrc" #include "global.hxx" #include "dbdocfun.hxx" diff --git a/sc/source/ui/view/dbfunc3.cxx b/sc/source/ui/view/dbfunc3.cxx index 67d803a20362..0577f27e7a3e 100644 --- a/sc/source/ui/view/dbfunc3.cxx +++ b/sc/source/ui/view/dbfunc3.cxx @@ -59,7 +59,7 @@ #include "sc.hrc" #include "undotab.hxx" #include "undodat.hxx" -#include "dbcolect.hxx" +#include "dbdata.hxx" #include "rangenam.hxx" #include "rangeutl.hxx" #include "docsh.hxx" diff --git a/sc/source/ui/view/gridwin.cxx b/sc/source/ui/view/gridwin.cxx index 985240bd248d..0c37dd79cf20 100644 --- a/sc/source/ui/view/gridwin.cxx +++ b/sc/source/ui/view/gridwin.cxx @@ -84,7 +84,7 @@ #include "scmod.hxx" #include "document.hxx" #include "attrib.hxx" -#include "dbcolect.hxx" +#include "dbdata.hxx" #include "stlpool.hxx" #include "printfun.hxx" #include "cbutton.hxx" diff --git a/sc/source/ui/view/gridwin4.cxx b/sc/source/ui/view/gridwin4.cxx index 57dc1dd9c22f..606406656532 100644 --- a/sc/source/ui/view/gridwin4.cxx +++ b/sc/source/ui/view/gridwin4.cxx @@ -50,7 +50,7 @@ #include "document.hxx" #include "attrib.hxx" #include "patattr.hxx" // InvertSimple -#include "dbcolect.hxx" +#include "dbdata.hxx" #include "docoptio.hxx" #include "notemark.hxx" #include "dbfunc.hxx" // oder GetPageBreakData an die ViewData diff --git a/sc/source/ui/view/tabvwsh4.cxx b/sc/source/ui/view/tabvwsh4.cxx index b7ed83944bf1..84eef57ec893 100644 --- a/sc/source/ui/view/tabvwsh4.cxx +++ b/sc/source/ui/view/tabvwsh4.cxx @@ -74,7 +74,7 @@ #include "inputopt.hxx" #include "inputwin.hxx" #include "scresid.hxx" -#include "dbcolect.hxx" // fuer ReImport +#include "dbdata.hxx" // fuer ReImport #include "reffact.hxx" #include "viewuno.hxx" #include "dispuno.hxx" diff --git a/sc/source/ui/view/viewfun3.cxx b/sc/source/ui/view/viewfun3.cxx index a7a85b71d43c..1c13f3f629bb 100644 --- a/sc/source/ui/view/viewfun3.cxx +++ b/sc/source/ui/view/viewfun3.cxx @@ -166,7 +166,7 @@ #include "transobj.hxx" #include "drwtrans.hxx" #include "rangenam.hxx" -#include "dbcolect.hxx" +#include "dbdata.hxx" #include "impex.hxx" // Sylk-ID fuer CB #include "chgtrack.hxx" #include "waitoff.hxx" diff --git a/sc/source/ui/view/viewfun5.cxx b/sc/source/ui/view/viewfun5.cxx index 00d0d380eda6..045a81aed3f7 100644 --- a/sc/source/ui/view/viewfun5.cxx +++ b/sc/source/ui/view/viewfun5.cxx @@ -68,7 +68,7 @@ #include "drawview.hxx" #include "impex.hxx" #include "dbfunc.hxx" -#include "dbcolect.hxx" +#include "dbdata.hxx" #include "sc.hrc" #include "filter.hxx" #include "scextopt.hxx" diff --git a/sc/source/ui/view/viewfunc.cxx b/sc/source/ui/view/viewfunc.cxx index cc85ef7b7137..69ee351e8cca 100644 --- a/sc/source/ui/view/viewfunc.cxx +++ b/sc/source/ui/view/viewfunc.cxx @@ -68,7 +68,7 @@ #include "undoblk.hxx" #include "undotab.hxx" #include "refundo.hxx" -#include "dbcolect.hxx" +#include "dbdata.hxx" #include "olinetab.hxx" #include "rangeutl.hxx" #include "rangenam.hxx" |