Hi *,

On Tue, May 20, 2014 at 10:08 AM, Stephan Bergmann <sberg...@redhat.com> wrote:
> On 05/20/2014 08:24 AM, Jean-Baptiste Faure wrote:
>>> .../chart2/source/controller/dialogs/res_LegendPosition.hxx:32:7: error:
>>> redefinition of ‘class chart::LegendPositionResources’
>>> [...]
>
> Do you have a leftover
> chart2/source/controller/dialogs/res_LegendPosition.hxx that should have
> been removed long ago by
> <http://cgit.freedesktop.org/libreoffice/core/commit/?id=27eb33d753eedfa4215eaf8325bc0ee9baeb7417>
> "remove unnecessary empty dtor, etc."?

git clean -dxn

will show you all the stuff you have in your tree that's not managed
by git (and thus probably shouldn't be there when you do the build in
a separate directory). with -f instead of -n, git will remove those
obsolete files for you.

ciao
Christian
_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to