[Libreoffice-commits] core.git: sc/qa sc/source

Takeshi Abe tabe at fixedpoint.jp
Thu Nov 28 16:52:34 PST 2013


 sc/qa/unit/ucalc.cxx                                           |    1 -
 sc/source/core/opencl/openclwrapper.hxx                        |    1 -
 sc/source/ui/StatisticsDialogs/RandomNumberGeneratorDialog.cxx |    1 -
 sc/source/ui/drawfunc/drtxtob.cxx                              |    1 -
 sc/source/ui/miscdlgs/sharedocdlg.cxx                          |    1 -
 sc/source/ui/vba/vbaapplication.cxx                            |    1 -
 6 files changed, 6 deletions(-)

New commits:
commit 45e331cae69d89ce1c2f7e11b0abb47a764d3801
Author: Takeshi Abe <tabe at fixedpoint.jp>
Date:   Fri Nov 29 09:49:59 2013 +0900

    Drop duplicate #include
    
    Change-Id: Iea706d316d731fb57f7021e99a11d1487a2ee5b8

diff --git a/sc/qa/unit/ucalc.cxx b/sc/qa/unit/ucalc.cxx
index 84633bc..12b4ac7 100644
--- a/sc/qa/unit/ucalc.cxx
+++ b/sc/qa/unit/ucalc.cxx
@@ -47,7 +47,6 @@
 #include "tokenarray.hxx"
 #include "scopetools.hxx"
 #include "dociter.hxx"
-#include "docsh.hxx"
 #include "queryparam.hxx"
 #include "edittextiterator.hxx"
 #include "editutil.hxx"
diff --git a/sc/source/core/opencl/openclwrapper.hxx b/sc/source/core/opencl/openclwrapper.hxx
index 97b3e91..e72600c 100644
--- a/sc/source/core/opencl/openclwrapper.hxx
+++ b/sc/source/core/opencl/openclwrapper.hxx
@@ -82,7 +82,6 @@ if( status != CL_SUCCESS )    \
 #endif
 
 #include <cstdio>
-#include <vector>
 
 typedef struct _KernelEnv
 {
diff --git a/sc/source/ui/StatisticsDialogs/RandomNumberGeneratorDialog.cxx b/sc/source/ui/StatisticsDialogs/RandomNumberGeneratorDialog.cxx
index a8792e4..7f78bf1 100644
--- a/sc/source/ui/StatisticsDialogs/RandomNumberGeneratorDialog.cxx
+++ b/sc/source/ui/StatisticsDialogs/RandomNumberGeneratorDialog.cxx
@@ -30,7 +30,6 @@
 #include <boost/random/normal_distribution.hpp>
 #include <boost/random/cauchy_distribution.hpp>
 #include <boost/random/bernoulli_distribution.hpp>
-#include <boost/random/binomial_distribution.hpp>
 #include <boost/random/chi_squared_distribution.hpp>
 #include <boost/random/geometric_distribution.hpp>
 #include <boost/random/negative_binomial_distribution.hpp>
diff --git a/sc/source/ui/drawfunc/drtxtob.cxx b/sc/source/ui/drawfunc/drtxtob.cxx
index 96513bc..e4bafb0 100644
--- a/sc/source/ui/drawfunc/drtxtob.cxx
+++ b/sc/source/ui/drawfunc/drtxtob.cxx
@@ -35,7 +35,6 @@
 #include <editeng/lspcitem.hxx>
 #include <editeng/ulspitem.hxx>
 #include <svx/hlnkitem.hxx>
-#include <editeng/lspcitem.hxx>
 #include <svx/svdoutl.hxx>
 #include <editeng/unolingu.hxx>
 #include <editeng/outlobj.hxx>
diff --git a/sc/source/ui/miscdlgs/sharedocdlg.cxx b/sc/source/ui/miscdlgs/sharedocdlg.cxx
index 34ecbd7..d845eba 100644
--- a/sc/source/ui/miscdlgs/sharedocdlg.cxx
+++ b/sc/source/ui/miscdlgs/sharedocdlg.cxx
@@ -30,7 +30,6 @@
 
 #include "sharedocdlg.hxx"
 #include "scresid.hxx"
-#include "docsh.hxx"
 #include "viewdata.hxx"
 
 
diff --git a/sc/source/ui/vba/vbaapplication.cxx b/sc/source/ui/vba/vbaapplication.cxx
index 0bce7ec..9abea92 100644
--- a/sc/source/ui/vba/vbaapplication.cxx
+++ b/sc/source/ui/vba/vbaapplication.cxx
@@ -20,7 +20,6 @@
 #include <stdio.h>
 
 #include <com/sun/star/frame/XLayoutManager.hpp>
-#include <com/sun/star/frame/XLayoutManager.hpp>
 #include <com/sun/star/frame/XDesktop.hpp>
 #include <com/sun/star/lang/XServiceInfo.hpp>
 #include <com/sun/star/sheet/XCalculatable.hpp>


More information about the Libreoffice-commits mailing list