Uno/Cpp/Snippet/Environment AntiGuard

From Apache OpenOffice Wiki
< Uno‎ | Cpp
Revision as of 10:00, 19 May 2021 by DiGro (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
#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