diff options
Diffstat (limited to 'svl/unx')
-rw-r--r-- | svl/unx/source/svdde/ddedummy.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/svl/unx/source/svdde/ddedummy.cxx b/svl/unx/source/svdde/ddedummy.cxx index 7a986d6eddf8..69f8a1900b39 100644 --- a/svl/unx/source/svdde/ddedummy.cxx +++ b/svl/unx/source/svdde/ddedummy.cxx @@ -21,6 +21,7 @@ #include <rtl/instance.hxx> DdeData::DdeData() + : pImp(NULL) { } @@ -30,10 +31,12 @@ DdeData::DdeData( const OUString& ) } DdeData::DdeData( const DdeData& ) + : pImp(NULL) { } DdeData::DdeData( const void*, long, sal_uLong) + : pImp(NULL) { } |