Hello,

Remove call-catcher / bloat removal with ScCellRangesBase of sc.
Compiling sc was ok.

Julien
(LGPLv3+ / MPL)
commit 3d43e48f2ce30615a33ca3cc3e5b634a7893b02f
Author: serval <[email protected]>
Date:   Mon Dec 13 22:06:35 2010 +0100

    Remove callcatcher for ScCellRangesBase

diff --git a/sc/inc/cellsuno.hxx b/sc/inc/cellsuno.hxx
index 2a34511..4062365 100644
--- a/sc/inc/cellsuno.hxx
+++ b/sc/inc/cellsuno.hxx
@@ -232,7 +232,6 @@ protected:
                                         
::com::sun::star::uno::RuntimeException);
 
 public:
-                            ScCellRangesBase();                // fuer 
SMART_REFLECTION Krempel
                             ScCellRangesBase(ScDocShell* pDocSh, const 
ScRange& rR);
                             ScCellRangesBase(ScDocShell* pDocSh, const 
ScRangeList& rR);
     virtual                                    ~ScCellRangesBase();
diff --git a/sc/source/ui/unoobj/cellsuno.cxx b/sc/source/ui/unoobj/cellsuno.cxx
index c67cf11..fa2a6a6 100644
--- a/sc/source/ui/unoobj/cellsuno.cxx
+++ b/sc/source/ui/unoobj/cellsuno.cxx
@@ -1335,25 +1335,6 @@ String lcl_GetInputString( ScDocument* pDoc, const 
ScAddress& rPosition, BOOL bE
 
 //------------------------------------------------------------------------
 
-// Default-ctor fuer SMART_REFLECTION Krempel
-ScCellRangesBase::ScCellRangesBase() :
-    pPropSet(lcl_GetCellsPropertySet()),
-    pDocShell( NULL ),
-    pValueListener( NULL ),
-    pCurrentFlat( NULL ),
-    pCurrentDeep( NULL ),
-    pCurrentDataSet( NULL ),
-    pNoDfltCurrentDataSet( NULL ),
-    pMarkData( NULL ),
-    nObjectId( 0 ),
-    bChartColAsHdr( FALSE ),
-    bChartRowAsHdr( FALSE ),
-    bCursorOnly( FALSE ),
-    bGotDataChangedHint( FALSE ),
-    aValueListeners( 0 )
-{
-}
-
 ScCellRangesBase::ScCellRangesBase(ScDocShell* pDocSh, const ScRange& rR) :
     pPropSet(lcl_GetCellsPropertySet()),
     pDocShell( pDocSh ),
_______________________________________________
LibreOffice mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to