diff options
author | David Tardon <dtardon@redhat.com> | 2016-11-13 19:08:22 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2016-11-13 19:08:22 +0100 |
commit | 27a165cfc97f004ecf5d911a3adc3b5ced36f7fd (patch) | |
tree | 6244eb05a99e167a141b72c2cfa25efd7609f504 /sd | |
parent | a21d24ca72b792c9fdd74894ebf773c72fc2b704 (diff) |
drop useless semicolons
Change-Id: I039f8ff491b42ea9c3936bf13922df8095434228
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/core/stlpool.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/core/stlpool.cxx b/sd/source/core/stlpool.cxx index 84b2db9865f1..a71f529bc7a9 100644 --- a/sd/source/core/stlpool.cxx +++ b/sd/source/core/stlpool.cxx @@ -616,7 +616,7 @@ namespace struct HasFamilyPredicate : svl::StyleSheetPredicate { explicit HasFamilyPredicate(SfxStyleFamily eFamily) - : meFamily(eFamily) {;} + : meFamily(eFamily) {} bool Check(const SfxStyleSheetBase& sheet) override { @@ -926,7 +926,7 @@ namespace struct StyleSheetIsUserDefinedPredicate : svl::StyleSheetPredicate { StyleSheetIsUserDefinedPredicate() - {;} + {} bool Check(const SfxStyleSheetBase& sheet) override { |