https://bugs.documentfoundation.org/show_bug.cgi?id=150613

--- Comment #13 from Justin L <jl...@mail.com> ---
Trying to create an SwFormatAutoFormat ends up with
error: undefined reference to 'SwFormatAutoFormat::SwFormatAutoFormat(unsigned
short)'
sw/inc/fmtautofmt.hxx:26: error: undefined reference to 'vtable for
SwFormatAutoFormat'
/usr/bin/ld.gold: the vtable symbol may be undefined because the class is
missing its key function


This looks like it can be avoided by
- class SAL_DLLPUBLIC_RTTI SwFormatAutoFormat final : public SfxPoolItem
+ class SAL_DLLPUBLIC SwFormatAutoFormat final : public SfxPoolItem

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to