From 27a165cfc97f004ecf5d911a3adc3b5ced36f7fd Mon Sep 17 00:00:00 2001 From: David Tardon Date: Sun, 13 Nov 2016 19:08:22 +0100 Subject: drop useless semicolons Change-Id: I039f8ff491b42ea9c3936bf13922df8095434228 --- svl/source/items/style.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'svl/source/items/style.cxx') diff --git a/svl/source/items/style.cxx b/svl/source/items/style.cxx index aa9ea3a79002..b4e8fe5b5b25 100644 --- a/svl/source/items/style.cxx +++ b/svl/source/items/style.cxx @@ -381,7 +381,7 @@ namespace { struct DoesStyleMatchStyleSheetPredicate final : public svl::StyleSheetPredicate { explicit DoesStyleMatchStyleSheetPredicate(SfxStyleSheetIterator *it) - : mIterator(it) {;} + : mIterator(it) {} bool Check(const SfxStyleSheetBase& styleSheet) override @@ -701,7 +701,7 @@ namespace { struct AddStyleSheetCallback : svl::StyleSheetCallback { explicit AddStyleSheetCallback(SfxStyleSheetBasePool *pool) - : mPool(pool) {;} + : mPool(pool) {} void DoIt(const SfxStyleSheetBase& ssheet) override { @@ -804,7 +804,7 @@ namespace struct StyleSheetDisposerFunctor final : public svl::StyleSheetDisposer { explicit StyleSheetDisposerFunctor(SfxStyleSheetBasePool* pool) - : mPool(pool) {;} + : mPool(pool) {} void Dispose(rtl::Reference styleSheet) override -- cgit