diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-05-08 10:55:43 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-05-08 12:16:54 +0200 |
commit | 3eed23154170fcb8d313ff079d61c9701b77eefa (patch) | |
tree | 1c9b0daee609373cdd68141d4f7d203e99f5e1cf /avmedia/source/win/player.cxx | |
parent | 01107a6c1954ceff2d3affc7369027150bf6c032 (diff) |
compact namespace in avmedia..bridges
Change-Id: Iba1282caadab91a0c6e1c044dbab5e6e15f3707b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93705
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'avmedia/source/win/player.cxx')
-rw-r--r-- | avmedia/source/win/player.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/avmedia/source/win/player.cxx b/avmedia/source/win/player.cxx index 4ca27603ce99..50323bb80725 100644 --- a/avmedia/source/win/player.cxx +++ b/avmedia/source/win/player.cxx @@ -35,7 +35,7 @@ using namespace ::com::sun::star; -namespace avmedia { namespace win { +namespace avmedia::win { static LRESULT CALLBACK MediaPlayerWndProc_2( HWND hWnd,UINT nMsg, WPARAM nPar1, LPARAM nPar2 ) { @@ -457,7 +457,7 @@ uno::Sequence< OUString > SAL_CALL Player::getSupportedServiceNames( ) return { AVMEDIA_WIN_PLAYER_SERVICENAME }; } -} // namespace win -} // namespace avmedia +} // namespace avmedia::win + /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |