Author: jim
Date: Tue Oct 10 17:53:46 2017
New Revision: 1811747

URL: http://svn.apache.org/viewvc?rev=1811747&view=rev
Log:
Fix the 4.1.4 show-stopper regression reported in 
https://lists.apache.org/thread.html/73190a90b39e83e6d6594d3ce1680a4d4f1d6db04a8f55e648c4d6c7@%3Cdev.openoffice.apache.org%3E

This is the patch from Patricia, noted in the above thread.

Modified:
    openoffice/branches/AOO415/main/sfx2/source/appl/linkmgr2.cxx

Modified: openoffice/branches/AOO415/main/sfx2/source/appl/linkmgr2.cxx
URL: 
http://svn.apache.org/viewvc/openoffice/branches/AOO415/main/sfx2/source/appl/linkmgr2.cxx?rev=1811747&r1=1811746&r2=1811747&view=diff
==============================================================================
--- openoffice/branches/AOO415/main/sfx2/source/appl/linkmgr2.cxx (original)
+++ openoffice/branches/AOO415/main/sfx2/source/appl/linkmgr2.cxx Tue Oct 10 
17:53:46 2017
@@ -350,7 +350,7 @@ void LinkManager::UpdateAllLinks(
                        ( !bUpdateGrfLinks && OBJECT_CLIENT_GRF == 
pLink->GetObjType() ))
                        continue;
                
-               sal_Bool allows = sal_False;
+               sal_Bool allows = sal_True;
                        
                if (bAskUpdate)
                {


Reply via email to