summaryrefslogtreecommitdiff
path: root/oox/source/ppt
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2015-05-18 07:42:39 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2015-05-18 07:47:21 +0200
commit5f2f57ea644dc116c131dcc82ffb434da94c344b (patch)
tree618fe60a87b0f91a5b6a2cce68d3a54f5efadf88 /oox/source/ppt
parentb6744874cb7fc0e85996e093a56fe89b83d31e2c (diff)
oox: these ctors can be explicit
Change-Id: Ie53422eb4684bc3d720c8922d4764b807df4c8f3
Diffstat (limited to 'oox/source/ppt')
-rw-r--r--oox/source/ppt/buildlistcontext.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/ppt/buildlistcontext.hxx b/oox/source/ppt/buildlistcontext.hxx
index 19bee7666482..a5a46bbd78a4 100644
--- a/oox/source/ppt/buildlistcontext.hxx
+++ b/oox/source/ppt/buildlistcontext.hxx
@@ -29,7 +29,7 @@ namespace oox { namespace ppt {
: public ::oox::core::FragmentHandler2
{
public:
- BuildListContext( ::oox::core::FragmentHandler2& rParent );
+ explicit BuildListContext( ::oox::core::FragmentHandler2& rParent );
virtual ~BuildListContext( );