summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 10:56:03 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 10:56:03 +0000
commited9f4d4e4ef0aff46d5604325fd5e3477b88e32d (patch)
tree3349fe288f67d69b998c4f228f5b8a387741a4df
parentINTEGRATION: CWS warnings01 (1.6.4); FILE MERGED (diff)
downloadcore-ed9f4d4e4ef0aff46d5604325fd5e3477b88e32d.tar.gz
core-ed9f4d4e4ef0aff46d5604325fd5e3477b88e32d.zip
INTEGRATION: CWS warnings01 (1.6.4); FILE MERGED
2005/10/18 08:35:58 np 1.6.4.1: #i53898#
-rw-r--r--autodoc/source/display/html/hd_docu.cxx18
1 files changed, 9 insertions, 9 deletions
diff --git a/autodoc/source/display/html/hd_docu.cxx b/autodoc/source/display/html/hd_docu.cxx
index f8321c05fe02..c06c87547eb8 100644
--- a/autodoc/source/display/html/hd_docu.cxx
+++ b/autodoc/source/display/html/hd_docu.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: hd_docu.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: rt $ $Date: 2005-09-07 17:28:49 $
+ * last change: $Author: hr $ $Date: 2006-06-19 11:56:03 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -206,23 +206,23 @@ Docu_Display::Display_StdTag( const StdTag & i_rData )
}
void
-Docu_Display::Display_BaseTag( const BaseTag & i_rData )
+Docu_Display::Display_BaseTag( const BaseTag & )
{
}
void
-Docu_Display::Display_ExceptionTag( const ExceptionTag & i_rData )
+Docu_Display::Display_ExceptionTag( const ExceptionTag & )
{
}
void
-Docu_Display::Display_ImplementsTag( const ImplementsTag & i_rData )
+Docu_Display::Display_ImplementsTag( const ImplementsTag & )
{
}
void
-Docu_Display::Display_KeywordTag( const KeywordTag & i_rData )
+Docu_Display::Display_KeywordTag( const KeywordTag & )
{
}
@@ -288,7 +288,7 @@ Docu_Display::Display_TemplateTag( const TemplateTag & i_rData )
}
void
-Docu_Display::Display_LabelTag( const LabelTag & i_rData )
+Docu_Display::Display_LabelTag( const LabelTag & )
{
}
@@ -355,7 +355,7 @@ Docu_Display::Display_DT_Whitespace( const DT_Whitespace & i_rData )
}
void
-Docu_Display::Display_DT_Eol( const DT_Eol & i_rData )
+Docu_Display::Display_DT_Eol( const DT_Eol & )
{
CurOut() << new html::Sbr;
}
@@ -383,7 +383,7 @@ Docu_Display::Finish_DocuBlock()
void
Docu_Display::Write_TagTitle( const char * i_sText,
- const char * i_nFontSize )
+ const char * )
{
if ( strcmp(i_sText,"ATTENTION!") == 0 )
{