summaryrefslogtreecommitdiffstats
path: root/sd
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2016-11-13 19:08:22 +0100
committerDavid Tardon <dtardon@redhat.com>2016-11-13 19:08:22 +0100
commit27a165cfc97f004ecf5d911a3adc3b5ced36f7fd (patch)
tree6244eb05a99e167a141b72c2cfa25efd7609f504 /sd
parentrevert unintentionally committed lines (diff)
downloadcore-27a165cfc97f004ecf5d911a3adc3b5ced36f7fd.tar.gz
core-27a165cfc97f004ecf5d911a3adc3b5ced36f7fd.zip
drop useless semicolons
Change-Id: I039f8ff491b42ea9c3936bf13922df8095434228
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
{