From 6cb9e6dad798ec59f055aebe84a9c4a21e4be40d Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Fri, 3 Mar 2017 20:57:02 +0100 Subject: Remove redundant 'inline' keyword ...from function definitions occurring within class definitions. Done with a rewriting Clang plugin (to be pushed later). Change-Id: I9c6f2818a57ccdb361548895a7743107cbacdff8 Reviewed-on: https://gerrit.libreoffice.org/34874 Tested-by: Jenkins Reviewed-by: Stephan Bergmann --- avmedia/source/vlc/wrapper/Instance.hxx | 2 +- avmedia/source/vlc/wrapper/Media.hxx | 2 +- avmedia/source/vlc/wrapper/Player.hxx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'avmedia') diff --git a/avmedia/source/vlc/wrapper/Instance.hxx b/avmedia/source/vlc/wrapper/Instance.hxx index 76d800bd497a..241caf6d94e3 100644 --- a/avmedia/source/vlc/wrapper/Instance.hxx +++ b/avmedia/source/vlc/wrapper/Instance.hxx @@ -27,7 +27,7 @@ namespace wrapper Instance& operator=( const Instance& other ); virtual ~Instance(); - inline operator libvlc_instance_t*() + operator libvlc_instance_t*() { return mInstance; } diff --git a/avmedia/source/vlc/wrapper/Media.hxx b/avmedia/source/vlc/wrapper/Media.hxx index cf1d4e719ca7..a7535f7d783e 100644 --- a/avmedia/source/vlc/wrapper/Media.hxx +++ b/avmedia/source/vlc/wrapper/Media.hxx @@ -33,7 +33,7 @@ namespace wrapper virtual ~Media(); - inline operator libvlc_media_t*() + operator libvlc_media_t*() { return mMedia; } diff --git a/avmedia/source/vlc/wrapper/Player.hxx b/avmedia/source/vlc/wrapper/Player.hxx index e8058a8f4b03..a7306825f5f6 100644 --- a/avmedia/source/vlc/wrapper/Player.hxx +++ b/avmedia/source/vlc/wrapper/Player.hxx @@ -63,7 +63,7 @@ namespace wrapper unsigned getWidth() const; unsigned getHeight() const; - inline operator libvlc_media_player_t*() + operator libvlc_media_player_t*() { return mPlayer; } -- cgit labora/cd-5.3-3.1'>distro/collabora/cd-5.3-3.1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-03-29typo: optimisation -> optimizationThomas Arnhold
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-02-27Drop deserted bmpdemoTakeshi Abe
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-01-27coverity#1078535 Division or modulo by zeroCaolán McNamara
2013-11-11basebmp: include <> for external includesNorbert Thiebaud
2013-10-31Resolves: #i123433# Detect pseudo-vertices at svg import...Armin Le Grand
2013-10-08Hanlde TopDown -> BottomUp conversion in basebmp DirectCopy logictsahi glik
2013-09-27Off-by-one errorStephan Bergmann
2013-09-27Improve performance of copyArea(), especially relevant for mobile devices.tsahi glik
2013-07-18fdo#62475 removed pointless commentsJelle van der Waa
2013-07-18WaE: assuming signed overflow does not occur when assuming...Caolán McNamara
2013-07-12Turn basebmp::Format into a proper enumStephan Bergmann
2013-07-12THIRTYTWO_BIT_TC_MASK is the same as THIRTYTWO_BIT_TC_MASK_BGRAStephan Bergmann
2013-06-04Add test for basebmp memory clobber.Thorsten Behrens
2013-06-04Detect copyArea trying to operate on overlapping memory.Tsahi Glik
2013-04-24Don't point to inc directories that don't exist any longerTor Lillqvist
2013-04-24Don't point to inc directories that don't exist any longerTor Lillqvist
2013-04-24gbuild: drop uses of removed packagesDavid Tardon
2013-04-23execute move of global headersBjoern Michaelsen
2013-04-15No need for Android, iOS or CROSS_COMPILING conditionals for unit testsTor Lillqvist
2013-04-12Nah, I don't need a getOffset(), but I do need a getBufferSize()Tor Lillqvist
2013-04-11Fix documentationTor Lillqvist
2013-04-11Add an accessor to get the offset of a subsetted BitmapDeviceTor Lillqvist
2013-04-11Add debugging printout of subsetting informationTor Lillqvist
2013-03-27_USE_MATH_DEFINES is already taken care of by sal/config.hStephan Bergmann
2013-03-26Log also corresponding destructions of BitmapDeviceTor Lillqvist
2013-03-25Add some debugging printoutTor Lillqvist
2013-03-14remove legacy build.pl prj/build.lst files.Michael Meeks
2013-02-28remove all d.lstMichael Stahl
2013-02-25CreateFromAscii removalRicardo Montania
2013-01-27need more boost_headersMichael Stahl
2013-01-26gbuild: do not copy boost headers aroundMichael Stahl