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:18, 28 September 2006

C++ Example - Requesting an Environment

[cpp]

  1. include <uno/environment.hxx>

... {

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

}

Personal tools