Files
loongoffice/starmath
Chris Sherlock a7a47272b9 TestOutputDevice can't set meOutDevType
One of the StarMath tests was very broken - the issue is in formula tester. It
basically sets up its own derived TestOutputDevice. Because it doesn't set
meOutDevType (and can't as that's a private member function - I note this whole
design is *broken* but I digress) a few things can't get access to a
SalGraphics instance.  This is fixed by removing the class and changing it to a
VirtualDevice - the test runs under headless mode anyway

Change-Id: I3d6eba793386e6db3f053aa4e6aab9a4d1c63fc3
Reviewed-on: https://gerrit.libreoffice.org/8395
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-02-28 10:58:42 -06:00
..
2014-02-28 03:19:47 -06:00
2014-02-26 07:50:46 -06:00

Formula editor code for writer ([[sw]]).

Good overview from the original developer:
http://www.mail-archive.com/dev@sw.openoffice.org/msg00200.html