• Stephan Bergmann's avatar
    Drop UNO_REF_QUERY[_THROW] duplicates of UNO_QUERY[_THROW]. · 3c7ad92d
    Stephan Bergmann yazdı
    They are virtually unused (at least the LibO code base has only a
    single use of UNO_REF_QUERY) but confuse static analysis tools that
    classify unused function parameters as "tags" (which legalizes the
    unusedness of those parameters) if they are of an enum type with
    exactly one value defined.
    3c7ad92d
testiadapter.cxx 51.3 KB