[Libreoffice-commits] .: sc/inc sc/source

Joseph Powers jpowers at kemper.freedesktop.org
Fri Feb 18 19:02:35 PST 2011


 sc/inc/dpsave.hxx                |    4 ++--
 sc/inc/dptabsrc.hxx              |   21 ++++++++++-----------
 sc/inc/fmtuno.hxx                |    3 +--
 sc/inc/refreshtimer.hxx          |    1 -
 sc/source/filter/inc/dif.hxx     |    3 +--
 sc/source/filter/inc/excscen.hxx |    3 +--
 sc/source/filter/inc/formel.hxx  |    3 +--
 sc/source/filter/inc/ftools.hxx  |    1 -
 sc/source/filter/inc/lotattr.hxx |    3 +--
 sc/source/ui/inc/output.hxx      |    3 +--
 10 files changed, 18 insertions(+), 27 deletions(-)

New commits:
commit ad2191bfa6f19a345f2bcd287aa078d7121bde19
Author: Joseph Powers <jpowers27 at cox.net>
Date:   Fri Feb 18 19:02:08 2011 -0800

    Remove some #include <tools/list.hxx>

diff --git a/sc/inc/dpsave.hxx b/sc/inc/dpsave.hxx
index 16f1798..931f828 100644
--- a/sc/inc/dpsave.hxx
+++ b/sc/inc/dpsave.hxx
@@ -2,7 +2,7 @@
 /*************************************************************************
  *
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- * 
+ *
  * Copyright 2000, 2010 Oracle and/or its affiliates.
  *
  * OpenOffice.org - a multi-platform office productivity suite
@@ -337,7 +337,7 @@ public:
     void SetDimensionData( const ScDPDimensionSaveData* pNew ); // copied
     void BuildAllDimensionMembers(ScDPTableData* pData);
 
-    /** 
+    /**
      * Check whether a dimension has one or more invisible members.
      *
      * @param rDimName dimension name
diff --git a/sc/inc/dptabsrc.hxx b/sc/inc/dptabsrc.hxx
index 149971e..8124b29 100644
--- a/sc/inc/dptabsrc.hxx
+++ b/sc/inc/dptabsrc.hxx
@@ -2,7 +2,7 @@
 /*************************************************************************
  *
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- * 
+ *
  * Copyright 2000, 2010 Oracle and/or its affiliates.
  *
  * OpenOffice.org - a multi-platform office productivity suite
@@ -35,7 +35,6 @@
 #include <list>
 #include <memory>
 #include <tools/string.hxx>
-#include <tools/list.hxx>
 #include "global.hxx"		// enum ScSubTotalFunc
 #include <com/sun/star/sheet/XDimensionsSupplier.hpp>
 #include <com/sun/star/sheet/XHierarchiesSupplier.hpp>
@@ -63,7 +62,7 @@
 #include "dpglobal.hxx"
 #include "dptabdat.hxx"
 
-namespace com { namespace sun { namespace star { 
+namespace com { namespace sun { namespace star {
     namespace sheet {
         struct DataPilotFieldFilter;
     }
@@ -144,15 +143,15 @@ private:
     void					FillLevelList( USHORT nOrientation, List& rList );
     void                    FillCalcInfo(bool bIsRow, ScDPTableData::CalcInfo& rInfo, bool &bHasAutoShow);
 
-    /** 
-     * Compile a list of dimension indices that are either, column, row or 
-     * page dimensions (i.e. all but data dimensions). 
+    /**
+     * Compile a list of dimension indices that are either, column, row or
+     * page dimensions (i.e. all but data dimensions).
      */
     void                    GetCategoryDimensionIndices(::boost::unordered_set<sal_Int32>& rCatDims);
 
-    /** 
-     * Set visibilities of individual rows in the cache table based on the 
-     * page field data. 
+    /**
+     * Set visibilities of individual rows in the cache table based on the
+     * page field data.
      */
     void                    FilterCacheTableByPageDimensions();
 
@@ -215,8 +214,8 @@ public:
                                 throw(::com::sun::star::uno::RuntimeException);
 
                             // XDrillDownDataSupplier
