-
Michael Stahl yazdı
This has type "long", which is unusal. Presumably because it needed to represent numbers from -USHRT_MAX to +USHRT_MAX back in the day. Now we have sal_Int32 which happens to be signed and TextFrameIndex, but these are always positive currently; would it be too confusing to have a potentially negative TextFrameIndex here? Change-Id: I18c4893d9d24b59e98e9a3994139842ea25ae716
3fdff983