office-gobmx/starmath/inc
Stephan Bergmann 6e67c03dc0 Enable -Wnon-virtual-dtor for GCC 4.6
...which has the necessary features to support it.

Change a lot of classes to either contain a protected non-virtual dtor
(which is backwards compatible, so even works for cppumaker-generated
UNO headers) or a public virtual one.

cppuhelper/propertysetmixin.hxx still needs to disable the warning, as
the relevant class has a non-virtual dtor but friends, which would still
cause GCC to warn.

Includes a patch for libcmis, intended to be upstreamed.
2012-03-14 13:32:02 +01:00
..
action.hxx
applicat.hxx
caret.hxx
config.hxx
cursor.hxx
dialog.hxx New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problem 2012-03-01 18:00:32 +01:00
document.hxx
edit.hxx
format.hxx
helpids.h
node.hxx
parse.hxx
rect.hxx
smcommands.h
smdll.hxx
smmod.hxx
starmath.hrc
symbol.hxx
toolbox.hxx
types.hxx
unomodel.hxx use string literal OUString overloads 2012-03-12 13:35:59 +01:00
utility.hxx
view.hxx New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problem 2012-03-01 18:00:32 +01:00
visitors.hxx Enable -Wnon-virtual-dtor for GCC 4.6 2012-03-14 13:32:02 +01:00