summaryrefslogtreecommitdiff
path: root/unoxml
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2008-02-26 13:47:29 +0000
committerOliver Bolte <obo@openoffice.org>2008-02-26 13:47:29 +0000
commitcd6f21fa5d8f89d8355da23db53178b99fe5116d (patch)
tree9954ead3d05864c2e8a4f69d2fc125f1c42f8539 /unoxml
parenta21020c017420f49d2333c0dd38195cd15a3bb94 (diff)
INTEGRATION: CWS custommeta (1.4.62); FILE MERGED
2008/02/01 10:36:11 mst 1.4.62.3: RESYNC: (1.5-1.6); FILE MERGED 2007/12/10 10:28:05 mst 1.4.62.2: RESYNC: (1.4-1.5); FILE MERGED 2007/12/07 14:05:56 mst 1.4.62.1: - unoxml/source/dom/document.{hxx,cxx}: implement interface css::xml::sax::XSAXSerializable - unoxml/source/dom/*.{hxx,cxx}: add virtual method saxify() on all subclasses of CNode add missing implementations of getLocalName()
Diffstat (limited to 'unoxml')
-rw-r--r--unoxml/source/dom/cdatasection.hxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/unoxml/source/dom/cdatasection.hxx b/unoxml/source/dom/cdatasection.hxx
index fecce4f32dc4..76355d05392e 100644
--- a/unoxml/source/dom/cdatasection.hxx
+++ b/unoxml/source/dom/cdatasection.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: cdatasection.hxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: vg $ $Date: 2007-12-06 10:58:28 $
+ * last change: $Author: obo $ $Date: 2008-02-26 14:47:29 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -55,6 +55,10 @@ namespace DOM
CCDATASection(const xmlNodePtr aNodePtr);
public:
+
+ virtual void SAL_CALL saxify(
+ const Reference< XDocumentHandler >& i_xHandler);
+
virtual Reference< XText > SAL_CALL splitText(sal_Int32 offset)
throw (RuntimeException)
{