summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/cellsuno.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-09-09 19:42:03 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-09-10 08:48:08 +0200
commita6a5064c371017676f606a7a2823214146003572 (patch)
tree6b0f71af7a1fc636f113b87d2a11b6eb01e5bb5c /sc/source/ui/unoobj/cellsuno.cxx
parentefe119aaa50e9f532b3fac1ef153469c80f24b80 (diff)
loplugin:simplifyconstruct in sc
Change-Id: I1f67cef740eb946fea9097e6f62085d25b1e891b Reviewed-on: https://gerrit.libreoffice.org/60225 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc/source/ui/unoobj/cellsuno.cxx')
-rw-r--r--sc/source/ui/unoobj/cellsuno.cxx14
1 files changed, 0 insertions, 14 deletions
diff --git a/sc/source/ui/unoobj/cellsuno.cxx b/sc/source/ui/unoobj/cellsuno.cxx
index 6b6985cdd5b4..bb877953a05c 100644
--- a/sc/source/ui/unoobj/cellsuno.cxx
+++ b/sc/source/ui/unoobj/cellsuno.cxx
@@ -1399,12 +1399,6 @@ static OUString lcl_GetInputString( ScDocument& rDoc, const ScAddress& rPos, boo
ScCellRangesBase::ScCellRangesBase(ScDocShell* pDocSh, const ScRange& rR) :
pPropSet(lcl_GetCellsPropertySet()),
pDocShell( pDocSh ),
- pValueListener( nullptr ),
- pCurrentFlat( nullptr ),
- pCurrentDeep( nullptr ),
- pCurrentDataSet( nullptr ),
- pNoDfltCurrentDataSet( nullptr ),
- pMarkData( nullptr ),
nObjectId( 0 ),
bChartColAsHdr( false ),
bChartRowAsHdr( false ),
@@ -1436,12 +1430,6 @@ ScCellRangesBase::ScCellRangesBase(ScDocShell* pDocSh, const ScRange& rR) :
ScCellRangesBase::ScCellRangesBase(ScDocShell* pDocSh, const ScRangeList& rR) :
pPropSet(lcl_GetCellsPropertySet()),
pDocShell( pDocSh ),
- pValueListener( nullptr ),
- pCurrentFlat( nullptr ),
- pCurrentDeep( nullptr ),
- pCurrentDataSet( nullptr ),
- pNoDfltCurrentDataSet( nullptr ),
- pMarkData( nullptr ),
aRanges( rR ),
nObjectId( 0 ),
bChartColAsHdr( false ),
@@ -8913,7 +8901,6 @@ sal_Bool SAL_CALL ScCellsObj::hasElements()
ScCellsEnumeration::ScCellsEnumeration(ScDocShell* pDocSh, const ScRangeList& rR) :
pDocShell( pDocSh ),
aRanges( rR ),
- pMark( nullptr ),
bAtEnd( false )
{
ScDocument& rDoc = pDocShell->GetDocument();
@@ -9156,7 +9143,6 @@ uno::Reference<container::XEnumeration> SAL_CALL ScCellFormatsObj::createEnumera
ScCellFormatsEnumeration::ScCellFormatsEnumeration(ScDocShell* pDocSh, const ScRange& rRange) :
pDocShell( pDocSh ),
nTab( rRange.aStart.Tab() ),
- pIter( nullptr ),
bAtEnd( false ),
bDirty( false )
{