From 43c18f7324dfb6bbf18bc02c43aee2bc0bed8288 Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Mon, 19 Jun 2006 22:08:53 +0000 Subject: INTEGRATION: CWS warnings01 (1.6.4); FILE MERGED 2005/11/10 11:34:54 pl 1.6.4.2: #i53898# removed warnings 2005/10/25 09:12:40 pl 1.6.4.1: #i55991# removed warnings for solaris platform --- UnoControls/source/base/multiplexer.cxx | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/UnoControls/source/base/multiplexer.cxx b/UnoControls/source/base/multiplexer.cxx index 0402c6eca368..c1c2d861910e 100644 --- a/UnoControls/source/base/multiplexer.cxx +++ b/UnoControls/source/base/multiplexer.cxx @@ -4,9 +4,9 @@ * * $RCSfile: multiplexer.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: rt $ $Date: 2005-09-09 09:16:40 $ + * last change: $Author: hr $ $Date: 2006-06-19 23:08:53 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -110,8 +110,16 @@ OMRCListenerMultiplexerHelper::OMRCListenerMultiplexerHelper( const Referenc { } -OMRCListenerMultiplexerHelper::OMRCListenerMultiplexerHelper( const OMRCListenerMultiplexerHelper& aCopyInstance ) - : m_aListenerHolder ( m_aMutex ) +OMRCListenerMultiplexerHelper::OMRCListenerMultiplexerHelper( const OMRCListenerMultiplexerHelper& /*aCopyInstance*/ ) + : XFocusListener() + , XWindowListener() + , XKeyListener() + , XMouseListener() + , XMouseMotionListener() + , XPaintListener() + , XTopWindowListener() + , OWeakObject() + , m_aListenerHolder ( m_aMutex ) { } @@ -283,7 +291,7 @@ void OMRCListenerMultiplexerHelper::unadvise( const Type& // XEventListener //____________________________________________________________________________________________________________ -void SAL_CALL OMRCListenerMultiplexerHelper::disposing( const EventObject& aSource ) throw( RuntimeException ) +void SAL_CALL OMRCListenerMultiplexerHelper::disposing( const EventObject& /*aSource*/ ) throw( RuntimeException ) { MutexGuard aGuard( m_aMutex ); // peer is disposed, clear the reference -- cgit ption> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/createcustomanimationpanel.hxx
tr>
AgeCommit message (Expand)Author
2015-04-30Get rid of the initial :: for the vcl namespaceTor Lillqvist
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-09-03Related fdo#82088: removing another bunch of aliasStefan Weiberg
2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold
2014-04-14Clean up function declarations and some unused functionsStephan Bergmann
2018-01-04tdf#104986 move named parameters substitution into generic layerLionel Elie Mamane
2017-07-28loplugin:constparams handle constructorsNoel Grandin
2017-03-25Fix typosAndrea Gelmini
2017-02-15Drop :: prefix from std in c*/Tor Lillqvist
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-19New loplugin:dynexcspec: Add @throws documentation, connectivityStephan Bergmann
2017-01-14tdf#70433 tdf#104734 implement sdbc XClobTamás Bunth
2016-10-18loplugin:unusedmethodsNoel Grandin
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-08-21coverity#1371622 Uninitialized scalar fieldCaolán McNamara
2016-08-18tdf#72987 GSoC Use Firebird backup formatWastack
2016-08-16new loplugin to check for static OUStringsNoel Grandin
2016-05-30com::sun::star->css in connectivityNoel Grandin
2016-04-13loplugin:passstuffbyref in connectivityNoel Grandin
2016-01-05Revert "WIP tdf#72987 Use firebird backup format for .odb no need for rebuild...Lionel Elie Mamane
2016-01-05WIP tdf#72987 Use firebird backup format for .odb no need for rebuild indexesPopa Adrian Marius
2015-11-30protected -> privateStephan Bergmann
2015-11-30loplugin:unusedfieldsNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-14boost->stdCaolán McNamara
2015-08-05loplugin:unusedmethodsNoel Grandin
2015-07-17tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-06-15cppcheck: noExplicitConstructorCaolán McNamara
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin
2014-09-25coverity#1210000 Uncaught exceptionCaolán McNamara
2014-06-28firebird: release driver on dispose rather than destroy.Norbert Thiebaud
2014-06-06fixincludeguards: fix include guardsThomas Arnhold
2014-05-23coverity#1103737 Uncaught exceptionCaolán McNamara
2014-04-19fixincludeguards.sh: connectivityThomas Arnhold
2014-04-16connectivity: sal_Bool->boolNoel Grandin