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 | 407ea72c6ac9e1dccd7437b07c0398748833cd31 (patch) | |
tree | 207e88647693facf11b9c2d8eda5562348cb1874 | |
parent | 5f43ea17a724aad3e3181d970d6f74057dbecc3b (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, 59 insertions, 59 deletions
diff --git a/sc/Library_sc.mk b/sc/Library_sc.mk index c57671ed7..078c94c40 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 bf2a0324c..8c9fe3961 100644 --- a/sc/inc/dbcolect.hxx +++ b/sc/inc/dbdata.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/sc/inc/rangeutl.hxx b/sc/inc/rangeutl.hxx index 41fd294bb..e9ded5ca2 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 45ee67ffd..49c705fdb 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 7ec4b234d..f736f88da 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 5864055de..4cd36578d 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 bbd8f2cc6..17d5bd95e 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 a40ee81c5..9292cb5ea 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 99dbd2a6b..ba65ebfa0 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 044d995d5..3e84de8c5 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 2b8bab711..70a20b52f 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 a7a56102f..a1ca196bd 100644 --- a/sc/source/core/tool/dbcolect.cxx +++ b/sc/source/core/tool/dbdata.cxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -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 9abbcb1b8..c7fb264db 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 ff8866b87..3c5014304 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 40ff8a48f..8d6d49f07 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 6389342e4..223dd7bfa 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 619d48ae4..60b0ca71d 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 55a4ea8d6..432390af7 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 2abcbe2c1..dfdbb585d 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 b81f17979..86084a698 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 bef1205b3..c7a26d76b 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 0f4d9c6cb..6a8c1b2a8 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 de047920d..d4e501825 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 571caede4..e2d57315c 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 36551ba56..205d0387a 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 ce2abded2..a99d8727b 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 b2e0cfe28..2e7314934 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 c704f5904..289019d75 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 0ddd3b187..e4b952985 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 5bada6b9a..e9e97bddd 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 741e22637..e20f21840 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 64cf97d24..10e704c38 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 46687e86f..ff9b70e85 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 e4aa32c19..36e0e8e7d 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 46da7863e..da2bf4576 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 e74b8f7a2..e547a470f 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 d0ddb0b62..40d5b3015 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 4d4bdd10f..8c2d201c9 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 a21e6157c..19ae54eb0 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 191156c78..ef9759a06 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 d49fa3f45..7bb6dc5f7 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 cac407515..4c8170df0 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 71dded2b6..868ecadef 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 3241b8b0a..29417af8a 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 1edbdc5c3..f0191e7ff 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 3273ab0b4..e146efa01 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 8da9833ec..651688654 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 ab43db95e..a2001cb7d 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 fef83bb9e..4076ba874 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 30d39333b..b315c511a 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 2d2889bbe..a8a504990 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 b9c43a833..6ec7521ab 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 a14c9c270..cd7584231 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 7b3b01ca6..9c588e771 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 994fb56eb..9e8d97e64 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 f857b41be..43e73df86 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 8499d1e51..a2e3c3007 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 85f7b06a0..eea615a40 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" |