summaryrefslogtreecommitdiff
path: root/svx/inc
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2011-02-17 09:32:52 +0100
committerDavid Tardon <dtardon@redhat.com>2011-02-17 09:32:52 +0100
commit3d77416018239f994b6d2bba59ac1b4adb855754 (patch)
treee675907b8f74e4f0852cf92cc371cfa12485a5c8 /svx/inc
parent32748a9fc88e70757eec1fd8af22d6b4777d33f7 (diff)
one-param ctors should be explicit
Diffstat (limited to 'svx/inc')
-rw-r--r--svx/inc/svx/xtable.hxx24
1 files changed, 12 insertions, 12 deletions
diff --git a/svx/inc/svx/xtable.hxx b/svx/inc/svx/xtable.hxx
index 752d4fa415..053bf1303e 100644
--- a/svx/inc/svx/xtable.hxx
+++ b/svx/inc/svx/xtable.hxx
@@ -297,7 +297,7 @@ public:
class SVX_DLLPUBLIC XColorTable : public XPropertyTable
{
public:
- XColorTable( const String& rPath,
+ explicit XColorTable( const String& rPath,
XOutdevItemPool* pXPool = NULL,
USHORT nInitSize = 16,
USHORT nReSize = 16 );
@@ -326,7 +326,7 @@ public:
class XColorList : public XPropertyList
{
public:
- XColorList( const String& rPath,
+ explicit XColorList( const String& rPath,
XOutdevItemPool* pXPool = NULL,
USHORT nInitSize = 16,
USHORT nReSize = 16 );
@@ -353,7 +353,7 @@ public:
class XLineEndTable : public XPropertyTable
{
public:
- XLineEndTable( const String& rPath,
+ explicit XLineEndTable( const String& rPath,
XOutdevItemPool* pXPool = NULL,
USHORT nInitSize = 16,
USHORT nReSize = 16 );
@@ -387,7 +387,7 @@ private:
void impDestroy();
public:
- XLineEndList(const String& rPath, XOutdevItemPool* pXPool = 0, sal_uInt16 nInitSize = 16, sal_uInt16 nReSize = 16);
+ explicit XLineEndList(const String& rPath, XOutdevItemPool* pXPool = 0, sal_uInt16 nInitSize = 16, sal_uInt16 nReSize = 16);
virtual ~XLineEndList();
using XPropertyList::Replace;
@@ -411,7 +411,7 @@ public:
class XDashTable : public XPropertyTable
{
public:
- XDashTable( const String& rPath,
+ explicit XDashTable( const String& rPath,
XOutdevItemPool* pXPool = NULL,
USHORT nInitSize = 16,
USHORT nReSize = 16 );
@@ -445,7 +445,7 @@ private:
void impDestroy();
public:
- XDashList(const String& rPath, XOutdevItemPool* pXPool = 0, sal_uInt16 nInitSize = 16, sal_uInt16 nReSize = 16);
+ explicit XDashList(const String& rPath, XOutdevItemPool* pXPool = 0, sal_uInt16 nInitSize = 16, sal_uInt16 nReSize = 16);
virtual ~XDashList();
using XPropertyList::Replace;
@@ -469,7 +469,7 @@ public:
class XHatchTable : public XPropertyTable
{
public:
- XHatchTable( const String& rPath,
+ explicit XHatchTable( const String& rPath,
XOutdevItemPool* pXPool = NULL,
USHORT nInitSize = 16,
USHORT nReSize = 16 );
@@ -503,7 +503,7 @@ private:
void impDestroy();
public:
- XHatchList(const String& rPath, XOutdevItemPool* pXPool = 0, sal_uInt16 nInitSize = 16, sal_uInt16 nReSize = 16);
+ explicit XHatchList(const String& rPath, XOutdevItemPool* pXPool = 0, sal_uInt16 nInitSize = 16, sal_uInt16 nReSize = 16);
~XHatchList();
using XPropertyList::Replace;
@@ -527,7 +527,7 @@ public:
class XGradientTable : public XPropertyTable
{
public:
- XGradientTable( const String& rPath,
+ explicit XGradientTable( const String& rPath,
XOutdevItemPool* pXPool = NULL,
USHORT nInitSize = 16,
USHORT nReSize = 16 );
@@ -561,7 +561,7 @@ private:
void impDestroy();
public:
- XGradientList(const String& rPath, XOutdevItemPool* pXPool = 0, sal_uInt16 nInitSize = 16, sal_uInt16 nReSize = 16);
+ explicit XGradientList(const String& rPath, XOutdevItemPool* pXPool = 0, sal_uInt16 nInitSize = 16, sal_uInt16 nReSize = 16);
virtual ~XGradientList();
using XPropertyList::Replace;
@@ -585,7 +585,7 @@ public:
class XBitmapTable : public XPropertyTable
{
public:
- XBitmapTable( const String& rPath,
+ explicit XBitmapTable( const String& rPath,
XOutdevItemPool* pXPool = NULL,
USHORT nInitSize = 16,
USHORT nReSize = 16 );
@@ -612,7 +612,7 @@ public:
class SVX_DLLPUBLIC XBitmapList : public XPropertyList
{
public:
- XBitmapList( const String& rPath,
+ explicit XBitmapList( const String& rPath,
XOutdevItemPool* pXPool = NULL,
USHORT nInitSize = 16,
USHORT nReSize = 16 );