Type: info
         Title: changed: BasicManager: 
InsertGlobalUNOConstant->SetGlobalUNOConstant
     Posted by: [EMAIL PROTECTED]
      Affected: -
Effective from: CWS odbmacros2


*Summary*
--------
- void BasicManager::InsertGlobalUNOConstant( const sal_Char*,
  const Any& )
+ Any BasicManager::SetGlobalUNOConstant( const sal_Char*,
  const Any& )


*Description*
-------------
InsertGlobalUNOConstant has been retired in favor of
SetGlobalUNOConstant, which does not only allow allow to insert new
constants, but also to set a new value for an existing constant, with
retrieving the old value. Especially the latter allows for temporary
resets of certain values, which are to be undone later.

Several places where the code for temporarily setting/resetting a
constant has been duplicated have been moved to the usage of
SetGlobalUNOConstant.


Send feedback to [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to