summaryrefslogtreecommitdiff
path: root/testtools/source/bridgetest/constructors.cxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-11-21 16:17:51 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-11-21 16:17:51 +0000
commit79e671113cf243cd684e074036c27f58c3d7fd63 (patch)
treecbecef01f23374c27953ccbf6841bf3e9d68764e /testtools/source/bridgetest/constructors.cxx
parent9cf6324685ea32418deebdf03c83be771b6af31a (diff)
INTEGRATION: CWS pj65 (1.5.10); FILE MERGED
2006/10/31 17:42:04 pjanik 1.5.10.2: Fix previous change. Use similar syntax like the rest of the code. 2006/10/31 12:48:09 pjanik 1.5.10.1: #i71027#: prevent warnings on Mac OS X with gcc 4.0.1.
Diffstat (limited to 'testtools/source/bridgetest/constructors.cxx')
-rw-r--r--testtools/source/bridgetest/constructors.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/testtools/source/bridgetest/constructors.cxx b/testtools/source/bridgetest/constructors.cxx
index f42f8c8b4e20..2a598dd37618 100644
--- a/testtools/source/bridgetest/constructors.cxx
+++ b/testtools/source/bridgetest/constructors.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: constructors.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: obo $ $Date: 2006-09-16 13:37:12 $
+ * last change: $Author: vg $ $Date: 2006-11-21 17:17:51 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -95,8 +95,8 @@ void Impl::initialize(css::uno::Sequence< css::uno::Any > const & arguments)
::sal_uInt32 arg5 = sal_uInt32();
::sal_Int64 arg6 = sal_Int64();
::sal_uInt64 arg7 = sal_uInt64();
- float arg8;
- double arg9;
+ float arg8 = float();
+ double arg9 = double();
::rtl::OUString arg11;
css::uno::Type arg12;
::sal_Bool arg13 = sal_Bool();