office-gobmx/starmath
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 Enable -Wnon-virtual-dtor for GCC 4.6 2012-03-14 13:32:02 +01:00
prj
qa use string literal OUString overloads 2012-03-12 13:35:59 +01:00
sdi
source string literals in ?: don't get automatically converted to OUString 2012-03-13 17:08:59 +01:00
uiconfig/smath
util
workben
xml
AllLangResTarget_sm.mk
CppunitTest_starmath_qa_cppunit.mk gbuild: get rid of realpath in gb_Foo_set_include 2012-03-10 21:23:20 +01:00
JunitTest_sm_unoapi.mk
JunitTest_starmath_unoapi.mk gbuild: remove some more realpaths 2012-03-10 21:23:21 +01:00
Library_sm.mk gbuild: get rid of realpath in gb_Foo_set_include 2012-03-10 21:23:20 +01:00
Library_smd.mk
Makefile
Module_starmath.mk
Package_uiconfig.mk
README
visual-editor-todo

Formula editor code for writer ([[sw]]).