1. 30 Nis, 2013 12 kayıt (commit)
    • Jan Holesovsky's avatar
      Kill unused SfxHistoryToolBoxControl_Impl. · a4b1200b
      Jan Holesovsky yazdı
      Change-Id: I03655bb502d6480d8f7f3f1adef17d8f635b8ed9
      a4b1200b
    • Thorsten Behrens's avatar
      Fixup German translation. · 9349a879
      Thorsten Behrens yazdı
      This touches up lightly on e986d3e3
      
      Change-Id: If4d940433b27abec63a85c5975f5e9ebf672b79a
      9349a879
    • Andras Timar's avatar
      remove unused product variables from Windows installer · 5b77c93b
      Andras Timar yazdı
      OLDPRODUCT2 - it was a workaround for OOo 1.9, obsolete
      SAMEPRODUCTS - same product have the same ProductCode, so installer detect it
      anyway under normal circumstances. It is possible that a tester/developer tries
      to install the same version with different ProductCode over an existing installation
      (e.g. dailyes or RCs). Then we are in trouble. However, SAMEPRODUCTS was not in use.
      Moreover, Windows Installer uses only the first three fields of the product version.
      So we cannot make difference between e.g. 4.0.3.1 and 4.0.3.2, and this is the new versioning
      scheme.
      BETAPRODUCTS - LibreOffice have never used different upgrade code (BETAUPGRADECODE) for betas.
      OLDPRODUCTSPATCH, SAMEPRODUCTSPATCH, NEWPRODUCTSPATCH - related to old Star Division patching
      mechanism, they were commented out anyway.
      STUBPRODUCTS, STUBUPGRADECODE - these look useless
      
      Change-Id: I77d67b72e18fa6b3ba4182b99e198c42f247cea4
      5b77c93b
    • Tor Lillqvist's avatar
      Clarify intended use of these files · 0e881978
      Tor Lillqvist yazdı
      Or, as it might happen, not... If there are differing opinions, please revert
      and/or amend. Or start a discussion on the development list.
      
      Change-Id: Ide5060802fda2d59a1c098d1ba8398fc095007c8
      0e881978
    • Tor Lillqvist's avatar
      Fix 64-bitness option · 1c500ac1
      Tor Lillqvist yazdı
      Also, don't claim TDF would be doing 64-bit Windows builds.
      
      Change-Id: I3abdb13cf7b29c6d249d49fd6f66ce1b9993d97e
      1c500ac1
    • Tor Lillqvist's avatar
      Don't enable postgresql-sdbc by default · 0e1cc996
      Tor Lillqvist yazdı
      Try to make it more likely that a build without any autogen.sh options
      succeeds. We didn't even get past the autogen.sh phase on openSUSE 12.3 thanks
      to some krb5 stuff needed by the postgresql-sdbc checks.
      
      To compensate, add --enable-postgresql-sdbc to those distro-configs/*.conf
      files that didn't already have --disable-postgresql-sdbc.
      
      Change-Id: I967616993875b99d9d5a9fd0721f281bb1161a87
      0e1cc996
    • Cédric Bosdonnat's avatar
      n#592908: docx import, fixed handling of w10:wrap · b399c1a3
      Cédric Bosdonnat yazdı
      commit f837c428 moved the handling of
      w10:wrap tag in oox, but thus no wrapping was imported any more.
      
      The fix consists in letting the w10:wrap element be handled by writerfilter's
      dmapper if the shape has already been retrieved from oox (which is the
      case for textboxes). In other cases, make sure that we don't set the
      Surround property once again in writerfilter as that would override what
      has been done in oox.
      
      (cherry picked from commit 51d5e90b)
      
      Conflicts:
      	oox/inc/oox/vml/vmlshape.hxx
      	sw/qa/extras/ooxmlimport/ooxmlimport.cxx
      
      Change-Id: I8ab158641afcf6b9945c52238e7f5adb9e8b3adf
      b399c1a3
    • Miklos Vajna's avatar
      OOXMLFastContextHandlerValue: clean up duplicated constant · e7ecf663
      Miklos Vajna yazdı
      Change-Id: Ia09e30958392b660f694e8eefb6605108b3c0b57
      e7ecf663
    • Tor Lillqvist's avatar
      Fix warning: unused variable 'aIniUrl' [loplugin] · e20e2715
      Tor Lillqvist yazdı
      Change-Id: I11a2a7e8e1f3f089c3b475df1147cefafecdb376
      e20e2715
    • Noel Grandin's avatar
      Clang cleanup, unused mutex variables · 3872be54
      Noel Grandin yazdı
      Some of these were doing nothing useful at all. I removed those.
      A couple were protecting static data, and I fixed those to use Mutex
      and MutexGuard properly.
      
      Change-Id: I444d13f8b6c50e526cce8d69d09aeaf240e5c6ca
      Reviewed-on: https://gerrit.libreoffice.org/3678Reviewed-by: 's avatarTor Lillqvist <tml@iki.fi>
      Tested-by: 's avatarTor Lillqvist <tml@iki.fi>
      3872be54
    • Tor Lillqvist's avatar
      WaE: 'SAL_OVERRIDE' macro redefined · d6d896a1
      Tor Lillqvist yazdı
      Change-Id: Ic8af47b52b06ef440b3fdaa966075780fb7a609b
      d6d896a1
    • Muthu Subramanian's avatar
      64ed03c9
  2. 29 Nis, 2013 28 kayıt (commit)