-    virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any > > 
-        SAL_CALL getDrillDownData(const ::com::sun::star::uno::Sequence< 
+    virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any > >
+        SAL_CALL getDrillDownData(const ::com::sun::star::uno::Sequence<
                                       ::com::sun::star::sheet::DataPilotFieldFilter >& aFilters )
                                 throw(::com::sun::star::uno::RuntimeException);
 
diff --git a/sc/inc/fmtuno.hxx b/sc/inc/fmtuno.hxx
index 1fa57b3..eeb25b9 100644
--- a/sc/inc/fmtuno.hxx
+++ b/sc/inc/fmtuno.hxx
@@ -2,7 +2,7 @@
 /*************************************************************************
  *
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- * 
+ *
  * Copyright 2000, 2010 Oracle and/or its affiliates.
  *
  * OpenOffice.org - a multi-platform office productivity suite
@@ -32,7 +32,6 @@
 #include "address.hxx"
 #include "conditio.hxx"
 #include <formula/grammar.hxx>
-#include <tools/list.hxx>
 #include <svl/itemprop.hxx>
 #include <com/sun/star/sheet/XSheetConditionalEntries.hpp>
 #include <com/sun/star/sheet/XSheetCondition.hpp>
diff --git a/sc/inc/refreshtimer.hxx b/sc/inc/refreshtimer.hxx
index b9e3d76..c4e3677 100644
--- a/sc/inc/refreshtimer.hxx
+++ b/sc/inc/refreshtimer.hxx
@@ -29,7 +29,6 @@
 #ifndef SC_REFRESHTIMER_HXX
 #define SC_REFRESHTIMER_HXX
 
-#include <tools/list.hxx>
 #include <vcl/timer.hxx>
 #include <osl/mutex.hxx>
 #include <scdllapi.h>
diff --git a/sc/source/filter/inc/dif.hxx b/sc/source/filter/inc/dif.hxx
index ad9b52a..972fa83 100644
--- a/sc/source/filter/inc/dif.hxx
+++ b/sc/source/filter/inc/dif.hxx
@@ -2,7 +2,7 @@
 /*************************************************************************
  *
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- * 
+ *
  * Copyright 2000, 2010 Oracle and/or its affiliates.
  *
  * OpenOffice.org - a multi-platform office productivity suite
@@ -31,7 +31,6 @@
 #define SC_DIF_HXX
 
 #include <tools/debug.hxx>
-#include <tools/list.hxx>
 #include <tools/string.hxx>
 #include "global.hxx"
 #include "address.hxx"
diff --git a/sc/source/filter/inc/excscen.hxx b/sc/source/filter/inc/excscen.hxx
index 849a9dc..bf91b53 100644
--- a/sc/source/filter/inc/excscen.hxx
+++ b/sc/source/filter/inc/excscen.hxx
@@ -2,7 +2,7 @@
 /*************************************************************************
  *
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- * 
+ *
  * Copyright 2000, 2010 Oracle and/or its affiliates.
  *
  * OpenOffice.org - a multi-platform office productivity suite
@@ -30,7 +30,6 @@
 #define SC_EXCSCEN_HXX
 
 #include <tools/solar.h>
-#include <tools/list.hxx>
 #include <tools/string.hxx>
 
 
diff --git a/sc/source/filter/inc/formel.hxx b/sc/source/filter/inc/formel.hxx
index 309f61f..d18be9b 100644
--- a/sc/source/filter/inc/formel.hxx
+++ b/sc/source/filter/inc/formel.hxx
@@ -2,7 +2,7 @@
 /*************************************************************************
  *
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- * 
+ *
  * Copyright 2000, 2010 Oracle and/or its affiliates.
  *
  * OpenOffice.org - a multi-platform office productivity suite
@@ -30,7 +30,6 @@
 #define SC_FORMEL_HXX
 
 #include <tools/solar.h>
-#include <tools/list.hxx>
 #include <tools/string.hxx>
 #include "tokstack.hxx"
 #include "root.hxx"
diff --git a/sc/source/filter/inc/ftools.hxx b/sc/source/filter/inc/ftools.hxx
index 16cc643..89138c5 100644
--- a/sc/source/filter/inc/ftools.hxx
+++ b/sc/source/filter/inc/ftools.hxx
@@ -34,7 +34,6 @@
 #include <limits>
 #include <memory>
 #include <tools/string.hxx>
-#include <tools/list.hxx>
 #include <tools/debug.hxx>
 #include <sal/macros.h>
 #include <oox/helper/helper.hxx>
diff --git a/sc/source/filter/inc/lotattr.hxx b/sc/source/filter/inc/lotattr.hxx
index 3f4f1b9..f1d4259 100644
--- a/sc/source/filter/inc/lotattr.hxx
+++ b/sc/source/filter/inc/lotattr.hxx
@@ -2,7 +2,7 @@
 /*************************************************************************
  *
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- * 
+ *
  * Copyright 2000, 2010 Oracle and/or its affiliates.
  *
  * OpenOffice.org - a multi-platform office productivity suite
@@ -30,7 +30,6 @@
 #define SC_LOTATTR_HXX
 
 #include <tools/solar.h>
-#include <tools/list.hxx>
 #include "patattr.hxx"
 #include "scitems.hxx"
 #include "address.hxx"
diff --git a/sc/source/ui/inc/output.hxx b/sc/source/ui/inc/output.hxx
index b845fff..0d6afc2 100644
--- a/sc/source/ui/inc/output.hxx
+++ b/sc/source/ui/inc/output.hxx
@@ -2,7 +2,7 @@
 /*************************************************************************
  *
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- * 
+ *
  * Copyright 2000, 2010 Oracle and/or its affiliates.
  *
  * OpenOffice.org - a multi-platform office productivity suite
@@ -30,7 +30,6 @@
 #define SC_OUTPUT_HXX
 
 #include "address.hxx"
-#include <tools/list.hxx>
 #include <tools/color.hxx>
 #include <tools/fract.hxx>
 #include <com/sun/star/embed/XEmbeddedObject.hpp>


More information about the Libreoffice-commits mailing list