Date: prev next · Thread: first prev next last
2010 Archives by date, by thread · List index


Hello,

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

Julien
(LGPLv3+ / MPL)
commit 3d43e48f2ce30615a33ca3cc3e5b634a7893b02f
Author: serval <serval@ilapharm.com>
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 ),

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.