summaryrefslogtreecommitdiff
path: root/sot/source/sdstor/storage.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sot/source/sdstor/storage.cxx')
-rw-r--r--sot/source/sdstor/storage.cxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/sot/source/sdstor/storage.cxx b/sot/source/sdstor/storage.cxx
index 9a23f5f17933..d22db40c8084 100644
--- a/sot/source/sdstor/storage.cxx
+++ b/sot/source/sdstor/storage.cxx
@@ -44,12 +44,12 @@ using namespace ::com::sun::star;
class SotStorageStreamFactory : public SotFactory
{
public:
- SotStorageStreamFactory( const SvGlobalName & rName )
- : SotFactory( rName )
- {}
+ explicit SotStorageStreamFactory(const SvGlobalName& rName)
+ : SotFactory(rName)
+ {
+ }
};
-
SotFactory * SotStorageStream::ClassFactory()
{
SotFactory **ppFactory = GetFactoryAdress();
@@ -293,12 +293,12 @@ bool SotStorageStream::SetProperty( const OUString& rName, const ::com::sun::sta
class SotStorageFactory : public SotFactory
{
public:
- SotStorageFactory( const SvGlobalName & rName )
- : SotFactory( rName )
- {}
+ explicit SotStorageFactory(const SvGlobalName & rName)
+ : SotFactory(rName)
+ {
+ }
};
-
SotFactory * SotStorage::ClassFactory()
{
SotFactory **ppFactory = GetFactoryAdress();