From 6036c85bfa8cc9702945cbea0f1842bf27ac18f9 Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Thu, 17 Apr 2003 12:35:46 +0000 Subject: INTEGRATION: CWS configapi01 (1.4.10); FILE MERGED 2003/04/10 15:47:31 jb 1.4.10.1: #1077715# Move configuration backend API out of drafts; adjust to API changes --- configmgr/source/xml/parsersvc.hxx | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'configmgr') diff --git a/configmgr/source/xml/parsersvc.hxx b/configmgr/source/xml/parsersvc.hxx index f6934469ceac..7e154834f8a1 100644 --- a/configmgr/source/xml/parsersvc.hxx +++ b/configmgr/source/xml/parsersvc.hxx @@ -2,9 +2,9 @@ * * $RCSfile: parsersvc.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: hr $ $Date: 2003-03-19 16:20:05 $ + * last change: $Author: rt $ $Date: 2003-04-17 13:35:46 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -150,8 +150,9 @@ namespace configmgr ServiceFactory getServiceFactory() const { return m_xServiceFactory; } - void parse(SaxHandler const & _xHandler) - throw (uno::Exception); + void parse(SaxHandler const & _xHandler); + // throw (backenduno::MalformedDataException, lang::WrappedTargetException, uno::RuntimeException); + private: ServiceFactory m_xServiceFactory; sax::InputSource m_aInputSource; -- cgit