summaryrefslogtreecommitdiff
path: root/chart2/source/controller/inc/ConfigurationAccess.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/controller/inc/ConfigurationAccess.hxx')
-rw-r--r--chart2/source/controller/inc/ConfigurationAccess.hxx6
1 files changed, 1 insertions, 5 deletions
diff --git a/chart2/source/controller/inc/ConfigurationAccess.hxx b/chart2/source/controller/inc/ConfigurationAccess.hxx
index 416ae72fe832..404e3ea6723c 100644
--- a/chart2/source/controller/inc/ConfigurationAccess.hxx
+++ b/chart2/source/controller/inc/ConfigurationAccess.hxx
@@ -22,10 +22,7 @@
#include <tools/fldunit.hxx>
-namespace chart
-{
-
-namespace ConfigurationAccess
+namespace chart::ConfigurationAccess
{
/** @descr Retrieve the FieldUnit to be used for the UI. This unit is retrieved
from the registry settings of the Calc application.
@@ -36,7 +33,6 @@ namespace ConfigurationAccess
@return the FieldUnit enum. See <vcl/fldunit.hxx> for definition
*/
FieldUnit getFieldUnit();
-}
} //namespace chart
#endif