Commit Graph

21 Commits

Author SHA1 Message Date
Chris Sherlock
a238b1f8d3 Remove excess newlines
A ridiculously fast way of doing this is:

for i in $(pcregrep -l -M -r --include='.*[hc]xx$' \
  --exclude-dir=workdir --exclude-dir=instdir '^
{3,}' .)
do
    perl -0777 -i -pe 's/^
{3,}/

/gm' $i
done

Change-Id: Iebb93eccbee9e4fc5c4380474ba595858a27ac2c
Reviewed-on: https://gerrit.libreoffice.org/22224
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
2016-02-09 08:18:05 +00:00
Andrea Gelmini
5b1337f7b2 tdf#62475: partial handmade fixes
Change-Id: Ib9af202c43b916b9af4b4e18db35d470a8692fe4
Reviewed-on: https://gerrit.libreoffice.org/15712
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2015-05-15 17:55:15 +00:00
Alexander Wilms
a67c2a12bc Remove visual noise from comphelper
Change-Id: I7e5512b43240beee05404cff9d49a87d0217ea89
Reviewed-on: https://gerrit.libreoffice.org/8242
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-02-27 06:42:45 -06:00
Stephan Bergmann
5e21a413c7 cppuhelper: retrofit std::exception into overriding exception specs
Change-Id: I56e32131b7991ee9948ce46765632eb823d463b3
2014-02-26 18:22:20 +01: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
05f742d28b comphelper: sal_Bool -> bool
Change-Id: I6fc331ae0706f4bb193543011c8d4ae0a385fcc0
2014-02-17 17:55:19 +01:00
Michael Stahl
da21e9de6a require OAccessibleContextHelper to be initialized with SolarMutex
OAccessibleContextHelper methods are locked by OExternalLockGuard
which effectively only locks its ExternalMutex (i.e. SolarMutex);
so ensure that all sub-classes actually pass in a SolarMutex
by removing the default constructor.

(since these classes are in comphelper they can only use the
SolarMutex indirectly)

This uncovers that AccessibleToolPanelDeckTabBarItem and
OAccessibleControlContext did not pass in SolarMutex before.

Change-Id: Ib9085eeee6225f7c74b158e72f04b1bf62622071
2013-10-04 14:46:24 +02:00
Michael Meeks
2005a34318 re-base on ALv2 code. 2012-06-29 15:51:49 +01:00
Stephan Bergmann
2898e58b2a Clang -Wunused-variable. 2012-01-15 22:50:36 +01:00
Norbert Thiebaud
b8ee1f9b5f remove include of pch header in comphelper 2011-11-27 13:00:14 -06:00
Sebastian Spaeth
4905a19032 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:02:15 +02:00
Jens-Heiner Rechtien
8764506704 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
dc314cb51c INTEGRATION: CWS changefileheader (1.8.160); FILE MERGED
2008/04/01 12:26:29 thb 1.8.160.2: #i85898# Stripping all external header guards
2008/03/31 12:19:32 rt 1.8.160.1: #i87441# Change license header to LPGL v3.
2008-04-11 10:04:24 +00:00
Oliver Bolte
9a5a0ac3a6 INTEGRATION: CWS pchfix02 (1.7.100); FILE MERGED
2006/09/01 17:19:39 kaib 1.7.100.1: #i68856# Added header markers and pch files
2006-09-17 16:07:41 +00:00
Rüdiger Timm
75ae297dd1 INTEGRATION: CWS ooo19126 (1.6.264); FILE MERGED
2005/09/05 15:23:57 rt 1.6.264.1: #i54170# Change license header: remove SISSL
2005-09-08 01:46:23 +00:00
Vladimir Glazounov
432ffd5943 INTEGRATION: CWS uaa02 (1.5.8); FILE MERGED
2003/04/10 11:59:39 mt 1.5.8.1: #108656# Moved Accessibility module from drafts to final
2003-04-24 16:26:39 +00:00
Jens-Heiner Rechtien
8ed9759cd9 MWS_SRX644: migrate branch mws_srx644 -> HEAD 2003-03-19 15:03:25 +00:00
Thomas Benisch
c2a1497dd8 #102852# corrected OCommonAccessibleComponent::contains() 2002-09-03 11:16:52 +00:00
Frank Schönheit
3bd18e78b2 #99218# allow abstract external locks in addition to the own mutex 2002-05-08 14:38:36 +00:00
Frank Schönheit
d06d5dda87 #98750# corrected size calculation 2002-04-26 10:03:48 +00:00
Frank Schönheit
26c1bd7a86 initial checkin - helper for implementing an XAccessible(Extended)Component 2002-04-23 10:10:21 +00:00