summaryrefslogtreecommitdiff
path: root/xmlsecurity
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-06-19 14:38:58 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-06-19 14:38:58 +0000
commit8dc91dd28acc47d0477ed75f1d6537b20a5b228b (patch)
treee5c5be5e293b0db13b24638c8547317cc1de619e /xmlsecurity
parentd23be4ef02754f95a25058e8325b7ac04ba89aad (diff)
INTEGRATION: CWS jl103 (1.3.16); FILE MERGED
2008/06/13 07:28:39 jl 1.3.16.1: #i86233# uri encoding the URI attribute of the reference elements
Diffstat (limited to 'xmlsecurity')
-rw-r--r--xmlsecurity/source/xmlsec/saxhelper.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/xmlsecurity/source/xmlsec/saxhelper.hxx b/xmlsecurity/source/xmlsec/saxhelper.hxx
index 94541d9ea70b..4d8f2d7a167c 100644
--- a/xmlsecurity/source/xmlsec/saxhelper.hxx
+++ b/xmlsecurity/source/xmlsec/saxhelper.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: saxhelper.hxx,v $
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
* This file is part of OpenOffice.org.
*
@@ -39,7 +39,9 @@
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/xml/csax/XMLAttribute.hpp>
-
+/** This class represents a SAX handler which simply forwards to
+ the corresponding libxml API and translates parameter if necessary.
+*/
class SAXHelper
{
private :