summaryrefslogtreecommitdiff
path: root/extensions/source/propctrlr/xsddatatypes.cxx
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2008-01-14 14:01:48 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2008-01-14 14:01:48 +0000
commit96d980e3ff4df42f96c10f459a5e83bb9b8e8339 (patch)
tree2f023cae770fee2840a9a99f42ea79aeefd3ff76 /extensions/source/propctrlr/xsddatatypes.cxx
parent04647c5c01253d5a763b6b1c7297733803560455 (diff)
INTEGRATION: CWS wae4extensions (1.4.192); FILE MERGED
2007/09/27 07:18:26 fs 1.4.192.1: #i81612# warning-free code
Diffstat (limited to 'extensions/source/propctrlr/xsddatatypes.cxx')
-rw-r--r--extensions/source/propctrlr/xsddatatypes.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/extensions/source/propctrlr/xsddatatypes.cxx b/extensions/source/propctrlr/xsddatatypes.cxx
index 4676c85703c8..fd3dd0882dc1 100644
--- a/extensions/source/propctrlr/xsddatatypes.cxx
+++ b/extensions/source/propctrlr/xsddatatypes.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: xsddatatypes.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: obo $ $Date: 2006-09-16 13:25:18 $
+ * last change: $Author: ihi $ $Date: 2008-01-14 15:01:48 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -89,7 +89,7 @@ namespace pcr
template< typename INTERFACE, typename ARGUMENT >
ARGUMENT getSave( INTERFACE* pObject, ARGUMENT ( SAL_CALL INTERFACE::*pGetter )( ) )
{
- ARGUMENT aReturn;
+ ARGUMENT aReturn = ARGUMENT();
try
{
aReturn = (pObject->*pGetter)( );