summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/xmldpimp.cxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2013-01-11 15:33:23 -0500
committerKohei Yoshida <kohei.yoshida@gmail.com>2013-01-11 23:37:11 -0500
commitecb7b8b698e47015b23cd4f7f7812df55c682a1f (patch)
treefdfae4248350d424ed48424973f445b9316f9a85 /sc/source/filter/xml/xmldpimp.cxx
parentab3c544633612a2079a918bf05bb59a21e17f208 (diff)
Let's remove this underused bAlive flag....
It's no longer that useful in today's pivot table design. Change-Id: I665a7707126793dfde17a2221ba563d22a59aad1
Diffstat (limited to 'sc/source/filter/xml/xmldpimp.cxx')
-rw-r--r--sc/source/filter/xml/xmldpimp.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/source/filter/xml/xmldpimp.cxx b/sc/source/filter/xml/xmldpimp.cxx
index 229db29e6355..ac42282316c7 100644
--- a/sc/source/filter/xml/xmldpimp.cxx
+++ b/sc/source/filter/xml/xmldpimp.cxx
@@ -551,7 +551,6 @@ void ScXMLDataPilotTableContext::EndElement()
if ( pDPCollection->GetByName(pDPObject->GetName()) )
pDPObject->SetName( String() ); // ignore the invalid name, create a new name in AfterXMLLoading
- pDPObject->SetAlive(sal_True);
pDPCollection->InsertNewTable(pDPObject);
}
SetButtons();