Difference between revisions of "Uno/Cpp/Snippet/Requesting an Environment"
From Apache OpenOffice Wiki
SergeMoutou (talk | contribs) m |
|||
(4 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
− | < | + | <source lang="cpp"> |
#include <uno/environment.hxx> | #include <uno/environment.hxx> | ||
... | ... | ||
Line 6: | Line 6: | ||
... | ... | ||
} | } | ||
− | </ | + | </source><noinclude>[[Category:Cpp]][[Category:Snippet]][[Category:Uno]]</noinclude> |
− | |||
− | <noinclude> | ||
− | [[Category | ||
− | </noinclude> |
Latest revision as of 17:41, 23 February 2008
#include <uno/environment.hxx>
...
{
uno::Environment env(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("c++:unsafe")));
...
}