diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-11-21 16:24:43 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-11-21 16:24:43 +0000 |
commit | 71899a4020a00bd8276afa0a15c4ecef4dd557ad (patch) | |
tree | d45b053805c64e17e220b29282ba175fb28dfd2e /uui | |
parent | 7ca4716b860761ac5351a18c9272589b18f78093 (diff) |
INTEGRATION: CWS pj65 (1.52.14); FILE MERGED
2006/11/06 09:59:20 pjanik 1.52.14.2: RESYNC: (1.52-1.53); FILE MERGED
2006/10/31 14:00:21 pjanik 1.52.14.1: #i71027#: prevent warnings on Mac OS X with gcc 4.0.1.
Diffstat (limited to 'uui')
-rw-r--r-- | uui/source/iahndl.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/uui/source/iahndl.cxx b/uui/source/iahndl.cxx index 716db6ebb177..8c2d349bb097 100644 --- a/uui/source/iahndl.cxx +++ b/uui/source/iahndl.cxx @@ -4,9 +4,9 @@ * * $RCSfile: iahndl.cxx,v $ * - * $Revision: 1.53 $ + * $Revision: 1.54 $ * - * last change: $Author: vg $ $Date: 2006-11-01 16:17:26 $ + * last change: $Author: vg $ $Date: 2006-11-21 17:24:43 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -1078,7 +1078,7 @@ UUIInteractionHandler::handle_impl( star::ucb::InteractiveWrongMediumException aWrongMediumException; if (aAnyRequest >>= aWrongMediumException) { - sal_Int32 nMedium; + sal_Int32 nMedium = 0; aWrongMediumException.Medium >>= nMedium; std::vector< rtl::OUString > aArguments; aArguments.push_back(UniString::CreateFromInt32(nMedium + 1)); |