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

From Apache OpenOffice Wiki
< Uno‎ | Cpp
Jump to: navigation, search
m (test)
Line 1: Line 1:
==C++ Example - Requesting an Environment==
 
 
 
<code>[cpp]
 
<code>[cpp]
 
#include <uno/environment.hxx>
 
#include <uno/environment.hxx>

Revision as of 11:19, 28 September 2006

[cpp]

  1. include <uno/environment.hxx>

... {

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

}

Personal tools