summaryrefslogtreecommitdiff
path: root/svl/source/items/style.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svl/source/items/style.cxx')
-rw-r--r--svl/source/items/style.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svl/source/items/style.cxx b/svl/source/items/style.cxx
index bbbd45ede5e2..a9a9ce3ce7c5 100644
--- a/svl/source/items/style.cxx
+++ b/svl/source/items/style.cxx
@@ -385,7 +385,7 @@ namespace {
struct DoesStyleMatchStyleSheetPredicate SAL_FINAL : public svl::StyleSheetPredicate
{
- DoesStyleMatchStyleSheetPredicate(SfxStyleSheetIterator *it)
+ explicit DoesStyleMatchStyleSheetPredicate(SfxStyleSheetIterator *it)
: mIterator(it) {;}
bool
@@ -717,7 +717,7 @@ SfxStyleSheetBasePool& SfxStyleSheetBasePool::operator=( const SfxStyleSheetBase
namespace {
struct AddStyleSheetCallback : svl::StyleSheetCallback
{
- AddStyleSheetCallback(SfxStyleSheetBasePool *pool)
+ explicit AddStyleSheetCallback(SfxStyleSheetBasePool *pool)
: mPool(pool) {;}
void DoIt(const SfxStyleSheetBase& ssheet) SAL_OVERRIDE
@@ -820,7 +820,7 @@ namespace
struct StyleSheetDisposerFunctor SAL_FINAL : public svl::StyleSheetDisposer
{
- StyleSheetDisposerFunctor(SfxStyleSheetBasePool* pool)
+ explicit StyleSheetDisposerFunctor(SfxStyleSheetBasePool* pool)
: mPool(pool) {;}
void