Kaydet (Commit) fbd95af6 authored tarafından Noel Grandin's avatar Noel Grandin

fix for windows build

after my commit 032dae36
"use unique_ptr for pImpl in sfx2/"

Change-Id: Ib7361a6b030a8ed28383bf0d30935bd3fb4a397d
üst 89ac4f62
...@@ -192,7 +192,7 @@ static DdeTopic* FindTopic( const OUString & rLinkName, sal_uInt16* pItemStt ) ...@@ -192,7 +192,7 @@ static DdeTopic* FindTopic( const OUString & rLinkName, sal_uInt16* pItemStt )
} }
SvBaseLink::SvBaseLink( const OUString& rLinkName, sal_uInt16 nObjectType, SvLinkSource* pObj ) SvBaseLink::SvBaseLink( const OUString& rLinkName, sal_uInt16 nObjectType, SvLinkSource* pObj )
: pImpl(0) : pImpl()
, m_bIsReadOnly(false) , m_bIsReadOnly(false)
{ {
bVisible = bSynchron = bUseCache = true; bVisible = bSynchron = bUseCache = true;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment