summaryrefslogtreecommitdiffstats
path: root/chart2/source/controller/sidebar
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-07-16 14:06:05 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-07-16 16:21:24 +0200
commit5755203865f5b42c9d43b6a1d441709319fcb7a5 (patch)
tree394a81fda5a167328828d6693b00e300941f5788 /chart2/source/controller/sidebar
parentmerge needlessly split polygons back in Skia drawing (tdf#133016) (diff)
downloadcore-5755203865f5b42c9d43b6a1d441709319fcb7a5.tar.gz
core-5755203865f5b42c9d43b6a1d441709319fcb7a5.zip
compact namespace: chart2
Change-Id: I3c9f42b2fc40d65e573a668ed7c4eb88dc64d22b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98904 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'chart2/source/controller/sidebar')
-rw-r--r--chart2/source/controller/sidebar/ChartSidebarModifyListener.hxx5
-rw-r--r--chart2/source/controller/sidebar/ChartSidebarSelectionListener.hxx5
-rw-r--r--chart2/source/controller/sidebar/ChartTypePanel.hxx11
3 files changed, 5 insertions, 16 deletions
diff --git a/chart2/source/controller/sidebar/ChartSidebarModifyListener.hxx b/chart2/source/controller/sidebar/ChartSidebarModifyListener.hxx
index 9efe382e2761..c22f9d3e6987 100644
--- a/chart2/source/controller/sidebar/ChartSidebarModifyListener.hxx
+++ b/chart2/source/controller/sidebar/ChartSidebarModifyListener.hxx
@@ -13,8 +13,7 @@
#include <com/sun/star/util/XModifyListener.hpp>
#include <cppuhelper/implbase.hxx>
-namespace chart {
-namespace sidebar {
+namespace chart::sidebar {
class ChartSidebarModifyListenerParent
{
@@ -41,7 +40,7 @@ private:
ChartSidebarModifyListenerParent* mpParent;
};
-} }
+}
#endif
diff --git a/chart2/source/controller/sidebar/ChartSidebarSelectionListener.hxx b/chart2/source/controller/sidebar/ChartSidebarSelectionListener.hxx
index 84efd0323fc5..29741f6a26c0 100644
--- a/chart2/source/controller/sidebar/ChartSidebarSelectionListener.hxx
+++ b/chart2/source/controller/sidebar/ChartSidebarSelectionListener.hxx
@@ -17,8 +17,7 @@
#include <vector>
-namespace chart {
-namespace sidebar {
+namespace chart::sidebar {
class ChartSidebarSelectionListenerParent
{
@@ -50,7 +49,7 @@ private:
std::vector<ObjectType> maTypes;
};
-} }
+}
#endif
diff --git a/chart2/source/controller/sidebar/ChartTypePanel.hxx b/chart2/source/controller/sidebar/ChartTypePanel.hxx
index 0186cf6419b9..6e0903f334fb 100644
--- a/chart2/source/controller/sidebar/ChartTypePanel.hxx
+++ b/chart2/source/controller/sidebar/ChartTypePanel.hxx
@@ -28,19 +28,10 @@
#include <ChartTypeTemplateProvider.hxx>
#include <TimerTriggeredControllerLock.hxx>
-namespace com
-{
-namespace sun
-{
-namespace star
-{
-namespace util
+namespace com::sun::star::util
{
class XModifyListener;
}
-}
-}
-}
namespace weld
{