summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-08-11 13:00:05 +0000
committerOliver Bolte <obo@openoffice.org>2004-08-11 13:00:05 +0000
commit487eb37ab219ec5d4c79d854d147a55f64814d38 (patch)
treef3551693e0b6d8ac3b9acb0bb91e1d718307555a /extensions
parent47851641fe3b0c4fc2f9f9b90e3fca7008e99c5a (diff)
INTEGRATION: CWS pbhelp02 (1.70.10); FILE MERGED
2004/08/02 11:05:04 pb 1.70.10.2: RESYNC: (1.70-1.71); FILE MERGED 2004/07/23 07:46:04 dfoster 1.70.10.1: #i31901# Object should be created on the heap to prevent crash on destruction
Diffstat (limited to 'extensions')
-rw-r--r--extensions/source/propctrlr/formcontroller.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/extensions/source/propctrlr/formcontroller.cxx b/extensions/source/propctrlr/formcontroller.cxx
index c37436d68fc3..4bde991a3458 100644
--- a/extensions/source/propctrlr/formcontroller.cxx
+++ b/extensions/source/propctrlr/formcontroller.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: formcontroller.cxx,v $
*
- * $Revision: 1.74 $
+ * $Revision: 1.75 $
*
- * last change: $Author: hr $ $Date: 2004-08-05 10:13:24 $
+ * last change: $Author: obo $ $Date: 2004-08-11 14:00:05 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1712,7 +1712,7 @@ class EventsNameReplace_Impl:
//SvxMacro* pMacro = aTab.Get( nIndex++ );
Sequence< css::beans::PropertyValue > props;
::rtl::OUString macroURL;
- if( xNameReplace->getByName( *pMethods ) >>= props )
+ if( sal_True == ( xNameReplace->getByName( *pMethods ) >>= props ) )
{
sal_Int32 nCount = props.getLength();
for( sal_Int32 index = 0; index < nCount ; ++index )