Commit Graph

24 Commits

Author SHA1 Message Date
ba6714d34f Dead code 2012-03-14 15:23:22 +01:00
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
0439af27e1 Code cleanup: ( () ) replaced by (()) 2012-01-26 17:41:07 +00:00
d899f976ee cppu: add visibility symbols 2011-12-19 10:14:52 +01:00
24b4c075d5 remove include of pch header in cppu 2011-11-27 13:02:56 -06:00
a715e1b3d0 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:04:31 +02:00
521a9f6f76 #i107490# cppu lifecycle cleanup 2010-10-11 12:37:08 +01:00
7c80db2eb3 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
c0dadb8d99 INTEGRATION: CWS changefileheader (1.15.40); FILE MERGED
2008/03/31 07:23:20 rt 1.15.40.1: #i87441# Change license header to LPGL v3.
2008-04-11 09:32:25 +00:00
f56797c42c INTEGRATION: CWS bunoexttm (1.14.28); FILE MERGED
2007/03/08 12:16:48 thb 1.14.28.5: #i10000# Fixed build breakages with DBG_UTIL build and OSX
2007/03/01 09:18:31 kr 1.14.28.4: simplified: rely on IdentityMapping
2007/03/01 09:14:33 kr 1.14.28.3: simplified: use uno::Mapping and uno::Environment instead of C types
2007/03/01 09:01:36 kr 1.14.28.2: simplified: removed unreachable code
2007/03/01 08:56:38 kr 1.14.28.1: fixed: removed all hard casts, manage obj lifecycle vie env. only
2007-05-09 12:37:50 +00:00
7ba2d23068 INTEGRATION: CWS pchfix02 (1.13.60); FILE MERGED
2006/09/01 17:23:01 kaib 1.13.60.1: #i68856# Added header markers and pch files
2006-09-16 23:19:17 +00:00
006a69b15b INTEGRATION: CWS ooo19126 (1.12.30); FILE MERGED
2005/09/05 13:54:24 rt 1.12.30.1: #i54170# Change license header: remove SISSL
2005-09-08 07:45:16 +00:00
76f8a44831 INTEGRATION: CWS ooo20040704 (1.11.46); FILE MERGED
2004/06/28 12:13:41 cmc 1.11.46.1: #i30801 allow using system stl if possible
2004-09-08 13:29:38 +00:00
64c6f88d1b INTEGRATION: CWS unopkg (1.10.32); FILE MERGED
2003/09/25 13:26:59 dbo 1.10.32.1: fixed debug code
2003-10-06 12:02:09 +00:00
479dc59b5c #100000# getting rid of build dep from offuh 2003-03-20 13:44:59 +00:00
9dd0e4f1be INTEGRATION: CWS uno1 (1.8.34); FILE MERGED
2003/02/25 16:41:27 dbo 1.8.34.1: #107762# avoid use of generated headers; minor modifications
2003-03-20 11:27:47 +00:00
0ba3ffdd6e #93739# 2001-10-26 06:57:37 +00:00
3fcbf30b07 #88337# current context 2001-08-22 08:33:01 +00:00
8bc570246b #67468# added unloading for bridges/ environments 2001-07-02 10:43:51 +00:00
ca133d8884 revisited current context impl 2001-05-07 14:07:01 +00:00
d17143e649 no use of SAL_DLLEXPORT anymore, using def file 2001-03-28 09:50:37 +00:00
fee2a34fc7 revised function throw () clauses 2001-03-09 11:10:57 +00:00
9e3cdc56ae #65293# linux problem 2001-01-22 13:09:12 +00:00
9299a24bf6 current context 2000-12-21 13:40:19 +00:00