diff options
author | Zolnai Tamás <tamas.zolnai@collabora.com> | 2014-04-03 11:28:53 +0200 |
---|---|---|
committer | root <root@linux-3qg3.site> | 2014-04-04 19:06:11 +0200 |
commit | 5f27d2c1609b6760014c9f847f33324723150bc8 (patch) | |
tree | 32f5bee9d58ae98aacea5ed8ac8d15613fa4babf /avmedia | |
parent | 8416261a8b809a53058cd7970228012a8b3fb06d (diff) |
avmediaogl: simplify namespace
Change-Id: I9cc8a865fa6079dbf9295d2ebafdb020dde5e81d
Diffstat (limited to 'avmedia')
-rw-r--r-- | avmedia/source/opengl/oglplayer.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/avmedia/source/opengl/oglplayer.cxx b/avmedia/source/opengl/oglplayer.cxx index 325579f3db81..5c681700ed60 100644 --- a/avmedia/source/opengl/oglplayer.cxx +++ b/avmedia/source/opengl/oglplayer.cxx @@ -140,13 +140,13 @@ OUString SAL_CALL OGLPlayer::getImplementationName() } sal_Bool SAL_CALL OGLPlayer::supportsService( const OUString& rServiceName ) - throw ( ::com::sun::star::uno::RuntimeException, std::exception ) + throw ( uno::RuntimeException, std::exception ) { return cppu::supportsService(this, rServiceName); } uno::Sequence< OUString > SAL_CALL OGLPlayer::getSupportedServiceNames() - throw ( com::sun::star::uno::RuntimeException, std::exception ) + throw ( uno::RuntimeException, std::exception ) { uno::Sequence< OUString > aRet(1); aRet[0] = OUString("com.sun.star.media.Player_OpenGL"); |