• Stephan Bergmann's avatar
    Remove unnecessary Bool2Any · f222de1d
    Stephan Bergmann yazdı
    (It feels better to use explicitly bool-typed css::uno::makeAny<bool>(x) rather
    than implicitly typed css::uno::makeAny(x) or css::uno::Any(x), in case x is not
    already of type bool.)
    
    Change-Id: I282b3764bb207aeae9f13cc981e68e8ef2b8ab93
    f222de1d
pageitem.cxx 8.68 KB