On 18/01/2013 12:08, Caolán McNamara wrote:
On Thu, 2013-01-17 at 13:43 -0800, julien2412 wrote:
Hello,
Cppcheck reported this:
vcl/source/gdi/pdfwriter_impl.cxx
3203unreadVariable style Variable 'pUnicodes' is assigned a value that is
never used
Can we just remove it or something lackin
On Thu, 2013-01-17 at 13:43 -0800, julien2412 wrote:
> Hello,
>
> Cppcheck reported this:
> vcl/source/gdi/pdfwriter_impl.cxx
> 3203 unreadVariable style Variable 'pUnicodes' is assigned a value that is
> never used
> Can we just remove it or something lacking?
Go ahead and remove the pUnico
Hello,
Cppcheck reported this:
vcl/source/gdi/pdfwriter_impl.cxx
3203unreadVariable style Variable 'pUnicodes' is assigned a value that is
never used
see
http://opengrok.libreoffice.org/xref/core/vcl/source/gdi/pdfwriter_impl.cxx#3182
Can we just remove it or something lacking?
Julien