INTEGRATION: CWS res32bit (1.16.118); FILE MERGED
2004/11/12 11:44:24 pl 1.16.118.1: #i34300# simplify ResMgr interface
This commit is contained in:
parent
48d8e5b14b
commit
50d7cae67f
1 changed files with 5 additions and 2 deletions
|
@ -2,9 +2,9 @@
|
|||
*
|
||||
* $RCSfile: menudispatcher.cxx,v $
|
||||
*
|
||||
* $Revision: 1.16 $
|
||||
* $Revision: 1.17 $
|
||||
*
|
||||
* last change: $Author: rt $ $Date: 2004-05-03 13:21:02 $
|
||||
* last change: $Author: obo $ $Date: 2005-01-03 17:02:57 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
|
@ -233,6 +233,8 @@ DEFINE_XTYPEPROVIDER_4 ( MenuDispatcher ,
|
|||
void SAL_CALL MenuDispatcher::dispatch( const URL& aURL ,
|
||||
const Sequence< PropertyValue >& seqProperties ) throw( RuntimeException )
|
||||
{
|
||||
// PL: according to CD this is dead code
|
||||
#if 0
|
||||
const char RESOURCE_URL[] = "private:resource/";
|
||||
const char ACCEL_PARAM[] = "?accel=";
|
||||
|
||||
|
@ -443,6 +445,7 @@ void SAL_CALL MenuDispatcher::dispatch( const URL& a
|
|||
aGuard.unlock();
|
||||
}
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
//*****************************************************************************************************************
|
||||
|
|
Loading…
Reference in a new issue