Difference between revisions of "Uno/Cpp/Snippet/Requesting an Environment"

From Apache OpenOffice Wiki
< Uno‎ | Cpp
Jump to: navigation, search
m (added "noinclude".)
(No difference)

Revision as of 11:16, 28 September 2006

[cpp]

  1. include <uno/environment.hxx>

... {

 uno::Environment env(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("c++:unsafe")));
 ...

}

Personal tools