Uno/Cpp/Snippet/Requesting an Environment

From Apache OpenOffice Wiki
< Uno‎ | Cpp
Jump to: navigation, search
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 <uno/environment.hxx>
...
{
  uno::Environment env(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("c++:unsafe")));
  ...
}
Personal tools