summaryrefslogtreecommitdiff
path: root/chart2/source/view/inc/ConfigAccess.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/view/inc/ConfigAccess.hxx')
-rw-r--r--chart2/source/view/inc/ConfigAccess.hxx7
1 files changed, 2 insertions, 5 deletions
diff --git a/chart2/source/view/inc/ConfigAccess.hxx b/chart2/source/view/inc/ConfigAccess.hxx
index 556b371f1d81..41701d8ef2b0 100644
--- a/chart2/source/view/inc/ConfigAccess.hxx
+++ b/chart2/source/view/inc/ConfigAccess.hxx
@@ -20,9 +20,7 @@
#ifndef INCLUDED_CHART2_SOURCE_VIEW_INC_CONFIGACCESS_HXX
#define INCLUDED_CHART2_SOURCE_VIEW_INC_CONFIGACCESS_HXX
-namespace chart
-{
-namespace ConfigAccess
+namespace chart::ConfigAccess
{
/** @descr Retrieve the setting for showing errors in charts from the registry
settings of the Calc application.
@@ -32,9 +30,8 @@ namespace ConfigAccess
@return boolean UseErrorRectangle.
*/
bool getUseErrorRectangle();
-}
-} //namespace chart
+} //namespace chart::ConfigAccess
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */