[Libreoffice-commits] core.git: chart2/source
Markus Mohrhard
markus.mohrhard at googlemail.com
Fri Jul 17 15:32:34 PDT 2015
chart2/source/controller/sidebar/ChartErrorBarPanel.cxx | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit c84dd5135a785204f78945f32eaa4d8dc7d27c9f
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date: Sat Jul 18 00:31:35 2015 +0200
fix build
diff --git a/chart2/source/controller/sidebar/ChartErrorBarPanel.cxx b/chart2/source/controller/sidebar/ChartErrorBarPanel.cxx
index 79ab0d0..278d2de 100644
--- a/chart2/source/controller/sidebar/ChartErrorBarPanel.cxx
+++ b/chart2/source/controller/sidebar/ChartErrorBarPanel.cxx
@@ -244,6 +244,8 @@ IMPL_LINK_NOARG(ChartErrorBarPanel, RadioBtnHdl)
setShowPositiveError(mxModel, aCID, bPos);
setShowNegativeError(mxModel, aCID, bNeg);
+
+ return 0;
}
}} // end of namespace ::chart::sidebar
More information about the Libreoffice-commits
mailing list