Uno/Cpp/Snippet/Environment AntiGuard

From Apache OpenOffice Wiki
< Uno‎ | Cpp
Revision as of 08:30, 29 November 2006 by Kr (Talk | contribs)

Jump to: navigation, search

[cpp]

  1. include <cppu/EnvGuards.hxx>

... {

 cppu::AntiEnvGuard antiEnvGuard;
 // From here onwards the previous environment has been left, at the end of the block it gets re-entered.
 ...

}

Personal tools