summaryrefslogtreecommitdiff
path: root/extensions/source/plugin/base/plmodel.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/plugin/base/plmodel.cxx')
-rw-r--r--extensions/source/plugin/base/plmodel.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/extensions/source/plugin/base/plmodel.cxx b/extensions/source/plugin/base/plmodel.cxx
index 9cd5cd0e79cc..5a7164720900 100644
--- a/extensions/source/plugin/base/plmodel.cxx
+++ b/extensions/source/plugin/base/plmodel.cxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -115,13 +115,13 @@ Reference< ::com::sun::star::beans::XPropertySetInfo > PluginModel::getProperty
}
sal_Bool PluginModel::convertFastPropertyValue( Any & rConvertedValue,
- Any & rOldValue,
+ Any & rOldValue,
sal_Int32 nHandle,
const Any& rValue ) throw()
{
if( nHandle == 1 || nHandle == 2 )
{
- if( rValue.getValueTypeClass() == TypeClass_STRING )
+ if( rValue.getValueTypeClass() == TypeClass_STRING )
{
rConvertedValue = rValue;
if( nHandle == 2 )
@@ -182,7 +182,7 @@ void PluginModel::dispose(void) throw()
(*it)->disposing( aEvt );
m_aDisposeListeners.clear();
-
+
disposing();
}