1. 15 May, 2012 35 kayıt (commit)
  2. 14 May, 2012 5 kayıt (commit)
    • Michael Stahl's avatar
      SwTableAutoFmtTbl: try to fix MSVC tinderbox: · 007f16ef
      Michael Stahl yazdı
      C:/lo/core/sw/inc\tblafmt.hxx(311) : error C2487:
      'boost::ptr_container_detail::reversible_ptr_container<Config,CloneAllocator>::insert'
      : member of dll interface class may not be declared with dll interface
      
      Not really understanding what the problem is here, attempting to fix it
      by not deriving SwTableAutoFmtTbl from the container, and trying to get
      that to build somehow resulted in this commit.
      007f16ef
    • Michael Meeks's avatar
    • Andras Timar's avatar
      fdo#46519 workaround of MSI installer error 1935 · 80a921e8
      Andras Timar yazdı
      In some circumstances installation of embedded VC++ runtime
      fails with error code 1935. This usually occurs, when there are
      many different versions of VC++ runtimes installed on the computer,
      including beta versions. We can workaround this Microsoft bug, if we
      don't install our VC++ runtime. A new property was introduced. It is
      called VC_REDIST, and installation of VC++ runtime depends on its
      value. (BTW the solution is general, ComponentCondition can be used
      for any merge module, now we have only the VC++ runtime merge module.)
      When the user experiences error code 1935, he should try to install
      LibreOffice with the following command line:
      msiexec /i <msi file name> VC_REDIST=0
      The patch fixes another minor issue. 64-bit VC++ runtime will
      not be installed on 32-bit systems any more.
      
      Change-Id: I I6c5e066c6e60b011235e6019a8a35c9e953209bc
      80a921e8
    • Michael Stahl's avatar
      sw: try to fix Mac tinderbox SwAuthorityFieldType: · 2c4fbc87
      Michael Stahl yazdı
      Apparently Apple GCC 4.0.1 wants to invoke a copy constructor for
      SwAuthorityFieldType when it is given as parameter to InsertFldType,
      which seems entirely spurious; let's try if this works around the issue.
      2c4fbc87
    • Fridrich Štrba's avatar
      Comment this one because it randomly breaks Windows build · e062c50b
      Fridrich Štrba yazdı
      Change-Id: I3f00ab7149d6d198292d63ed3f16b213b39a3054
      e062c50b