sc/source/core/data/dpitemdata.cxx | 1 - 1 file changed, 1 deletion(-)
New commits: commit 5a29e09bb5fb93743296728138bc03aa5ec1ee46 Author: Andrea Gelmini <[email protected]> AuthorDate: Wed Nov 14 14:54:53 2018 +0100 Commit: Julien Nabet <[email protected]> CommitDate: Wed Nov 14 20:43:31 2018 +0100 Removed duplicated include Change-Id: If60f7469fbb55debac4194174745514451c8cb16 Reviewed-on: https://gerrit.libreoffice.org/63368 Reviewed-by: Julien Nabet <[email protected]> Tested-by: Jenkins diff --git a/sc/source/core/data/dpitemdata.cxx b/sc/source/core/data/dpitemdata.cxx index 8a705d3ac5ef..f6d2e9812f9e 100644 --- a/sc/source/core/data/dpitemdata.cxx +++ b/sc/source/core/data/dpitemdata.cxx @@ -23,7 +23,6 @@ #include <unotools/collatorwrapper.hxx> #include <unotools/transliterationwrapper.hxx> #include <rtl/math.hxx> -#include <unotools/collatorwrapper.hxx> const sal_Int32 ScDPItemData::DateFirst = -1; const sal_Int32 ScDPItemData::DateLast = 10000; _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
