sc/inc/viewdata.hxx | 582 ++++++++++++++++++++++++++++++++++++ sc/inc/viewutil.hxx | 92 +++++ sc/source/core/data/documen2.cxx | 4 sc/source/filter/excel/xestream.cxx | 2 sc/source/ui/inc/viewdata.hxx | 582 ------------------------------------ sc/source/ui/inc/viewutil.hxx | 92 ----- 6 files changed, 677 insertions(+), 677 deletions(-)
New commits: commit a0f6374670f67646e802aef45d927a8746b2ae12 Author: abdulwd <[email protected]> Date: Tue Dec 27 14:32:43 2016 +0530 tdf#95416 Two include files moved to sc/inc Files which references the moved files now include them with #include "bar.hxx" style Change-Id: Ia69c61f04e4e7ca587c8065c8af6d1de7f33dd5d Reviewed-on: https://gerrit.libreoffice.org/32443 Tested-by: Jenkins <[email protected]> Reviewed-by: Tamás Zolnai <[email protected]> diff --git a/sc/source/ui/inc/viewdata.hxx b/sc/inc/viewdata.hxx similarity index 99% rename from sc/source/ui/inc/viewdata.hxx rename to sc/inc/viewdata.hxx index 1a62a90..1d9dcda 100644 --- a/sc/source/ui/inc/viewdata.hxx +++ b/sc/inc/viewdata.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_SC_SOURCE_UI_INC_VIEWDATA_HXX -#define INCLUDED_SC_SOURCE_UI_INC_VIEWDATA_HXX +#ifndef SC_INC_VIEWDATA_HXX +#define SC_INC_VIEWDATA_HXX #include <sfx2/zoomitem.hxx> #include "rangelst.hxx" diff --git a/sc/source/ui/inc/viewutil.hxx b/sc/inc/viewutil.hxx similarity index 100% rename from sc/source/ui/inc/viewutil.hxx rename to sc/inc/viewutil.hxx diff --git a/sc/source/core/data/documen2.cxx b/sc/source/core/data/documen2.cxx index 23569de..c199c11 100644 --- a/sc/source/core/data/documen2.cxx +++ b/sc/source/core/data/documen2.cxx @@ -84,8 +84,8 @@ #include "externalrefmgr.hxx" #include "appoptio.hxx" #include "scmod.hxx" -#include "../../ui/inc/viewdata.hxx" -#include "../../ui/inc/viewutil.hxx" +#include "viewdata.hxx" +#include "viewutil.hxx" #include "tabprotection.hxx" #include "formulaparserpool.hxx" #include "clipparam.hxx" diff --git a/sc/source/filter/excel/xestream.cxx b/sc/source/filter/excel/xestream.cxx index 58d9c76..e0ff274 100644 --- a/sc/source/filter/excel/xestream.cxx +++ b/sc/source/filter/excel/xestream.cxx @@ -44,7 +44,7 @@ #include "globstr.hrc" #include <../../ui/inc/docsh.hxx> -#include <../../ui/inc/viewdata.hxx> +#include "viewdata.hxx" #include <excdoc.hxx> #include <oox/token/tokens.hxx>
_______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
