Explicitly call an operator to avoid a bogus IntelliSense warning
commit5f843dc41e42aaac362b0dc82a8344fba120e086
authorMike Kaganski <mike.kaganski@collabora.com>
Tue, 6 Jul 2021 06:57:55 +0000 (6 08:57 +0200)
committerMike Kaganski <mike.kaganski@collabora.com>
Tue, 6 Jul 2021 09:35:39 +0000 (6 11:35 +0200)
tree839ce8efeaaa2ddc89ec4055ccb5f56977a7772e
parentc18d2b46a37893acb7922c5dc49ddc4631a2c05d
Explicitly call an operator to avoid a bogus IntelliSense warning

  More than one conversion function from "const Fraction" to "sal_Int32" applies:
        function "Fraction::operator sal_Int32() const" (declared at line 54)
        function "Fraction::operator tools::Long() const" (declared at line 56)"

Change-Id: Id6f72c386d395509d3853ffc8e1a7852cca45e6b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/118429
Tested-by: Mike Kaganski <mike.kaganski@collabora.com>
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
include/tools/fract.hxx