summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 11:08:01 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 11:08:01 +0000
commit11f3e5a7f71a0a99c8c974282ec5a1ee7a43f79a (patch)
treefca256bc637517087ffb1b261e40ccb8b3f963a1
parentINTEGRATION: CWS warnings01 (1.4.4); FILE MERGED (diff)
downloadcore-11f3e5a7f71a0a99c8c974282ec5a1ee7a43f79a.tar.gz
core-11f3e5a7f71a0a99c8c974282ec5a1ee7a43f79a.zip
INTEGRATION: CWS warnings01 (1.5.4); FILE MERGED
2005/10/18 08:36:20 np 1.5.4.1: #i53898#
-rw-r--r--autodoc/source/parser_i/idl/pe_tydf2.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/autodoc/source/parser_i/idl/pe_tydf2.cxx b/autodoc/source/parser_i/idl/pe_tydf2.cxx
index 248d0682db6b..314c1e5a8809 100644
--- a/autodoc/source/parser_i/idl/pe_tydf2.cxx
+++ b/autodoc/source/parser_i/idl/pe_tydf2.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: pe_tydf2.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: rt $ $Date: 2005-09-07 18:50:16 $
+ * last change: $Author: hr $ $Date: 2006-06-19 12:08:01 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -127,7 +127,7 @@ PE_Typedef::Process_Default()
}
void
-PE_Typedef::On_expect_description_Any(const char * i_sText)
+PE_Typedef::On_expect_description_Any(const char *)
{
SetResult(not_done,push_sure, pPE_Type.Ptr());
}