diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-12-14 09:07:33 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-12-15 08:48:12 +0100 |
commit | f97125829c5c0733af9fef58ce73ac712a85aeb0 (patch) | |
tree | e99766144316faf05536d291fe94d015ad5b3447 /avmedia/source/macavf/player.hxx | |
parent | 5f4b126f74b1fa85f99a0ee3dfdf45368b6a1bb7 (diff) |
loplugin:salcall (macOS)
Change-Id: I297ac09358ce948acae9b73e8ed605964520c73b
Reviewed-on: https://gerrit.libreoffice.org/46437
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'avmedia/source/macavf/player.hxx')
-rw-r--r-- | avmedia/source/macavf/player.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/avmedia/source/macavf/player.hxx b/avmedia/source/macavf/player.hxx index 9a42de477197..47a62aa56971 100644 --- a/avmedia/source/macavf/player.hxx +++ b/avmedia/source/macavf/player.hxx @@ -48,9 +48,9 @@ public: virtual void SAL_CALL setMediaTime( double fTime ) override; virtual double SAL_CALL getMediaTime() override; /// @throws css::uno::RuntimeException - virtual void SAL_CALL setStopTime( double fTime ); + virtual void setStopTime( double fTime ); /// @throws css::uno::RuntimeException - virtual double SAL_CALL getStopTime(); + virtual double getStopTime(); virtual void SAL_CALL setPlaybackLoop( sal_Bool bSet ) override; virtual sal_Bool SAL_CALL isPlaybackLoop() override; virtual void SAL_CALL setMute( sal_Bool bSet ) override; |