diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2005-08-05 13:25:47 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2005-08-05 13:25:47 +0000 |
commit | 8bd3f8e06483f6a2626508cb6cca106f94960d59 (patch) | |
tree | 3c0a22beb3561d591e03e594b13a3660d0e0545a /autodoc/source/display | |
parent | decf0ffb0f6a63ca3c77d885de50b7b950f22ec5 (diff) |
INTEGRATION: CWS adc12p (1.2.6); FILE MERGED
2005/07/27 11:21:24 np 1.2.6.1: #i52495#
Diffstat (limited to 'autodoc/source/display')
-rw-r--r-- | autodoc/source/display/html/outfile.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/autodoc/source/display/html/outfile.hxx b/autodoc/source/display/html/outfile.hxx index 98d1eb9926cc..567b8fcc476b 100644 --- a/autodoc/source/display/html/outfile.hxx +++ b/autodoc/source/display/html/outfile.hxx @@ -2,9 +2,9 @@ * * $RCSfile: outfile.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: vg $ $Date: 2005-03-23 08:58:53 $ + * last change: $Author: hr $ $Date: 2005-08-05 14:25:47 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -120,6 +120,7 @@ class HtmlDocuFile uintt nDepth; Html::Body aBodyData; + StreamStr aBuffer; }; |