summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sfx2/source/appl/lnkbase2.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/sfx2/source/appl/lnkbase2.cxx b/sfx2/source/appl/lnkbase2.cxx
index 4614e6523259..23f016a282f9 100644
--- a/sfx2/source/appl/lnkbase2.cxx
+++ b/sfx2/source/appl/lnkbase2.cxx
@@ -124,6 +124,7 @@ public:
//--------------------------------------------------------------------------
SvBaseLink::SvBaseLink()
+ : m_bIsReadOnly(false)
{
pImpl = new BaseLink_Impl();
nObjType = OBJECT_CLIENT_SO;
@@ -135,6 +136,7 @@ SvBaseLink::SvBaseLink()
//--------------------------------------------------------------------------
SvBaseLink::SvBaseLink( sal_uInt16 nUpdateMode, sal_uIntPtr nContentType )
+ : m_bIsReadOnly(false)
{
pImpl = new BaseLink_Impl();
nObjType = OBJECT_CLIENT_SO;
@@ -152,6 +154,7 @@ SvBaseLink::SvBaseLink( sal_uInt16 nUpdateMode, sal_uIntPtr nContentType )
SvBaseLink::SvBaseLink( const OUString& rLinkName, sal_uInt16 nObjectType, SvLinkSource* pObj )
: pImpl(0)
+ , m_bIsReadOnly(false)
{
bVisible = bSynchron = bUseCache = sal_True;
bWasLastEditOK = sal_False;