chart2/source/tools/ErrorBar.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 787a663d8579921af4176feeb265dea8aac4d50c
Author: Markus Mohrhard <markus.mohrh...@collabora.co.uk>
Date:   Tue Mar 11 22:10:30 2014 +0100

    fix negative error bar range export, fdo#75510
    
    Change-Id: Icca2f9fc26b15b968a940e5c73f7ad3781f75e94
    (cherry picked from commit 7470b3ef17570581fe590a4853de59cac1be6ea5)
    Reviewed-on: https://gerrit.libreoffice.org/8535
    Reviewed-by: Kohei Yoshida <libreoff...@kohei.us>
    Tested-by: Kohei Yoshida <libreoff...@kohei.us>

diff --git a/chart2/source/tools/ErrorBar.cxx b/chart2/source/tools/ErrorBar.cxx
index 3e305b9..cd55836 100644
--- a/chart2/source/tools/ErrorBar.cxx
+++ b/chart2/source/tools/ErrorBar.cxx
@@ -254,7 +254,7 @@ uno::Any ErrorBar::getPropertyValue(const OUString& 
rPropName)
             uno::Sequence< uno::Reference< chart2::data::XLabeledDataSequence 
> > aSequences =
                 getDataSequences();
 
-            aRange = getSourceRangeStrFromLabeledSequences( aSequences, true );
+            aRange = getSourceRangeStrFromLabeledSequences( aSequences, false 
);
         }
 
         aRet <<= aRange;
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to