summaryrefslogtreecommitdiffstats
path: root/sd
diff options
context:
space:
mode:
Diffstat (limited to 'sd')
-rw-r--r--sd/source/core/stlpool.cxx4
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
{