diff options
author | Kurt Zenker <kz@openoffice.org> | 2004-08-31 13:59:28 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2004-08-31 13:59:28 +0000 |
commit | d07c3761c3a357200272924927efebe5214365bb (patch) | |
tree | 57d1335da108440883612421fb3336deefbeeb2a /configmgr/source | |
parent | 8c603e4d783538b4a55041a6e8841ef0c43a5845 (diff) |
INTEGRATION: CWS cfglogging (1.3.120); FILE MERGED
2004/08/27 07:49:02 jb 1.3.120.1: #i25940#,#i25939# Add log output to parsing services
Diffstat (limited to 'configmgr/source')
-rw-r--r-- | configmgr/source/xml/layerparser.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configmgr/source/xml/layerparser.hxx b/configmgr/source/xml/layerparser.hxx index de1eb8cb6d39..16770e2cd5e4 100644 --- a/configmgr/source/xml/layerparser.hxx +++ b/configmgr/source/xml/layerparser.hxx @@ -2,9 +2,9 @@ * * $RCSfile: layerparser.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2003-04-17 13:34:54 $ + * last change: $Author: kz $ $Date: 2004-08-31 14:59:27 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -89,7 +89,7 @@ namespace configmgr typedef uno::Reference< backenduno::XLayerHandler > HandlerRef; public: - LayerParser(ServiceFactory const & _xSvcFactory, HandlerRef const & _xHandler); + LayerParser(Context const & _xContext, HandlerRef const & _xHandler); virtual ~LayerParser(); // XDocumentHandler |