Uno/Cpp/Snippet/Environment AntiGuard
From Apache OpenOffice Wiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
#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.
...
}