office-gobmx/editeng
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
..
inc SvxULSpaceItem: implement contextual spacing 2012-03-12 18:42:31 +01:00
prj
qa/items
source Enable -Wnon-virtual-dtor for GCC 4.6 2012-03-14 13:32:02 +01:00
util
AllLangResTarget_editeng.mk
CppunitTest_editeng_borderline.mk
Library_editeng.mk
Makefile
Module_editeng.mk
Package_inc.mk
README

Edit engine.

In OO.o build DEV300m72 this module was split off from svx but it
has no dependencies on [[svx]] (nor on [[sfx2]]) while in turn svx depends on editeng
Read more in the mailing list post:
[http://www.mail-archive.com/dev@openoffice.org/msg13237.html]