summaryrefslogtreecommitdiff
path: root/autodoc/source/parser/cpp/pe_defs.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-11-02 15:54:39 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-11-02 15:54:39 +0000
commita8ce800ca258aea82009d3a6224c33bc3acea54b (patch)
treeb460d7e5097a6c7e90c69005b2e155e04fd15a07 /autodoc/source/parser/cpp/pe_defs.hxx
parentecba0fb943217dbac6e86d1a1479af77a22d491d (diff)
INTEGRATION: CWS adc18 (1.2.56); FILE MERGED
2007/10/19 10:37:30 np 1.2.56.1: #i81775#
Diffstat (limited to 'autodoc/source/parser/cpp/pe_defs.hxx')
-rw-r--r--autodoc/source/parser/cpp/pe_defs.hxx10
1 files changed, 3 insertions, 7 deletions
diff --git a/autodoc/source/parser/cpp/pe_defs.hxx b/autodoc/source/parser/cpp/pe_defs.hxx
index 648a16e657e1..537dc23575d6 100644
--- a/autodoc/source/parser/cpp/pe_defs.hxx
+++ b/autodoc/source/parser/cpp/pe_defs.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: pe_defs.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: rt $ $Date: 2005-09-07 18:23:42 $
+ * last change: $Author: hr $ $Date: 2007-11-02 16:53:37 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -89,7 +89,7 @@ class PE_Defines : public cpp::Cpp_PE
Dyn< PeStatusArray<PE_Defines> >
pStati;
- udmstri sName;
+ String sName;
StringVector aParameters;
StringVector aDefinition;
bool bIsMacro;
@@ -97,10 +97,6 @@ class PE_Defines : public cpp::Cpp_PE
-// IMPLEMENTATION
-
} //namespace cpp
-
-
#endif