summaryrefslogtreecommitdiff
path: root/autodoc
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-11-02 16:11:48 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-11-02 16:11:48 +0000
commitd6f8d109f366bc0c7c2828479f5ddc020ce1feb7 (patch)
tree96a96b3e3cec59903cf04ab2c7fb19b77e2e6876 /autodoc
parentea2f82ef67d2af0ce809793c82e04539845c157e (diff)
INTEGRATION: CWS adc18 (1.2.56); FILE MERGED
2007/10/18 15:23:21 np 1.2.56.1: #i81775#
Diffstat (limited to 'autodoc')
-rw-r--r--autodoc/source/parser_i/inc/x_parse2.hxx12
1 files changed, 7 insertions, 5 deletions
diff --git a/autodoc/source/parser_i/inc/x_parse2.hxx b/autodoc/source/parser_i/inc/x_parse2.hxx
index 159dcc8baf4d..b8c823941998 100644
--- a/autodoc/source/parser_i/inc/x_parse2.hxx
+++ b/autodoc/source/parser_i/inc/x_parse2.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: x_parse2.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: rt $ $Date: 2005-09-07 18:55:40 $
+ * last change: $Author: hr $ $Date: 2007-11-02 17:11:48 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -61,13 +61,15 @@ class X_AutodocParser : public csv::Exception
: eType(i_eType), sName(i_sName) {}
// INQUIRY
virtual void GetInfo(
- ostream & o_rOutputMedium ) const;
+ std::ostream & o_rOutputMedium ) const;
private:
E_Type eType;
- udmstri sName;
+ String sName;
};
-#endif
+
+
+#endif