Uno/Cpp/Snippet/Environment AntiGuard
From Apache OpenOffice Wiki
< Uno | Cpp
Revision as of 17:36, 23 February 2008 by SergeMoutou (talk | contribs)
#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.
...
}