summaryrefslogtreecommitdiff
path: root/sc/inc/dpglobal.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@suse.com>2012-02-09 15:23:53 -0500
committerKohei Yoshida <kohei.yoshida@suse.com>2012-02-09 15:25:10 -0500
commit81f80beb8c481b247f44a088a456edf07575a785 (patch)
treee2ea7b853bf9b763041b554c5c978e95b0d5e14b /sc/inc/dpglobal.hxx
parent2bf0fd735210b961d15f5bccede1bef926b5d824 (diff)
Really cleaned up dpglobal.hxx.
Diffstat (limited to 'sc/inc/dpglobal.hxx')
-rw-r--r--sc/inc/dpglobal.hxx28
1 files changed, 0 insertions, 28 deletions
diff --git a/sc/inc/dpglobal.hxx b/sc/inc/dpglobal.hxx
index c2cbc4507bd0..021369bd59da 100644
--- a/sc/inc/dpglobal.hxx
+++ b/sc/inc/dpglobal.hxx
@@ -30,29 +30,6 @@
#ifndef _SC_DPGLOBAL_HXX
#define _SC_DPGLOBAL_HXX
-#include <algorithm>
-#include <list>
-#include <tools/gen.hxx>
-#include <global.hxx>
-
-#include <com/sun/star/container/XNamed.hpp>
-#include <com/sun/star/sheet/XDimensionsSupplier.hpp>
-
-#include <com/sun/star/sheet/DataPilotFieldFilter.hpp>
-#include <com/sun/star/sheet/DataPilotFieldOrientation.hpp>
-#include <com/sun/star/sheet/DataPilotTableHeaderData.hpp>
-#include <com/sun/star/sheet/DataPilotTablePositionData.hpp>
-#include <com/sun/star/sheet/DataPilotTablePositionType.hpp>
-#include <com/sun/star/sheet/DataPilotTableResultData.hpp>
-#include <com/sun/star/sheet/DataResultFlags.hpp>
-#include <com/sun/star/sheet/GeneralFunction.hpp>
-#include <com/sun/star/sheet/MemberResultFlags.hpp>
-#include <com/sun/star/sheet/TableFilterField.hpp>
-#include <com/sun/star/sheet/XDataPilotMemberResults.hpp>
-#include <com/sun/star/sheet/XDataPilotResults.hpp>
-#include <com/sun/star/sheet/XHierarchiesSupplier.hpp>
-#include <com/sun/star/sheet/XLevelsSupplier.hpp>
-
#define SC_DP_MAX_FIELDS 256
#define PIVOT_MAXFUNC 11
@@ -70,11 +47,6 @@
#define PIVOT_FUNC_STD_VARP 0x0400
#define PIVOT_FUNC_AUTO 0x1000
-namespace ScDPGlobal
-{
-// common operation
- Rectangle operator *( const Rectangle &rLeft, const std::pair<double,double> & rRight );
-}
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */