summaryrefslogtreecommitdiff
path: root/sd/source/filter/eppt/grouptable.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/filter/eppt/grouptable.hxx')
-rw-r--r--sd/source/filter/eppt/grouptable.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/filter/eppt/grouptable.hxx b/sd/source/filter/eppt/grouptable.hxx
index ae6c59407a87..8fd4f1241f17 100644
--- a/sd/source/filter/eppt/grouptable.hxx
+++ b/sd/source/filter/eppt/grouptable.hxx
@@ -28,14 +28,14 @@ struct GroupEntry
sal_uInt32 mnCount;
::com::sun::star::uno::Reference< ::com::sun::star::container::XIndexAccess > mXIndexAccess;
- GroupEntry( ::com::sun::star::uno::Reference< ::com::sun::star::container::XIndexAccess > & rIndex )
+ explicit GroupEntry( ::com::sun::star::uno::Reference< ::com::sun::star::container::XIndexAccess > & rIndex )
{
mXIndexAccess = rIndex;
mnCount =mXIndexAccess->getCount();
mnCurrentPos = 0;
};
- GroupEntry( sal_uInt32 nCount )
+ explicit GroupEntry( sal_uInt32 nCount )
{
mnCount = nCount;
mnCurrentPos = 0;