diff options
author | Muhammet Kara <muhammet.kara@collabora.com> | 2020-02-16 10:40:22 +0300 |
---|---|---|
committer | Muhammet Kara <muhammet.kara@collabora.com> | 2020-02-16 11:05:14 +0100 |
commit | 1ec5204eb5f0afd29f487205f8e3f1ea9d626059 (patch) | |
tree | 2a258d735f391f39e2bf70bf0c688f113b0da09e /chart2/source/inc | |
parent | a8487acabd5d3896e3b5ae6a0afd9da500f35edb (diff) |
clang-format chart2 with under 5-percent lines of change
Change-Id: Ia60d23c7a75086c2a68e0e295b99a3df3dfd164f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88771
Tested-by: Jenkins
Reviewed-by: Muhammet Kara <muhammet.kara@collabora.com>
Diffstat (limited to 'chart2/source/inc')
-rw-r--r-- | chart2/source/inc/AxisIndexDefines.hxx | 1 | ||||
-rw-r--r-- | chart2/source/inc/MutexContainer.hxx | 1 | ||||
-rw-r--r-- | chart2/source/inc/StackMode.hxx | 1 | ||||
-rw-r--r-- | chart2/source/inc/TrueGuard.hxx | 3 | ||||
-rw-r--r-- | chart2/source/inc/servicenames.hxx | 1 |
5 files changed, 1 insertions, 6 deletions
diff --git a/chart2/source/inc/AxisIndexDefines.hxx b/chart2/source/inc/AxisIndexDefines.hxx index bc8b4e6dd2ea..779f8fc7ff96 100644 --- a/chart2/source/inc/AxisIndexDefines.hxx +++ b/chart2/source/inc/AxisIndexDefines.hxx @@ -23,7 +23,6 @@ namespace chart { - const sal_Int32 MAIN_AXIS_INDEX = 0; const sal_Int32 SECONDARY_AXIS_INDEX = 1; diff --git a/chart2/source/inc/MutexContainer.hxx b/chart2/source/inc/MutexContainer.hxx index f2a13de3ebd4..bab6b6c3fb1a 100644 --- a/chart2/source/inc/MutexContainer.hxx +++ b/chart2/source/inc/MutexContainer.hxx @@ -23,7 +23,6 @@ namespace chart { - class MutexContainer { protected: diff --git a/chart2/source/inc/StackMode.hxx b/chart2/source/inc/StackMode.hxx index dd6fceeabb95..14e5fe6ee71e 100644 --- a/chart2/source/inc/StackMode.hxx +++ b/chart2/source/inc/StackMode.hxx @@ -21,7 +21,6 @@ namespace chart { - // needed for chart type templates enum class StackMode diff --git a/chart2/source/inc/TrueGuard.hxx b/chart2/source/inc/TrueGuard.hxx index 19047fe8065b..109c64a06c03 100644 --- a/chart2/source/inc/TrueGuard.hxx +++ b/chart2/source/inc/TrueGuard.hxx @@ -26,13 +26,12 @@ namespace chart class TrueGuard final { public: - explicit TrueGuard( bool& rbTrueDuringGuardedTime ); + explicit TrueGuard(bool& rbTrueDuringGuardedTime); ~TrueGuard(); private: bool& m_rbTrueDuringGuardedTime; }; - } // INCLUDED_CHART2_SOURCE_INC_TRUEGUARD_HXX #endif diff --git a/chart2/source/inc/servicenames.hxx b/chart2/source/inc/servicenames.hxx index c34870ca1e70..a63c0939321a 100644 --- a/chart2/source/inc/servicenames.hxx +++ b/chart2/source/inc/servicenames.hxx @@ -21,7 +21,6 @@ namespace chart { - #define CHART_MODEL_SERVICE_IMPLEMENTATION_NAME "com.sun.star.comp.chart2.ChartModel" #define CHART_MODEL_SERVICE_NAME "com.sun.star.chart2.ChartDocument" //@todo create your own service containing the service com.sun.star.document.OfficeDocument |