summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj
diff options
context:
space:
mode:
authorserval <serval@ilapharm.com>2010-12-13 21:40:13 +0000
committerCaolán McNamara <caolanm@redhat.com>2010-12-13 21:40:13 +0000
commitc36e61421b36099b041a508f09cd1da0af32dd01 (patch)
tree4007097a369a175e0103babfe71d0947e392d41b /sc/source/ui/unoobj
parent377e0dfe9ee749f1e6ce042633650f85ca4fdce8 (diff)
Remove callcatcher for ScCellRangesBase
Diffstat (limited to 'sc/source/ui/unoobj')
-rw-r--r--sc/source/ui/unoobj/cellsuno.cxx19
1 files changed, 0 insertions, 19 deletions
diff --git a/sc/source/ui/unoobj/cellsuno.cxx b/sc/source/ui/unoobj/cellsuno.cxx
index 8bb81bdfb0f2..6db2acfed241 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 ),