diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-20 04:19:54 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-20 04:19:54 +0000 |
commit | e82f693886bcd4ba8b81a9d8179a053fb206233f (patch) | |
tree | 7e2969830551c606fa33088772ab5abe4de0ce72 /ucb/source/ucp/file | |
parent | df93ad1eed13130d36d50ca2d55c453c6f33ae69 (diff) |
INTEGRATION: CWS warnings01 (1.9.10); FILE MERGED
2005/11/09 21:01:52 sb 1.9.10.1: #i53898# Made code warning-free.
Diffstat (limited to 'ucb/source/ucp/file')
-rw-r--r-- | ucb/source/ucp/file/filglob.hxx | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/ucb/source/ucp/file/filglob.hxx b/ucb/source/ucp/file/filglob.hxx index fe3bffd70b8a..7ce72139e239 100644 --- a/ucb/source/ucp/file/filglob.hxx +++ b/ucb/source/ucp/file/filglob.hxx @@ -4,9 +4,9 @@ * * $RCSfile: filglob.hxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: rt $ $Date: 2005-09-09 15:23:38 $ + * last change: $Author: hr $ $Date: 2006-06-20 05:19:54 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -48,7 +48,6 @@ namespace fileaccess { - class shell; class BaseContent; struct equalOUString @@ -132,8 +131,7 @@ namespace fileaccess { // This function implements the global exception handler of the file_ucp; // It never returns; - extern void throw_handler( shell * pShell, // must not be null - sal_Int32 errorCode, + extern void throw_handler( sal_Int32 errorCode, sal_Int32 minorCode, const com::sun::star::uno::Reference< com::sun::star::ucb::XCommandEnvironment >& xEnv, |