https://bugs.documentfoundation.org/show_bug.cgi?id=161837

--- Comment #3 from Samuel Adesola <[email protected]> ---
If this will be taken bit by bit, how easy can one solve for code dependency?,
I started working on the sw/source/core/view folder. what I noticed is that if
some changes are made to double, especially in the case of a function argument
or class constructor, one has to go back to where such a function is defined
and change the parameter type, but the issue is there might be some file
somewhere using the same function and is still using Fraction as the argument. 

Is there a simple conversion between double and Fraction that one can use?
While working on the view folder, one method I thought of is to overload the
functions that I might need to change so I can still have the one that uses
Fraction so as to get the code to compile. If this is a good approach, I plan
to work on a folder until I have traced back everywhere where the function I
overloaded is used and eventually remove the Fraction overload definition.

A WIP where I did this can be found here:
https://gerrit.libreoffice.org/c/core/+/179921

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to