summaryrefslogtreecommitdiff
path: root/autodoc/source/exes
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-11-02 15:43:19 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-11-02 15:43:19 +0000
commit342bff51ab89227f97d5d737079587b97176bda6 (patch)
treec3ebdb4d58f455048f11e32e5752d4bb81850fda /autodoc/source/exes
parent41e4f03360881302943c060d1025801d63744e70 (diff)
INTEGRATION: CWS adc18 (1.8.2); FILE MERGED
2007/10/18 15:23:15 np 1.8.2.1: #i81775#
Diffstat (limited to 'autodoc/source/exes')
-rw-r--r--autodoc/source/exes/adc_uni/adc_cmd_parse.cxx9
1 files changed, 6 insertions, 3 deletions
diff --git a/autodoc/source/exes/adc_uni/adc_cmd_parse.cxx b/autodoc/source/exes/adc_uni/adc_cmd_parse.cxx
index 03797faf651e..9426e6b905fe 100644
--- a/autodoc/source/exes/adc_uni/adc_cmd_parse.cxx
+++ b/autodoc/source/exes/adc_uni/adc_cmd_parse.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: adc_cmd_parse.cxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: vg $ $Date: 2007-09-18 14:05:12 $
+ * last change: $Author: hr $ $Date: 2007-11-02 16:43:19 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -38,7 +38,8 @@
// NOT FULLY DEFINED SERVICES
-#include <cosv/template/tpltools.hxx>
+#include <cosv/tpl/tpltools.hxx>
+#include <adc_cl.hxx>
#include "adc_cmds.hxx"
#include "cmd_run.hxx"
@@ -99,8 +100,10 @@ S_LanguageInfo::do_Init( opt_iter & it,
{
case cpp: aExtensions.push_back( C_FileEnding_hxx );
aExtensions.push_back( C_FileEnding_h );
+ CommandLine::Get_().Set_CppUsed();
break;
case idl: aExtensions.push_back( C_FileEnding_idl );
+ CommandLine::Get_().Set_IdlUsed();
break;
case java: aExtensions.push_back( C_FileEnding_java );
break;