summaryrefslogtreecommitdiffstats
path: root/chart2/source/controller/itemsetwrapper
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-11-14 21:02:07 +0100
committerStephan Bergmann <sbergman@redhat.com>2013-11-14 21:02:40 +0100
commitab5d1fbfb4956ec431dbceb6b4cc65f7b12e5c5f (patch)
tree9a8a9a87526b4da881a364dd557ea9002e6a6b5b /chart2/source/controller/itemsetwrapper
parentadded import test for CONFIDENCE.NORM and CONFIDENCE.T, fdo#71350 (diff)
downloadcore-ab5d1fbfb4956ec431dbceb6b4cc65f7b12e5c5f.tar.gz
core-ab5d1fbfb4956ec431dbceb6b4cc65f7b12e5c5f.zip
SAL_WARN_UNUSED com::sun::star::uno::Any
Change-Id: I9058044d13f696e07667dce706f6c311af6dbea0
Diffstat (limited to 'chart2/source/controller/itemsetwrapper')
-rw-r--r--chart2/source/controller/itemsetwrapper/DataPointItemConverter.cxx1
-rw-r--r--chart2/source/controller/itemsetwrapper/ErrorBarItemConverter.cxx1
-rw-r--r--chart2/source/controller/itemsetwrapper/StatisticsItemConverter.cxx1
3 files changed, 0 insertions, 3 deletions
diff --git a/chart2/source/controller/itemsetwrapper/DataPointItemConverter.cxx b/chart2/source/controller/itemsetwrapper/DataPointItemConverter.cxx
index a6313c8cdb34..782b0f9c8e95 100644
--- a/chart2/source/controller/itemsetwrapper/DataPointItemConverter.cxx
+++ b/chart2/source/controller/itemsetwrapper/DataPointItemConverter.cxx
@@ -302,7 +302,6 @@ bool DataPointItemConverter::ApplySpecialItem(
throw( uno::Exception )
{
bool bChanged = false;
- uno::Any aValue;
switch( nWhichId )
{
diff --git a/chart2/source/controller/itemsetwrapper/ErrorBarItemConverter.cxx b/chart2/source/controller/itemsetwrapper/ErrorBarItemConverter.cxx
index 284b2c7e3b60..e77860442c95 100644
--- a/chart2/source/controller/itemsetwrapper/ErrorBarItemConverter.cxx
+++ b/chart2/source/controller/itemsetwrapper/ErrorBarItemConverter.cxx
@@ -141,7 +141,6 @@ bool ErrorBarItemConverter::ApplySpecialItem(
throw( uno::Exception )
{
bool bChanged = false;
- uno::Any aValue;
switch( nWhichId )
{
diff --git a/chart2/source/controller/itemsetwrapper/StatisticsItemConverter.cxx b/chart2/source/controller/itemsetwrapper/StatisticsItemConverter.cxx
index 72dd3f9368fc..bf4f050e0863 100644
--- a/chart2/source/controller/itemsetwrapper/StatisticsItemConverter.cxx
+++ b/chart2/source/controller/itemsetwrapper/StatisticsItemConverter.cxx
@@ -252,7 +252,6 @@ bool StatisticsItemConverter::ApplySpecialItem(
throw( uno::Exception )
{
bool bChanged = false;
- uno::Any aValue;
switch( nWhichId )
{