diff options
author | Kai Sommerfeld <kso@openoffice.org> | 2010-01-07 17:58:13 +0100 |
---|---|---|
committer | Kai Sommerfeld <kso@openoffice.org> | 2010-01-07 17:58:13 +0100 |
commit | 97cc93cbc829184a5863bf3c01fd45ebc2e5bdcb (patch) | |
tree | da53d067567694b566b21175df135328d48bd6c6 /autodoc/source/parser/cpp | |
parent | f7fab85572c59895588405b9c0e9f285c1d7aebd (diff) | |
parent | 2d8f81afc6407b248f435f895eb23cf843557fb1 (diff) |
rebase to dev300 m69.
Diffstat (limited to 'autodoc/source/parser/cpp')
-rw-r--r-- | autodoc/source/parser/cpp/c_rcode.cxx | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/autodoc/source/parser/cpp/c_rcode.cxx b/autodoc/source/parser/cpp/c_rcode.cxx index e8f688168d3f..dd62dbbae2e5 100644 --- a/autodoc/source/parser/cpp/c_rcode.cxx +++ b/autodoc/source/parser/cpp/c_rcode.cxx @@ -42,27 +42,6 @@ #include <x_parse.hxx> #include "pe_file.hxx" -#ifdef IRIX -// see i19418 incomplete type for cpp::PE_Namespace -#include "pe_namsp.hxx" -#include "pe_ignor.hxx" -#include "pe_defs.hxx" -#include "pe_vafu.hxx" -#include "pe_tydef.hxx" -#include "pe_tpltp.hxx" -#include "pe_type.hxx" -#include "pe_vari.hxx" -#include "pe_funct.hxx" -#include "pe_enum.hxx" -#include "pe_param.hxx" -#include "pe_class.hxx" -#include "pe_expression.hxx" -#include "pe_base.hxx" -#include "pe_enum.hxx" -#include "pe_enval.hxx" -#endif - - const uintt C_nNO_TRY = uintt(-1); |