<div>Hi All!</div><div><br></div><div>I've been tasked with this easyhack: <a href="https://bugs.freedesktop.org/show_bug.cgi?id=39445" target="_blank">https://bugs.freedesktop.org/show_bug.cgi?id=39445</a></div><div><br>

</div><div>I started with this source, because it seemed easy enough:</div>
<div><a href="http://opengrok.libreoffice.org/xref/core/rsc/source/tools/rsctools.cxx#175" target="_blank">http://opengrok.libreoffice.org/xref/core/rsc/source/tools/rsctools.cxx#175</a></div><div><br></div><div>In this source file tools/fsys is only used in this function, and only for manipulating the extension of a filename in a string. I looked for the sal equivalent of this, but there doesn't seem to be one. So I thought I'd make those API improvements the bugreport mentions, but after looking for a good point in the code to add this file extension changing functionality and not being able find one, I came to the conclusion that I might be looking in the wrong place. Tools/ seems like something that was extended as needed, but sal stands for System Abstraction Layer, and changing the extension of a filename in a string seems system indepenendent already - I wouldn't want to clutter the interface of sal with this.</div>

<div><br></div><div>So my question would be: what might be the best place for adding a feature like this? </div><div><br></div><div>Thanks,</div><div>Krisztian</div>