Commit Graph

10 Commits

Author SHA1 Message Date
Stephan Bergmann
8e1ad96626 Some missing SolarMutexGuard around VclPtr acquire/release
At least OutputDevice::acquire/release use a plain unguarded int and ++, --, so
apparently rely on the SolarMutex being locked whenever they are called.  Fixed
those places that caused "make check" to fail for me when temporarily adding
DBG_TESTSOLARMUTEX() to OutputDevice::acquire/release.  (A recurring pattern is
that a class fails to ensure the SolarMutex is locked around the destruction of
non-null VclPtr members.)

Change-Id: I77cba6f3908f2de1b516ce28f1c3c43b3f57a9c5
2015-06-17 15:24:19 +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
Kohei Yoshida
ac7acb0ab1 Merged SvTreeListBox and SvLBox.
There is no reason to keep SvLBox separate.

Change-Id: I0b34aa8f8ca539d4f4f0f9cea9fa9b8faec241e8
2012-10-11 23:35:15 -04:00
Jacek Wolszczak
caf0e31e24 fdo#39425: Replace DBG_ASSERT macros with OSL_ equivalents in accessibility
Change-Id: I4f8fb4ffa8bcd5a503374040ada191ccf1f89013
2012-06-29 23:31:48 +02:00
Michael Meeks
3dd8f023fa re-base on ALv2 code. 2012-06-11 17:22:31 +01:00
Norbert Thiebaud
e6e29733ed remove include of pch header in accessibility 2011-11-27 12:54:37 -06:00
Sebastian Spaeth
ead7290449 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:23 +02:00
Jens-Heiner Rechtien
36de66bdf0 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
d4946ed827 INTEGRATION: CWS changefileheader (1.2.44); FILE MERGED
2008/04/01 14:58:56 thb 1.2.44.3: #i85898# Stripping all external header guards
2008/04/01 10:45:53 thb 1.2.44.2: #i85898# Stripping all external header guards
2008/03/28 15:57:50 rt 1.2.44.1: #i87441# Change license header to LPGL v3.
2008-04-11 07:05:13 +00:00
Jens-Heiner Rechtien
72a56a298a INTEGRATION: CWS a11ysep (1.1.2); FILE ADDED
2007/02/28 07:26:19 fs 1.1.2.3: #i10000#
2005/09/28 11:36:45 fs 1.1.2.2: manual resync (files have been moved herein from another location): licence change
2005/03/07 08:29:22 fs 1.1.2.1: #i44293# moved implementations herein from svtools module
2007-06-27 14:34:31 +00:00