diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2015-07-18 00:31:35 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2015-07-18 00:31:35 +0200 |
commit | c84dd5135a785204f78945f32eaa4d8dc7d27c9f (patch) | |
tree | 16cc50c5f65ac013beb06f20433b6db468470052 /chart2 | |
parent | b7f20ddfab77de8d8e535ae6253111dc67610bbd (diff) |
fix build
Diffstat (limited to 'chart2')
-rw-r--r-- | chart2/source/controller/sidebar/ChartErrorBarPanel.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chart2/source/controller/sidebar/ChartErrorBarPanel.cxx b/chart2/source/controller/sidebar/ChartErrorBarPanel.cxx index 79ab0d05198f..278d2deafc54 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 |