https://issues.apache.org/ooo/show_bug.cgi?id=119337
--- Comment #17 from Armin Le Grand <Armin.Le.Grand@me.com> ---
ALG: There were also the statements
using SvxUnoTextRangeBase::setPropertyValue;
using SvxUnoTextRangeBase::getPropertyValue;
in SvxShapeText. It looks as if the mac compiler is the first who really used
this now in class-local implementations. Removing them allowed to find the
places where the call was ambigous. There are just three places, one
getPropertyValue and two setPropertyValue calls. All three are clearly aimed at
SvxShape:: implementations due to the slot name. I changed all three and
removedthe using statements. Checked on mac an windows, works as expected.
Adding patch. Also committing to trunk.
--
You are receiving this mail because:
You are the assignee for the bug.
|