From 940217f741d8de8c83ad97af8a345865021d96e4 Mon Sep 17 00:00:00 2001
From: Jens-Heiner Rechtien
Date: Mon, 19 Jun 2006 09:49:37 +0000
Subject: [PATCH] INTEGRATION: CWS warnings01 (1.5.32); FILE MERGED 2005/10/28
14:48:05 cd 1.5.32.1: #i55991# Warning free code changes for gcc
---
framework/inc/classes/protocolhandlercache.hxx | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/framework/inc/classes/protocolhandlercache.hxx b/framework/inc/classes/protocolhandlercache.hxx
index a8646493b5b4..5a15a6f47826 100644
--- a/framework/inc/classes/protocolhandlercache.hxx
+++ b/framework/inc/classes/protocolhandlercache.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: protocolhandlercache.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 00:07:36 $
+ * last change: $Author: hr $ $Date: 2006-06-19 10:49:37 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -89,7 +89,7 @@ namespace framework{
/**
Programmer can register his own services to handle different protocols.
Don't forget: It doesn't mean "handling of documents" ... these services could handle protocols ...
- e.g. "mailto:*", "file://*", ".java:*
+ e.g. "mailto:", "file://", ".java:"
This struct holds the information about one such registered protocol handler.
A list of handler objects is defined as ProtocolHandlerHash. see below
*/