diff options
author | Rüdiger Timm <rt@openoffice.org> | 2003-04-17 12:35:46 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2003-04-17 12:35:46 +0000 |
commit | 6036c85bfa8cc9702945cbea0f1842bf27ac18f9 (patch) | |
tree | a94a203761e0f9edf460bc0c82bfe2485b7cf3e4 /configmgr | |
parent | 33ba051b266e1c91562e74e8718e12448b84b93b (diff) |
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
Diffstat (limited to 'configmgr')
-rw-r--r-- | configmgr/source/xml/parsersvc.hxx | 9 |
1 files changed, 5 insertions, 4 deletions
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; |