summaryrefslogtreecommitdiff
path: root/extensions/source/plugin/base/plmodel.cxx
diff options
context:
space:
mode:
authorSander Vesik <svesik@openoffice.org>2004-04-21 13:19:30 +0000
committerSander Vesik <svesik@openoffice.org>2004-04-21 13:19:30 +0000
commit940f5de2b4560b1c2b5a57948d24e54e396726d6 (patch)
tree142b9d3df64c93c5e91eb7036ad40e06b56cdd2e /extensions/source/plugin/base/plmodel.cxx
parentb53c90f30c1f8a9efe52d9b924585043cc4b3a46 (diff)
INTEGRATION: CWS ooo20040329 (1.4.144); FILE MERGED
2004/03/15 13:10:51 waratah 1.4.144.1: #i1858# commit a fixme for another programmer to pick up
Diffstat (limited to 'extensions/source/plugin/base/plmodel.cxx')
-rw-r--r--extensions/source/plugin/base/plmodel.cxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/extensions/source/plugin/base/plmodel.cxx b/extensions/source/plugin/base/plmodel.cxx
index 955e09a85..fd9024f0b 100644
--- a/extensions/source/plugin/base/plmodel.cxx
+++ b/extensions/source/plugin/base/plmodel.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: plmodel.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: hr $ $Date: 2003-06-30 15:14:00 $
+ * last change: $Author: svesik $ $Date: 2004-04-21 14:19:30 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -59,7 +59,6 @@
*
************************************************************************/
#include <plugin/model.hxx>
-
#ifndef _COM_SUN_STAR_BEANS_PROPERTYATTRIBUTE_HPP_
#include <com/sun/star/beans/PropertyAttribute.hpp>
#endif
@@ -195,7 +194,7 @@ void PluginModel::setFastPropertyValue_NoBroadcast( sal_Int32 nHandle,
const Any& rValue )
throw()
{
- if( rValue.getValueTypeClass() == typelib_TypeClass_STRING )
+ if( rValue.getValueTypeClass() == typelib_TypeClass_STRING ) // FIXME wrong type!
{
if( nHandle == 2 )