summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2013-12-30 08:58:18 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2014-01-29 08:09:29 +0100
commita68313339339d6c4f1734674c1449fb78511cb68 (patch)
treecfed9bd47ec1b1e357d67699b123192f782eabe7 /sc
parenta07cce8d066a9804c2642d1e7a7c98bb814f2c3a (diff)
simlplify
Change-Id: I8ff774d9f26ff0c9a2241ee14935a86085a3209d
Diffstat (limited to 'sc')
-rw-r--r--sc/source/ui/unoobj/chart2uno.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/unoobj/chart2uno.cxx b/sc/source/ui/unoobj/chart2uno.cxx
index d85f7c2678c7..3df59af73c28 100644
--- a/sc/source/ui/unoobj/chart2uno.cxx
+++ b/sc/source/ui/unoobj/chart2uno.cxx
@@ -1540,8 +1540,8 @@ ScChart2DataProvider::createDataSource(
pValueTokens.reset(pChartMap->getAllColHeaderRanges());
SAL_WNODEPRECATED_DECLARATIONS_PUSH
- auto_ptr< vector<ScTokenRef> > pLabelTokens(NULL);
- pLabelTokens.reset(pChartMap->getLeftUpperCornerRanges());
+ auto_ptr< vector<ScTokenRef> > pLabelTokens(
+ pChartMap->getLeftUpperCornerRanges());
SAL_WNODEPRECATED_DECLARATIONS_POP
Reference< chart2::data::XLabeledDataSequence > xCategories = lcl_createLabeledDataSequenceFromTokens(