<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<p>Hi, <br>
</p>
<p>I'm trying to change the thickness of the 'redline' that appears
in the margin to show a line that has changed. I've altered the
geometries in SwMarkPreview::Paint() in optpage.cxx but this does
not seem to be the right place as even placing a return at the
start of this method seems to have no effect on the output. I'd
appreciate a pointer to the correct area in the code.</p>
<p>Thanks.</p>
<p>A</p>
<p><br>
</p>
<p>Background: <br>
</p>
<p>The track changes red line in the margins is perfectly visible on
my screen, but when printed or converted to pdf, it outputs very
thinly, I think as a 'hairline'. I suspect my printer printer
driver interprets this literally and the resulting line is barely
visible on paper, and hence not much use. I thought others might
have this problem, so I thought I'd try hacking the code to fix
it, by allowing the line style to be adjusted (or at least hacked
to 2pt). Sorry, it's my first time editing libreoffice.<br>
</p>
I'm using Ubuntu 17.04; <br>
Help About says: Version: 6.0.0.0.alpha0+<br>
I run the compiled code using: instdir/program/soffice --writer<br>
</body>
</html>