1. 08 Tem, 2014 38 kayıt (commit)
  2. 07 Tem, 2014 2 kayıt (commit)
    • Tor Lillqvist's avatar
      WaE: Unreachable code · 1a400f39
      Tor Lillqvist yazdı
      Not sure if the intent is that clearCache() should be called, but the
      calls have just accidentally been placed after the return statements,
      or whether the code works correctly and as intended as it is now,
      i.e. with the unreachable calls to clearCache().
      
      Warning emitted by VS 2013, why don't other compilers warn? Perhaps
      these functions are never called?
      
      Change-Id: I16b0bc1b836753ef5579dadba211cbce4f50cbc3
      1a400f39
    • Tor Lillqvist's avatar
      'internal' is a keyword in current C++/CLI · ab740f43
      Tor Lillqvist yazdı
      Using it as a namespace in our rtl string headers breaks compilation
      of cli_ure/source/climaker/climaker_emit.cxx (and other C++/CLI
      sources we might have that include rtl string headers). Rename it to
      'libreoffice_internal'.
      
      Change-Id: Ieae68bd612b05d326d570945c1d08a54bf011852
      ab740f43