Commit Graph

8 Commits

Author SHA1 Message Date
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
Sebastian Spaeth
61355e51b8 Add vim/emacs modelines to all source files
Fixes #fdo30794 Based on bin/add-modelines script (originally posted
in mail 1286706307.1871.1399280959@webmail.messagingengine.com)

Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2010-10-14 17:16:56 +02:00
Jens-Heiner Rechtien
1a359bd2a8 changefileheader2: #i109125#: change source file copyright notice from Sun Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision) 2010-02-12 15:01:35 +01:00
Rüdiger Timm
9471a20b31 INTEGRATION: CWS changefileheader (1.5.738); FILE MERGED
2008/04/01 15:56:06 thb 1.5.738.3: #i85898# Stripping all external header guards
2008/04/01 12:53:25 thb 1.5.738.2: #i85898# Stripping all external header guards
2008/03/31 16:52:33 rt 1.5.738.1: #i87441# Change license header to LPGL v3.
2008-04-10 09:46:59 +00:00
Jens-Heiner Rechtien
e22cbe8060 INTEGRATION: CWS writercorehandoff (1.3.802); FILE MERGED
2005/09/13 11:12:40 tra 1.3.802.2: RESYNC: (1.3-1.4); FILE MERGED
2005/06/07 14:09:36 fme 1.3.802.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.
2006-08-14 14:15:06 +00:00
Rüdiger Timm
a36712e61b INTEGRATION: CWS ooo19126 (1.3.936); FILE MERGED
2005/09/05 13:35:36 rt 1.3.936.1: #i54170# Change license header: remove SISSL
2005-09-09 00:31:16 +00:00
Rüdiger Timm
4025c354e4 INTEGRATION: CWS rt02 (1.2.262); FILE MERGED
2003/09/30 15:44:03 rt 1.2.262.1: #i19697# Fixed comment after preprocessor directive
2003-10-06 13:30:45 +00:00
Vladimir Glazounov
644d67f620 INTEGRATION: CWS sw008 (1.1.2); FILE ADDED
2003/03/07 11:13:02 oj 1.1.2.2: #97593# change BaseClass member method
2003/03/03 14:51:02 oj 1.1.2.1: #97593# define new base class which allows access to the cursor and doc
2003-04-01 14:24:04 +00:00