include/avmedia/mediawindow.hxx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-)
New commits: commit eb7d76424d690182c29e6a6a793e8b1c9536f6db Author: Michael Weghorn <[email protected]> AuthorDate: Wed Feb 18 10:48:11 2026 +0100 Commit: Michael Weghorn <[email protected]> CommitDate: Fri Feb 20 12:19:52 2026 +0100 avmedia: Drop PlayerListener_BASE typedef It's only used once, in the next line. Change-Id: I9793f8dd515e851571a45724e1c253232aa32e25 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/199799 Reviewed-by: Michael Weghorn <[email protected]> Tested-by: Jenkins diff --git a/include/avmedia/mediawindow.hxx b/include/avmedia/mediawindow.hxx index 35fc88df70cb..8c48a13e457c 100644 --- a/include/avmedia/mediawindow.hxx +++ b/include/avmedia/mediawindow.hxx @@ -54,9 +54,8 @@ namespace avmedia namespace priv { class MediaWindowImpl; } - typedef comphelper::WeakComponentImplHelper<css::media::XPlayerListener> PlayerListener_BASE; - - class AVMEDIA_DLLPUBLIC PlayerListener final : public PlayerListener_BASE + class AVMEDIA_DLLPUBLIC PlayerListener final + : public comphelper::WeakComponentImplHelper<css::media::XPlayerListener> { private: css::uno::Reference<css::media::XPlayerNotifier> m_xNotifier;
