diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-10-12 09:34:27 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-10-12 09:34:27 +0000 |
commit | fabb9d4f57aaf42fc20dc1604698933c9e82f8ce (patch) | |
tree | bf2c3a8267a42618a3acd5ce80fa65b191379ba4 /scripting | |
parent | f52e1e992cfbb1a56f9704da3f3f774b7a41deb9 (diff) |
INTEGRATION: CWS sb59 (1.11.12); FILE MERGED
2006/08/30 09:47:34 sb 1.11.12.1: #i67487# Made code warning-free (wntmsci10).
Diffstat (limited to 'scripting')
-rw-r--r-- | scripting/source/basprov/basmethnode.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripting/source/basprov/basmethnode.cxx b/scripting/source/basprov/basmethnode.cxx index ecd584929880..999601ca3d5d 100644 --- a/scripting/source/basprov/basmethnode.cxx +++ b/scripting/source/basprov/basmethnode.cxx @@ -4,9 +4,9 @@ * * $RCSfile: basmethnode.cxx,v $ * - * $Revision: 1.12 $ + * $Revision: 1.13 $ * - * last change: $Author: obo $ $Date: 2006-09-16 12:25:42 $ + * last change: $Author: obo $ $Date: 2006-10-12 10:34:27 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -253,7 +253,7 @@ namespace basprov if ( aFunctionName == BASPROV_PROPERTY_EDITABLE ) { ::rtl::OUString sDocURL, sLibName, sModName; - USHORT nLine1, nLine2; + USHORT nLine1 = 0, nLine2; if ( !m_bIsAppScript ) { |