summaryrefslogtreecommitdiff
path: root/chart2/source/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-05-02 15:53:49 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-05-03 09:07:36 +0200
commit68e213319f2a3ee2f90e7bfccae8e5e13492d357 (patch)
tree44ef8a6d927420111ddea01975dfcdc25556ad55 /chart2/source/inc
parent0d7f5e060663cb747b0dc50bb76c162484e4dae4 (diff)
remove empty comments
found with: git ls-files | xargs grep -Pzl '/\*\* (\*|\s| )*\*/' Change-Id: I1f47bcb94d5a7b290a6c622c6941195fbb578597 Reviewed-on: https://gerrit.libreoffice.org/37159 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'chart2/source/inc')
-rw-r--r--chart2/source/inc/AxisHelper.hxx3
-rw-r--r--chart2/source/inc/ChartModelHelper.hxx3
-rw-r--r--chart2/source/inc/ChartViewHelper.hxx3
-rw-r--r--chart2/source/inc/ColorPerPointHelper.hxx3
-rw-r--r--chart2/source/inc/DataSourceHelper.hxx3
-rw-r--r--chart2/source/inc/LegendHelper.hxx3
-rw-r--r--chart2/source/inc/ObjectIdentifier.hxx2
-rw-r--r--chart2/source/inc/RelativePositionHelper.hxx3
-rw-r--r--chart2/source/inc/Scaling.hxx3
-rw-r--r--chart2/source/inc/ThreeDHelper.hxx3
-rw-r--r--chart2/source/inc/chartview/DataPointSymbolSupplier.hxx3
-rw-r--r--chart2/source/inc/chartview/ExplicitValueProvider.hxx3
12 files changed, 0 insertions, 35 deletions
diff --git a/chart2/source/inc/AxisHelper.hxx b/chart2/source/inc/AxisHelper.hxx
index a0edd492b693..65d908aacec3 100644
--- a/chart2/source/inc/AxisHelper.hxx
+++ b/chart2/source/inc/AxisHelper.hxx
@@ -35,9 +35,6 @@
namespace chart
{
-/**
-*/
-
class OOO_DLLPUBLIC_CHARTTOOLS AxisHelper
{
public:
diff --git a/chart2/source/inc/ChartModelHelper.hxx b/chart2/source/inc/ChartModelHelper.hxx
index 7dcce430fad4..449c4fc40244 100644
--- a/chart2/source/inc/ChartModelHelper.hxx
+++ b/chart2/source/inc/ChartModelHelper.hxx
@@ -38,9 +38,6 @@
namespace chart
{
-/**
-*/
-
class OOO_DLLPUBLIC_CHARTTOOLS ChartModelHelper
{
public:
diff --git a/chart2/source/inc/ChartViewHelper.hxx b/chart2/source/inc/ChartViewHelper.hxx
index 1925511a9c00..5bde941b709d 100644
--- a/chart2/source/inc/ChartViewHelper.hxx
+++ b/chart2/source/inc/ChartViewHelper.hxx
@@ -25,9 +25,6 @@
namespace chart
{
-/**
-*/
-
class OOO_DLLPUBLIC_CHARTTOOLS ChartViewHelper
{
public:
diff --git a/chart2/source/inc/ColorPerPointHelper.hxx b/chart2/source/inc/ColorPerPointHelper.hxx
index 12df360f1b53..c482389cb427 100644
--- a/chart2/source/inc/ColorPerPointHelper.hxx
+++ b/chart2/source/inc/ColorPerPointHelper.hxx
@@ -26,9 +26,6 @@
namespace chart
{
-/**
-*/
-
class OOO_DLLPUBLIC_CHARTTOOLS ColorPerPointHelper
{
public:
diff --git a/chart2/source/inc/DataSourceHelper.hxx b/chart2/source/inc/DataSourceHelper.hxx
index 9bfc3360aeb1..8ef4656df7cb 100644
--- a/chart2/source/inc/DataSourceHelper.hxx
+++ b/chart2/source/inc/DataSourceHelper.hxx
@@ -37,9 +37,6 @@
namespace chart
{
-/**
-*/
-
class OOO_DLLPUBLIC_CHARTTOOLS DataSourceHelper
{
public:
diff --git a/chart2/source/inc/LegendHelper.hxx b/chart2/source/inc/LegendHelper.hxx
index 44095006a939..4b7cd17a7c2a 100644
--- a/chart2/source/inc/LegendHelper.hxx
+++ b/chart2/source/inc/LegendHelper.hxx
@@ -30,9 +30,6 @@
namespace chart
{
-/**
-*/
-
class OOO_DLLPUBLIC_CHARTTOOLS LegendHelper
{
public:
diff --git a/chart2/source/inc/ObjectIdentifier.hxx b/chart2/source/inc/ObjectIdentifier.hxx
index 067ff960e2e4..27107c42f08b 100644
--- a/chart2/source/inc/ObjectIdentifier.hxx
+++ b/chart2/source/inc/ObjectIdentifier.hxx
@@ -37,8 +37,6 @@
namespace chart
{
-/**
-*/
enum ObjectType
{
OBJECTTYPE_PAGE,
diff --git a/chart2/source/inc/RelativePositionHelper.hxx b/chart2/source/inc/RelativePositionHelper.hxx
index f97e5eb49d4b..54cf312b10bc 100644
--- a/chart2/source/inc/RelativePositionHelper.hxx
+++ b/chart2/source/inc/RelativePositionHelper.hxx
@@ -30,9 +30,6 @@
namespace chart
{
-/**
-*/
-
class OOO_DLLPUBLIC_CHARTTOOLS RelativePositionHelper
{
public:
diff --git a/chart2/source/inc/Scaling.hxx b/chart2/source/inc/Scaling.hxx
index b04d48bc1d4c..de4c4d67a82f 100644
--- a/chart2/source/inc/Scaling.hxx
+++ b/chart2/source/inc/Scaling.hxx
@@ -28,9 +28,6 @@
namespace chart
{
-/**
-*/
-
class LogarithmicScaling :
public ::cppu::WeakImplHelper<
css::chart2::XScaling,
diff --git a/chart2/source/inc/ThreeDHelper.hxx b/chart2/source/inc/ThreeDHelper.hxx
index 90ac23a3acfc..48b79b316b76 100644
--- a/chart2/source/inc/ThreeDHelper.hxx
+++ b/chart2/source/inc/ThreeDHelper.hxx
@@ -28,9 +28,6 @@
namespace chart
{
-/**
-*/
-
enum ThreeDLookScheme
{
ThreeDLookScheme_Simple,
diff --git a/chart2/source/inc/chartview/DataPointSymbolSupplier.hxx b/chart2/source/inc/chartview/DataPointSymbolSupplier.hxx
index 742e3634d37c..101d94a9cf92 100644
--- a/chart2/source/inc/chartview/DataPointSymbolSupplier.hxx
+++ b/chart2/source/inc/chartview/DataPointSymbolSupplier.hxx
@@ -28,9 +28,6 @@
namespace chart
{
-/**
-*/
-
class OOO_DLLPUBLIC_CHARTVIEW DataPointSymbolSupplier
{
public:
diff --git a/chart2/source/inc/chartview/ExplicitValueProvider.hxx b/chart2/source/inc/chartview/ExplicitValueProvider.hxx
index db1f4671dbfc..456e89ba8ada 100644
--- a/chart2/source/inc/chartview/ExplicitValueProvider.hxx
+++ b/chart2/source/inc/chartview/ExplicitValueProvider.hxx
@@ -37,9 +37,6 @@
namespace chart
{
-/**
-*/
-
class DrawModelWrapper;
class OOO_DLLPUBLIC_CHARTVIEW ExplicitValueProvider
{