diff options
author | Kurt Zenker <kz@openoffice.org> | 2004-12-16 10:43:15 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2004-12-16 10:43:15 +0000 |
commit | a3a2008e7cd96f5ba645004665f63a7d856afba1 (patch) | |
tree | d3acf8852e5f1df4dbbb993b05e7c0bbe8897dfc /cli_ure | |
parent | c0da57fbb6568803c0bb99b2654debaecc6a2654 (diff) |
INTEGRATION: CWS jl15 (1.8.2); FILE MERGED
2004/11/30 16:13:33 jl 1.8.2.1: #i35985 use CSC macro in makefiles rather then csc
Diffstat (limited to 'cli_ure')
-rw-r--r-- | cli_ure/source/climaker/climaker_app.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cli_ure/source/climaker/climaker_app.cxx b/cli_ure/source/climaker/climaker_app.cxx index 3b279e6e5b45..93dc5fb79976 100644 --- a/cli_ure/source/climaker/climaker_app.cxx +++ b/cli_ure/source/climaker/climaker_app.cxx @@ -2,9 +2,9 @@ * * $RCSfile: climaker_app.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: rt $ $Date: 2004-11-02 09:17:50 $ + * last change: $Author: kz $ $Date: 2004-12-16 11:43:15 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -582,7 +582,7 @@ SAL_IMPLEMENT_MAIN() kp = new StrongNameKeyPair(fs); fs->Close(); } - catch (System::IO::FileNotFoundException * e) + catch (System::IO::FileNotFoundException * ) { throw Exception(OUSTR("Could not find the keyfile. Verify the --keyfile argument!"), 0); } |