summaryrefslogtreecommitdiffstats
path: root/chart2/source/model/template/FilledNetChartType.hxx
diff options
context:
space:
mode:
authorPhilipp Hofer <philipp.hofer@protonmail.com>2020-11-12 12:50:27 +0100
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2020-11-22 01:57:32 +0100
commit79b6055acd1ea27a9f054e6980abbe2024cdc4a2 (patch)
tree1f441f303313ef5500e4b24a596c33640837b787 /chart2/source/model/template/FilledNetChartType.hxx
parenttdf#123936 Formatting files in module configmgr with clang-format (diff)
downloadcore-79b6055acd1ea27a9f054e6980abbe2024cdc4a2.tar.gz
core-79b6055acd1ea27a9f054e6980abbe2024cdc4a2.zip
tdf#123936 Formatting files in module chart2 with clang-format
Change-Id: Ie4dea73190040e5716fe531cf35fae20d7e175db Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105650 Tested-by: Jenkins Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
Diffstat (limited to 'chart2/source/model/template/FilledNetChartType.hxx')
-rw-r--r--chart2/source/model/template/FilledNetChartType.hxx14
1 files changed, 5 insertions, 9 deletions
diff --git a/chart2/source/model/template/FilledNetChartType.hxx b/chart2/source/model/template/FilledNetChartType.hxx
index 48c641bfccdf..0ca41b60ba55 100644
--- a/chart2/source/model/template/FilledNetChartType.hxx
+++ b/chart2/source/model/template/FilledNetChartType.hxx
@@ -22,28 +22,24 @@
namespace chart
{
-
class FilledNetChartType final : public NetChartType_Base
{
public:
explicit FilledNetChartType();
virtual ~FilledNetChartType() override;
- virtual OUString SAL_CALL
- getImplementationName() override;
- virtual sal_Bool SAL_CALL
- supportsService( const OUString& ServiceName ) override;
- virtual css::uno::Sequence< OUString > SAL_CALL
- getSupportedServiceNames() override;
+ virtual OUString SAL_CALL getImplementationName() override;
+ virtual sal_Bool SAL_CALL supportsService(const OUString& ServiceName) override;
+ virtual css::uno::Sequence<OUString> SAL_CALL getSupportedServiceNames() override;
private:
- explicit FilledNetChartType( const FilledNetChartType & rOther );
+ explicit FilledNetChartType(const FilledNetChartType& rOther);
// ____ XChartType ____
virtual OUString SAL_CALL getChartType() override;
// ____ XCloneable ____
- virtual css::uno::Reference< css::util::XCloneable > SAL_CALL createClone() override;
+ virtual css::uno::Reference<css::util::XCloneable> SAL_CALL createClone() override;
};
} // namespace chart