diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-20 04:11:51 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-20 04:11:51 +0000 |
commit | 741985b0beac812afcfc7798d72663e280105abc (patch) | |
tree | d745b21c26b3d4d07cdd0f63d51113df2e292f70 | |
parent | 055c735e017c9619bff829107db552fadf831a02 (diff) |
INTEGRATION: CWS warnings01 (1.5.4); FILE MERGED
2005/10/27 15:29:51 dbo 1.5.4.1: #i53898# warning-free for CC
-rw-r--r-- | xmlscript/source/xmldlg_imexp/xmldlg_addfunc.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xmlscript/source/xmldlg_imexp/xmldlg_addfunc.cxx b/xmlscript/source/xmldlg_imexp/xmldlg_addfunc.cxx index a9d2a7948836..e36142fe81f5 100644 --- a/xmlscript/source/xmldlg_imexp/xmldlg_addfunc.cxx +++ b/xmlscript/source/xmldlg_imexp/xmldlg_addfunc.cxx @@ -4,9 +4,9 @@ * * $RCSfile: xmldlg_addfunc.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: rt $ $Date: 2005-09-09 16:13:21 $ + * last change: $Author: hr $ $Date: 2006-06-20 05:11:51 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -140,4 +140,4 @@ void SAL_CALL importDialogModel( xParser->parseStream( source ); } -}; +} |