Difference between revisions of "Uno/Cpp/Snippet/Requesting an Environment"
From Apache OpenOffice Wiki
m |
|||
Line 6: | Line 6: | ||
... | ... | ||
} | } | ||
− | </code> | + | </code><noinclude>[[Category:Uno:Cpp:Snippet]]</noinclude> |
− | |||
− | <noinclude> | ||
− | [[Category:Uno:Cpp:Snippet]] | ||
− | </noinclude> |
Revision as of 11:31, 28 September 2006
[cpp]
- include <uno/environment.hxx>
...
{
uno::Environment env(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("c++:unsafe")));
...
}