1. 02 May, 2017 22 kayıt (commit)
  2. 01 May, 2017 15 kayıt (commit)
  3. 30 Nis, 2017 3 kayıt (commit)
    • Maxim Monastirsky's avatar
      loplugin:stringconstant · 862b6c0a
      Maxim Monastirsky yazdı
      Change-Id: I8f7a0d5b4b0534c71a32457d58006af0d6ddf133
      862b6c0a
    • Maxim Monastirsky's avatar
      svidl: Adapt to SlotType removal · c2f7c567
      Maxim Monastirsky yazdı
      No diff in workdir/SdiTarget.
      
      BEWARE: If you're going to revert this for whatever
      reason, you should also revert the previous commit
      that removed the SlotType property from sdi files!
      
      Change-Id: I78cc391a6b47f4672157926eba1b55e786f48f2d
      c2f7c567
    • Maxim Monastirsky's avatar
      Remove SlotType sdi property · 1c6cb1e8
      Maxim Monastirsky yazdı
      sdi files have two ways to specify the type of a slot:
      
      (a) Put it at the beginning of the first line
      (b) Using the SlotType property
      
      Where (b) have higher priority, and (a) is actually
      ignored for "method slots" (i.e. the ones that have
      parameter parentheses, even empty, and therefore get
      the SfxSlotMode::METHOD flag), which is very
      confusing.
      
      The goal here is to make exclusive use of (a) for all
      kinds of slots, and eventually remove the SlotType
      support code from svidl (in a follow-up commit).
      
      Change-Id: Ib6654d34e2f8aa8ebd0bd3c41aa2a86e30e9a634
      1c6cb1e8