summaryrefslogtreecommitdiff
path: root/chart2/source/tools/PropertyHelper.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/tools/PropertyHelper.cxx')
-rw-r--r--chart2/source/tools/PropertyHelper.cxx6
1 files changed, 1 insertions, 5 deletions
diff --git a/chart2/source/tools/PropertyHelper.cxx b/chart2/source/tools/PropertyHelper.cxx
index b874f53027b3..fb242cd567c0 100644
--- a/chart2/source/tools/PropertyHelper.cxx
+++ b/chart2/source/tools/PropertyHelper.cxx
@@ -172,9 +172,7 @@ OUString lcl_addNamedPropertyUniqueNameToTable(
} // anonymous namespace
-namespace chart
-{
-namespace PropertyHelper
+namespace chart::PropertyHelper
{
OUString addLineDashUniqueNameToTable(
@@ -294,8 +292,6 @@ void setEmptyPropertyValueDefault( tPropertyValueMap & rOutMap, tPropertyValueMa
setPropertyValueDefault( rOutMap, key, uno::Any());
}
-} // namespace PropertyHelper
-
} // namespace chart
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */