summaryrefslogtreecommitdiff
path: root/cppuhelper
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 09:33:27 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 09:33:27 +0000
commit503c93f7df0c4cdc1070dc62519cf8b17689aaf1 (patch)
treeead5f4f71babe3f7fc89f57f9855e5b8e137efe7 /cppuhelper
parent515fe98510c91590b85fd861e4cac0e7f1ab2f85 (diff)
INTEGRATION: CWS warnings01 (1.22.58); FILE MERGED
2006/05/23 15:30:17 sb 1.22.58.4: RESYNC: (1.23-1.24); FILE MERGED 2005/09/22 15:37:48 sb 1.22.58.3: RESYNC: (1.22-1.23); FILE MERGED 2005/09/07 11:05:29 sb 1.22.58.2: #i53898# Made code warning-free. 2005/08/31 16:24:55 sb 1.22.58.1: #i53898# Made code warning-free.
Diffstat (limited to 'cppuhelper')
-rw-r--r--cppuhelper/source/factory.cxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/cppuhelper/source/factory.cxx b/cppuhelper/source/factory.cxx
index cb93dda2b..d4e92ae17 100644
--- a/cppuhelper/source/factory.cxx
+++ b/cppuhelper/source/factory.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: factory.cxx,v $
*
- * $Revision: 1.24 $
+ * $Revision: 1.25 $
*
- * last change: $Author: vg $ $Date: 2006-03-31 11:56:18 $
+ * last change: $Author: hr $ $Date: 2006-06-19 10:33:27 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -107,9 +107,9 @@ public:
const Sequence< OUString > * pServiceNames_ )
SAL_THROW( () )
: xSMgr( rServiceManager )
- , aImplementationName( rImplementationName_ )
, pCreateFunction( pCreateFunction_ )
, m_fptr( fptr )
+ , aImplementationName( rImplementationName_ )
{
if( pServiceNames_ )
aServiceNames = *pServiceNames_;
@@ -121,9 +121,9 @@ public:
const OUString & rImplementationName_ )
SAL_THROW( () )
: xSMgr( rServiceManager )
- , aImplementationName( rImplementationName_ )
, pCreateFunction( NULL )
, m_fptr( 0 )
+ , aImplementationName( rImplementationName_ )
{}
virtual ~OSingleFactoryHelper();
@@ -608,6 +608,7 @@ public:
virtual void SAL_CALL setFastPropertyValue_NoBroadcast(
sal_Int32 nHandle, Any const & rValue )
throw (Exception);
+ using OPropertySetHelper::getFastPropertyValue;
virtual void SAL_CALL getFastPropertyValue(
Any & rValue, sal_Int32 nHandle ) const;
@@ -719,8 +720,7 @@ IPropertyArrayHelper & ORegistryFactoryHelper::getInfoHelper()
//______________________________________________________________________________
sal_Bool ORegistryFactoryHelper::convertFastPropertyValue(
- Any & rConvertedValue, Any & rOldValue,
- sal_Int32 nHandle, Any const & rValue )
+ Any &, Any &, sal_Int32, Any const & )
throw (lang::IllegalArgumentException)
{
OSL_ENSURE( 0, "unexpected!" );
@@ -729,7 +729,7 @@ sal_Bool ORegistryFactoryHelper::convertFastPropertyValue(
//______________________________________________________________________________
void ORegistryFactoryHelper::setFastPropertyValue_NoBroadcast(
- sal_Int32 nHandle, Any const & rValue )
+ sal_Int32, Any const & )
throw (Exception)
{
throw beans::PropertyVetoException(