INTEGRATION: CWS residcleanup (1.2.88); FILE MERGED
2007/02/20 17:21:36 pl 1.2.88.1: #i74635# get rid of global ResMgr
This commit is contained in:
parent
b1f3e9e484
commit
641f9fd31e
1 changed files with 3 additions and 3 deletions
|
@ -4,9 +4,9 @@
|
|||
*
|
||||
* $RCSfile: mediamisc.hxx,v $
|
||||
*
|
||||
* $Revision: 1.2 $
|
||||
* $Revision: 1.3 $
|
||||
*
|
||||
* last change: $Author: rt $ $Date: 2005-09-07 19:39:19 $
|
||||
* last change: $Author: rt $ $Date: 2007-04-26 09:49:09 $
|
||||
*
|
||||
* The Contents of this file are made available subject to
|
||||
* the terms of GNU Lesser General Public License Version 2.1.
|
||||
|
@ -35,7 +35,7 @@
|
|||
|
||||
class ResMgr;
|
||||
|
||||
#define AVMEDIA_RESID( nId ) ResId( nId, ::avmedia::GetResMgr() )
|
||||
#define AVMEDIA_RESID( nId ) ResId( nId, * ::avmedia::GetResMgr() )
|
||||
|
||||
#ifdef WNT
|
||||
#define AVMEDIA_MANAGER_SERVICE_NAME "com.sun.star.media.Manager_DirectX"
|
||||
|
|
Loading…
Reference in a new issue