[Libreoffice-commits] core.git: sfx2/source
Noel Grandin
noel at peralex.com
Tue Nov 17 22:54:57 PST 2015
sfx2/source/appl/lnkbase2.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit fbd95af61bec73c77090f71b1c0f84f8180d4a60
Author: Noel Grandin <noel at 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;
More information about the Libreoffice-commits
mailing list