[Libreoffice-commits] .: sc/inc sc/source
Caolán McNamara
caolan at kemper.freedesktop.org
Mon Dec 13 13:44:05 PST 2010
sc/inc/cellsuno.hxx | 1 -
sc/source/ui/unoobj/cellsuno.cxx | 19 -------------------
2 files changed, 20 deletions(-)
New commits:
commit e390d8a7147c17bef9fc3357b7b0539cd6904659
Author: serval <serval at ilapharm.com>
Date: Mon Dec 13 21:40:13 2010 +0000
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 ),
More information about the Libreoffice-commits
mailing list