summaryrefslogtreecommitdiff
path: root/autodoc/source
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-01-27 10:20:41 +0000
committerOliver Bolte <obo@openoffice.org>2005-01-27 10:20:41 +0000
commit4bf6f3b159bf5d4b99d2db62eb71f403e42790f6 (patch)
tree14ab3ae50a068f261e3c593200bd936d8ee0f318 /autodoc/source
parent8ab2e1e75a7d7f3e0386f0702b103f4c53caae51 (diff)
INTEGRATION: CWS adc10 (1.4.2); FILE MERGED
2005/01/25 17:36:33 np 1.4.2.1: #i31025#. Put outputfiles into directory that is ok for build tools.
Diffstat (limited to 'autodoc/source')
-rw-r--r--autodoc/source/inc/adc_cl.hxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/autodoc/source/inc/adc_cl.hxx b/autodoc/source/inc/adc_cl.hxx
index 50b5108a6af2..34e0f2d64e1b 100644
--- a/autodoc/source/inc/adc_cl.hxx
+++ b/autodoc/source/inc/adc_cl.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: adc_cl.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: obo $ $Date: 2004-11-15 13:37:44 $
+ * last change: $Author: obo $ $Date: 2005-01-27 11:20:41 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -75,6 +75,7 @@ namespace autodoc
namespace command
{
class Command;
+ class CreateHtml;
class SinceTagTransformationData;
}
@@ -161,6 +162,8 @@ class CommandLine : public csv::CommandLine_Ifc
bool bInitOk;
static CommandLine *
pTheInstance_;
+ command::CreateHtml *
+ pCommand_CreateHtml;
};