summaryrefslogtreecommitdiff
path: root/include/tools/globname.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/tools/globname.hxx')
-rw-r--r--include/tools/globname.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/tools/globname.hxx b/include/tools/globname.hxx
index 9672f444ccad..88a5e492d923 100644
--- a/include/tools/globname.hxx
+++ b/include/tools/globname.hxx
@@ -33,7 +33,7 @@ struct SAL_WARN_UNUSED SvGUID
struct SAL_WARN_UNUSED ImpSvGlobalName
{
- struct SvGUID szData;
+ struct SvGUID szData = {};
ImpSvGlobalName(const SvGUID &rData)
: szData(rData)
@@ -43,7 +43,7 @@ struct SAL_WARN_UNUSED ImpSvGlobalName
sal_uInt8 b8, sal_uInt8 b9, sal_uInt8 b10, sal_uInt8 b11,
sal_uInt8 b12, sal_uInt8 b13, sal_uInt8 b14, sal_uInt8 b15);
ImpSvGlobalName( const ImpSvGlobalName & rObj );
- ImpSvGlobalName();
+ ImpSvGlobalName() = default;
bool operator == ( const ImpSvGlobalName & rObj ) const;
};