diff options
author | Rüdiger Timm <rt@openoffice.org> | 2007-04-26 08:49:09 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2007-04-26 08:49:09 +0000 |
commit | 641f9fd31ebc918d283e132b98366a1b9b527d83 (patch) | |
tree | 3d385db188a94933ff3e973d146e2f70dea35f24 /avmedia | |
parent | b1f3e9e4845595bb4c2d6306ad4edc1fdec18e64 (diff) |
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
Diffstat (limited to 'avmedia')
-rw-r--r-- | avmedia/source/inc/mediamisc.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/avmedia/source/inc/mediamisc.hxx b/avmedia/source/inc/mediamisc.hxx index 34522c29e7b2..d1d05c5d79a7 100644 --- a/avmedia/source/inc/mediamisc.hxx +++ b/avmedia/source/inc/mediamisc.hxx @@ -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" |