sfx2/source/appl/lnkbase2.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit fbd95af61bec73c77090f71b1c0f84f8180d4a60 Author: Noel Grandin <n...@peralex.com> Date: Wed Nov 18 08:54:02 2015 +0200 fix for windows build after my commit 032dae364b4853635186b7541e40c71588f9050a "use unique_ptr for pImpl in sfx2/" Change-Id: Ib7361a6b030a8ed28383bf0d30935bd3fb4a397d diff --git a/sfx2/source/appl/lnkbase2.cxx b/sfx2/source/appl/lnkbase2.cxx index f3b4cc8..930939e 100644 --- a/sfx2/source/appl/lnkbase2.cxx +++ b/sfx2/source/appl/lnkbase2.cxx @@ -192,7 +192,7 @@ static DdeTopic* FindTopic( const OUString & rLinkName, sal_uInt16* pItemStt ) } SvBaseLink::SvBaseLink( const OUString& rLinkName, sal_uInt16 nObjectType, SvLinkSource* pObj ) - : pImpl(0) + : pImpl() , m_bIsReadOnly(false) { bVisible = bSynchron = bUseCache = true; _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits