diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 23:45:08 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 23:45:08 +0000 |
commit | 5e03746335d285781d294f0f4361ecff43dde819 (patch) | |
tree | 8a887d991568e53e9435b71e361426d59b7bfdf5 /unoxml/source/dom | |
parent | 06ccd224368bdf878589f52352642944d617121a (diff) |
INTEGRATION: CWS warnings01 (1.3.6); FILE MERGED
2006/03/10 19:08:13 lo 1.3.6.1: warnings01: remove warnings in unoxml
Diffstat (limited to 'unoxml/source/dom')
-rw-r--r-- | unoxml/source/dom/childlist.cxx | 6 | ||||
-rw-r--r-- | unoxml/source/dom/comment.cxx | 6 | ||||
-rw-r--r-- | unoxml/source/dom/documentbuilder.hxx | 6 | ||||
-rw-r--r-- | unoxml/source/dom/documentfragment.cxx | 6 | ||||
-rw-r--r-- | unoxml/source/dom/documenttype.cxx | 6 |
5 files changed, 15 insertions, 15 deletions
diff --git a/unoxml/source/dom/childlist.cxx b/unoxml/source/dom/childlist.cxx index 5a89943b8500..c347aba04f61 100644 --- a/unoxml/source/dom/childlist.cxx +++ b/unoxml/source/dom/childlist.cxx @@ -4,9 +4,9 @@ * * $RCSfile: childlist.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-09 09:56:38 $ + * last change: $Author: hr $ $Date: 2006-06-20 00:44:02 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -77,4 +77,4 @@ namespace DOM } return aNode; } -}
\ No newline at end of file +} diff --git a/unoxml/source/dom/comment.cxx b/unoxml/source/dom/comment.cxx index a752adf702ef..39efa172cba1 100644 --- a/unoxml/source/dom/comment.cxx +++ b/unoxml/source/dom/comment.cxx @@ -4,9 +4,9 @@ * * $RCSfile: comment.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-09 09:57:18 $ + * last change: $Author: hr $ $Date: 2006-06-20 00:44:12 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -50,4 +50,4 @@ namespace DOM { return CCharacterData::getData(); } -}
\ No newline at end of file +} diff --git a/unoxml/source/dom/documentbuilder.hxx b/unoxml/source/dom/documentbuilder.hxx index c3f6f4523f23..793ec318df9c 100644 --- a/unoxml/source/dom/documentbuilder.hxx +++ b/unoxml/source/dom/documentbuilder.hxx @@ -4,9 +4,9 @@ * * $RCSfile: documentbuilder.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-09 09:58:44 $ + * last change: $Author: hr $ $Date: 2006-06-20 00:44:46 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -145,4 +145,4 @@ namespace DOM }; } -#endif
\ No newline at end of file +#endif diff --git a/unoxml/source/dom/documentfragment.cxx b/unoxml/source/dom/documentfragment.cxx index 2968bfcb7ef5..2ed3531b21ce 100644 --- a/unoxml/source/dom/documentfragment.cxx +++ b/unoxml/source/dom/documentfragment.cxx @@ -4,9 +4,9 @@ * * $RCSfile: documentfragment.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-09 09:59:04 $ + * last change: $Author: hr $ $Date: 2006-06-20 00:44:57 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -50,4 +50,4 @@ namespace DOM { return OUString(); } -}
\ No newline at end of file +} diff --git a/unoxml/source/dom/documenttype.cxx b/unoxml/source/dom/documenttype.cxx index d6e141557f42..4c2f04e74b94 100644 --- a/unoxml/source/dom/documenttype.cxx +++ b/unoxml/source/dom/documenttype.cxx @@ -4,9 +4,9 @@ * * $RCSfile: documenttype.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-09 09:59:36 $ + * last change: $Author: hr $ $Date: 2006-06-20 00:45:08 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -131,4 +131,4 @@ namespace DOM { return OUString(); } -}
\ No newline at end of file +} |