diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-20 04:13:21 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-20 04:13:21 +0000 |
commit | 5c6c872335767fb59f94dc691e0c2c1ce6bbcf0f (patch) | |
tree | fa2e1d5ba16168a0d73392a70a96e0d1229062e3 /xmlscript/source | |
parent | 2aeca642607054387bce0be3ff47bd44fd1b66db (diff) |
INTEGRATION: CWS warnings01 (1.10.4); FILE MERGED
2005/10/27 15:29:54 dbo 1.10.4.1: #i53898# warning-free for CC
Diffstat (limited to 'xmlscript/source')
-rw-r--r-- | xmlscript/source/xmllib_imexp/xmllib_export.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xmlscript/source/xmllib_imexp/xmllib_export.cxx b/xmlscript/source/xmllib_imexp/xmllib_export.cxx index fa4fcf11b123..4043bf269af9 100644 --- a/xmlscript/source/xmllib_imexp/xmllib_export.cxx +++ b/xmlscript/source/xmllib_imexp/xmllib_export.cxx @@ -4,9 +4,9 @@ * * $RCSfile: xmllib_export.cxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: rt $ $Date: 2005-09-09 16:16:31 $ + * last change: $Author: hr $ $Date: 2006-06-20 05:13:21 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -177,5 +177,5 @@ SAL_CALL exportLibrary( xOut->endDocument(); } -}; +} |