1. 03 Ara, 2012 28 kayıt (commit)
  2. 02 Ara, 2012 12 kayıt (commit)
    • Michael Stahl's avatar
      API CHANGE: remove com.sun.star.util.XSimpleErrorHandler · 99e31f6e
      Michael Stahl yazdı
      This interface has been deprecated since OpenOffice.org initial CVS
      import.
      
      EXISTENCE: published key "/UCR/com/sun/star/util/XSimpleErrorHandler"
      exists only in registry 1
      
      Change-Id: I28b2a9dd0180994c077d960bf932fbdea0f282c4
      99e31f6e
    • Michael Stahl's avatar
      API CHANGE: remove com.sun.star.util.XCancelManager · 00cb5762
      Michael Stahl yazdı
      This interface has been deprecated since OpenOffice.org initial CVS
      import.
      
      EXISTENCE: published key "/UCR/com/sun/star/util/XCancelManager" exists
      only in registry 1
      
      Change-Id: Ibc67f79b4664f8ff9aadacdd36cd8e80c9ff477c
      00cb5762
    • Michael Stahl's avatar
      API CHANGE: remove com.sun.star.util.XArchiver · 0c0dd979
      Michael Stahl yazdı
      This interface has been deprecated since OpenOffice.org initial CVS
      import, and there does not appear to have been an implementation of it,
      though strangely there was client code using it until 2007.
      
      EXISTENCE: published key "/UCR/com/sun/star/util/XArchiver" exists only
      in registry 1
      
      Change-Id: I8efa29a3d375d7c5c77ae47592b23bec4072d7a0
      0c0dd979
    • Michael Stahl's avatar
      API CHANGE: remove com.sun.star.view.XPrintPreview · d859632d
      Michael Stahl yazdı
      This interface has been deprecated since OpenOffice.org initial CVS
      import.
      
      EXISTENCE: published key "/UCR/com/sun/star/view/XPrintPreview" exists
      only in registry 1
      
      Change-Id: I995b7b4fbbdac5582e015daf11d4c644abc53b73
      d859632d
    • Tor Lillqvist's avatar
      Add -wd4986 here, too · 814f2072
      Tor Lillqvist yazdı
      814f2072
    • Tor Lillqvist's avatar
      More -wd fixups · 3e6bc152
      Tor Lillqvist yazdı
      3e6bc152
    • Michael Stahl's avatar
      sdext: there is a severe shortage of boost dependencies here · 2be88223
      Michael Stahl yazdı
      Change-Id: Ide652d073edc3321995b787b01ea9c0bf1920827
      2be88223
    • Michael Stahl's avatar
      gbuild: call gb_ExternalExecutable_collect_registrations... · 3cfbc340
      Michael Stahl yazdı
      ...after reading platform makefile because at least python uses platform
      dependent gb_PYTHON_PRECOMMAND.
      
      Change-Id: I894dfd56b4a96828556f657ae63c6f69eebdea0b
      3cfbc340
    • Michael Stahl's avatar
      pyuno: clean up that zipcore a little · 8f4ddb19
      Michael Stahl yazdı
      That $(shell find...) is now entirely pointless with python3 in
      tail_build; depend on package instead.
      
      Change-Id: Iacc8a7d201f8ec2e41adf3e2351a755e955c0997
      8f4ddb19
    • Michael Stahl's avatar
      libwps: tinderbox says this wants to use boost... · 918e2682
      Michael Stahl yazdı
      Change-Id: I9ee40fd845aa6af045e49fa4f69165d405ef32c8
      918e2682
    • Michael Stahl's avatar
      API CHANGE: remove com.sun.star.util.FileIOException · 4a7386c9
      Michael Stahl yazdı
      ... and derived com.sun.star.util.DiskFullException.  These exceptions
      have never been used since the initial OpenOffice.org CVS import.
      
      EXISTENCE: published key "/UCR/com/sun/star/util/DiskFullException"
      exists only in registry 1
      EXISTENCE: published key "/UCR/com/sun/star/util/FileIOException" exists
      only in registry 1
      
      Change-Id: Id3a1b9e43350b15b90864628dc2dbf77027d64a8
      4a7386c9
    • Michael Stahl's avatar
      cppumaker: do write exception specifications on --enable-dbgutil · eb0cfb3b
      Michael Stahl yazdı
      Exception specifications are useless for production code, but make
      for useful assertions in dbgutil builds (on platforms where they
      are enforced at runtime).
      
      Because we do not have API tests that exhaustively trigger all
      documented error conditions, much less the undocumented or wrongly
      handled error conditions that would cause the implementation to violate
      its API specification, there is likely some benefit in having these
      runtime-checked specifications in debug builds, in the hope that our
      various tests which may incidentally call various API methods, or
      general soffice usage, uncovers these bugs.
      
      Also, there may be some benefit to making API implementers more
      aware of the exception specifications, to quote Stephan's mail:
      
       To be able to programmatically react to an exception raised by a UNO
       method (which is the raison d'être of non-runtime UNO exceptions), the
       specification of that method must document the method's behavior with
       respect to raising that exception, and any implementation of the method
       must adhere to that specification.  However, with that part of a UNO
       method's interface moved out of sight of a programmer writing a C++
       implementation of that method, I fear that adherence to specification
       will degrade in practice.  And that negatively affects an area where we
       do not shine anyway: reaction to errors.
      
      This partially reverts commits:
      0295bd6b
      155cd09b
      
      Change-Id: I9c7664c9f1b238f4f9501aacb065981236949440
      eb0cfb3b