diff options
author | Michael Stahl <mstahl@redhat.com> | 2015-07-07 17:44:29 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2015-07-08 11:26:57 +0200 |
commit | 1349c8356429279f6b6ff6d8fc7a1a51e5c7ee55 (patch) | |
tree | 913b3ee7897a4c38e73ce6f428fee6b6b97f3827 /sc | |
parent | b7fffe8460a3c6f619e540f35eb119e0b4a255e7 (diff) |
sc: remove unused boost::random includes
Change-Id: I91b5ad2319f7c2b57c890106e94f8de79cbefbc0
Diffstat (limited to 'sc')
-rw-r--r-- | sc/inc/pch/precompiled_sc.hxx | 1 | ||||
-rw-r--r-- | sc/source/ui/StatisticsDialogs/ChiSquareTestDialog.cxx | 1 | ||||
-rw-r--r-- | sc/source/ui/StatisticsDialogs/DescriptiveStatisticsDialog.cxx | 1 | ||||
-rw-r--r-- | sc/source/ui/StatisticsDialogs/FTestDialog.cxx | 1 | ||||
-rw-r--r-- | sc/source/ui/StatisticsDialogs/TTestDialog.cxx | 1 | ||||
-rw-r--r-- | sc/source/ui/StatisticsDialogs/ZTestDialog.cxx | 1 |
6 files changed, 0 insertions, 6 deletions
diff --git a/sc/inc/pch/precompiled_sc.hxx b/sc/inc/pch/precompiled_sc.hxx index 7b9f21e5105a..8ebbb25ea2a5 100644 --- a/sc/inc/pch/precompiled_sc.hxx +++ b/sc/inc/pch/precompiled_sc.hxx @@ -41,7 +41,6 @@ #include <boost/noncopyable.hpp> #include <boost/ptr_container/ptr_map.hpp> #include <boost/ptr_container/ptr_vector.hpp> -#include <boost/random.hpp> #include <memory> #include <boost/scoped_ptr.hpp> #include <boost/shared_ptr.hpp> diff --git a/sc/source/ui/StatisticsDialogs/ChiSquareTestDialog.cxx b/sc/source/ui/StatisticsDialogs/ChiSquareTestDialog.cxx index 1e6483d7ea35..36ed5feefe30 100644 --- a/sc/source/ui/StatisticsDialogs/ChiSquareTestDialog.cxx +++ b/sc/source/ui/StatisticsDialogs/ChiSquareTestDialog.cxx @@ -11,7 +11,6 @@ #include <sfx2/dispatch.hxx> #include <svl/zforlist.hxx> #include <svl/undo.hxx> -#include <boost/random.hpp> #include <boost/scoped_ptr.hpp> #include "formulacell.hxx" diff --git a/sc/source/ui/StatisticsDialogs/DescriptiveStatisticsDialog.cxx b/sc/source/ui/StatisticsDialogs/DescriptiveStatisticsDialog.cxx index 363c84d08afd..4f935c0887ea 100644 --- a/sc/source/ui/StatisticsDialogs/DescriptiveStatisticsDialog.cxx +++ b/sc/source/ui/StatisticsDialogs/DescriptiveStatisticsDialog.cxx @@ -11,7 +11,6 @@ #include <sfx2/dispatch.hxx> #include <svl/zforlist.hxx> #include <svl/undo.hxx> -#include <boost/random.hpp> #include <boost/scoped_ptr.hpp> #include "formulacell.hxx" diff --git a/sc/source/ui/StatisticsDialogs/FTestDialog.cxx b/sc/source/ui/StatisticsDialogs/FTestDialog.cxx index e18deb527a02..a23699d737a1 100644 --- a/sc/source/ui/StatisticsDialogs/FTestDialog.cxx +++ b/sc/source/ui/StatisticsDialogs/FTestDialog.cxx @@ -11,7 +11,6 @@ #include <sfx2/dispatch.hxx> #include <svl/zforlist.hxx> #include <svl/undo.hxx> -#include <boost/random.hpp> #include <boost/scoped_ptr.hpp> #include "formulacell.hxx" diff --git a/sc/source/ui/StatisticsDialogs/TTestDialog.cxx b/sc/source/ui/StatisticsDialogs/TTestDialog.cxx index 17c4bfe8c9d1..a94e822bb982 100644 --- a/sc/source/ui/StatisticsDialogs/TTestDialog.cxx +++ b/sc/source/ui/StatisticsDialogs/TTestDialog.cxx @@ -11,7 +11,6 @@ #include <sfx2/dispatch.hxx> #include <svl/zforlist.hxx> #include <svl/undo.hxx> -#include <boost/random.hpp> #include <boost/scoped_ptr.hpp> #include "formulacell.hxx" diff --git a/sc/source/ui/StatisticsDialogs/ZTestDialog.cxx b/sc/source/ui/StatisticsDialogs/ZTestDialog.cxx index 4ab24c4ffbf7..e1e92d3ec2b4 100644 --- a/sc/source/ui/StatisticsDialogs/ZTestDialog.cxx +++ b/sc/source/ui/StatisticsDialogs/ZTestDialog.cxx @@ -11,7 +11,6 @@ #include <sfx2/dispatch.hxx> #include <svl/zforlist.hxx> #include <svl/undo.hxx> -#include <boost/random.hpp> #include <boost/scoped_ptr.hpp> #include "formulacell.hxx" |