Did you know that the OpenOffice.org Wiki has a WYSIWYG editor? See Help:FCKeditor

Uno/Cpp/Snippet/Environment AntiGuard

From OpenOffice.org Wiki

< Uno | Cpp
Jump to: navigation, search
#include <cppu/EnvGuards.hxx>
...
{
  cppu::AntiEnvGuard antiEnvGuard;
  // From here onwards the previous environment has been left, at the end of the block it gets re-entered.
  ...
}
Personal tools
Create a book