Commit Graph

20 Commits

Author SHA1 Message Date
Caolán McNamara
836023dedc coverity#1242433 SdrMakeOutliner alway derefs pMod
so change from a pointer to a reference

Change-Id: I81eb2c9e4df8353fbbdad7058c6ca7ea22286e62
2014-10-29 10:40:08 +00:00
Noel Grandin
e2080e70fe new compilerplugin returnbyref
Find places where we are returning a pointer to something, where we can
be returning a reference.
e.g.
   class A {
     struct X x;
     public X* getX() { return &x; }
   }
which can be:
     public X& getX() { return x; }

Change-Id: I796fd23fd36a18aedf6e36bc28f8fab4f518c6c7
2014-06-24 11:34:21 +02:00
Markus Mohrhard
c4c51709ea whitespace cleanup in sc
Change-Id: Id1dcadcac179c52977e48a6912ce4d5fd542f60c
2014-04-06 17:19:54 +02:00
Alexander Wilms
0ce0c369aa Remove unneccessary comments
Change-Id: I939160ae72fecbe3d4a60ce755730bd4c38497fb
Reviewed-on: https://gerrit.libreoffice.org/8182
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-02-23 03:38:49 +00:00
Stephan Bergmann
aa753f01ba -Wunused-macros
Change-Id: Ifaa1637122d6f9cae1e29b77ac36ca5d1f220aed
2013-03-27 09:36:53 +01:00
Thomas Arnhold
c064aad68b Remove unused header guards and options
Change-Id: I391358363a9d30e089b249d894b7abea5a2d1434
2012-06-29 09:25:13 +02:00
Michael Meeks
b9042fad7c re-base on ALv2 code.
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
2012-06-21 15:00:05 +01:00
Norbert Thiebaud
2721235724 remove include of pch header from sc 2011-11-27 13:20:15 -06:00
Kohei Yoshida
12343c1556 Merge commit 'ooo/DEV300_m101' into integration/dev300_m101 2011-03-10 20:21:13 -05:00
serval
cff87cd24b Remove some dead code 2011-01-15 17:20:49 +00:00
Sebastian Spaeth
63bb42ab7d 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-13 10:57:18 +02:00
Malte Timmermann
706fd8c2cd codecleanup02: #i112685# Removed ifdefs and code for WIN,W30,W31 2010-06-25 13:15:03 +02:00
Jens-Heiner Rechtien
4573ccfffd 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
f7cfbe0b39 INTEGRATION: CWS changefileheader (1.6.406); FILE MERGED
2008/03/31 17:15:32 rt 1.6.406.1: #i87441# Change license header to LPGL v3.
2008-04-10 21:25:08 +00:00
Ivo Hinkelmann
2b34a82fea INTEGRATION: CWS aw024 (1.3.604); FILE MERGED
2006/08/03 19:05:16 aw 1.3.604.3: RESYNC: (1.4-1.5); FILE MERGED
2005/09/20 01:45:00 aw 1.3.604.2: RESYNC: (1.3-1.4); FILE MERGED
2005/05/19 12:08:09 aw 1.3.604.1: #i39529#
2006-11-14 14:52:53 +00:00
Kurt Zenker
2040ffcbd7 INTEGRATION: CWS pchfix01 (1.4.212); FILE MERGED
2006/07/12 10:02:39 kaib 1.4.212.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.
2006-07-21 12:52:55 +00:00
Rüdiger Timm
7275546f10 INTEGRATION: CWS ooo19126 (1.3.798); FILE MERGED
2005/09/05 15:04:45 rt 1.3.798.1: #i54170# Change license header: remove SISSL
2005-09-08 19:58:54 +00:00
Jens-Heiner Rechtien
555d702903 MWS_SRX644: migrate branch mws_srx644 -> HEAD 2003-03-26 17:07:02 +00:00
Niklas Nebel
73bfc5b706 bindings / dispatcher changes 2000-09-22 17:57:10 +00:00
Jens-Heiner Rechtien
9ae5a91f79 initial import 2000-09-18 16:07:07 +00:00