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

Michael Meeks <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever confirmed|0                           |1
         Whiteboard|                            |easyHack difficultyBeginner
                   |                            |skillCpp topicCleanup

--- Comment #1 from Michael Meeks <[email protected]> ---
Thanks for filing Jay; the code is easy to find here:

vcl/inc/salinst.hxx:

+    /// get information about underlying versions
+    virtual OUString        getOSVersion() { return OUString("-"); }

which is what is used for Mac; so we need to override this method for:

vcl/inc/osx/salinst.h

and implement it for the osx backend.

git grep -10 ::getOSVersion

to see the windows and linux implementations.

Thanks ! =)

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to