summaryrefslogtreecommitdiff
path: root/chart2/source/inc/StatisticsHelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/inc/StatisticsHelper.hxx')
-rw-r--r--chart2/source/inc/StatisticsHelper.hxx6
1 files changed, 1 insertions, 5 deletions
diff --git a/chart2/source/inc/StatisticsHelper.hxx b/chart2/source/inc/StatisticsHelper.hxx
index d9793456917f..3e6b84a5997f 100644
--- a/chart2/source/inc/StatisticsHelper.hxx
+++ b/chart2/source/inc/StatisticsHelper.hxx
@@ -31,10 +31,7 @@ namespace com::sun::star::chart2::data { class XDataSource; }
namespace com::sun::star::chart2::data { class XLabeledDataSequence; }
namespace com::sun::star::uno { template <typename > class Sequence; }
-namespace chart
-{
-
-namespace StatisticsHelper
+namespace chart::StatisticsHelper
{
/** Calculates 1/n * sum (x_i - x_mean)^2.
@@ -97,7 +94,6 @@ namespace StatisticsHelper
OOO_DLLPUBLIC_CHARTTOOLS bool usesErrorBarRanges(
const css::uno::Reference< css::chart2::XDataSeries > & xDataSeries,
bool bYError = true );
-}
} // namespace chart