Uno/Cpp/Snippet/Environment Guard
From Apache OpenOffice Wiki
< Uno | Cpp
Revision as of 17:36, 23 February 2008 by SergeMoutou (talk | contribs)
#include <cppu/EnvGuards.hxx>
...
{
cppu::EnvGuard cppUnsafe(uno::Environment(RTL_CONSTASCII_USTRINGPARAM("c++:unsafe")));
// From here onwards the environment is entered, until the end of the block.
...
}