From bb37c40c07f06b61c52d9214af48707476f33f4c Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Thu, 10 May 2007 08:45:26 +0000 Subject: [PATCH] INTEGRATION: CWS dba23a (1.26.38); FILE MERGED 2007/04/02 07:02:52 fs 1.26.38.1: #i10000# --- cppuhelper/source/factory.cxx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/cppuhelper/source/factory.cxx b/cppuhelper/source/factory.cxx index 5663b9f760b0..e7c722e982db 100644 --- a/cppuhelper/source/factory.cxx +++ b/cppuhelper/source/factory.cxx @@ -4,9 +4,9 @@ * * $RCSfile: factory.cxx,v $ * - * $Revision: 1.26 $ + * $Revision: 1.27 $ * - * last change: $Author: obo $ $Date: 2006-09-16 12:40:24 $ + * last change: $Author: kz $ $Date: 2007-05-10 09:45:26 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -648,6 +648,8 @@ private: Reference xModuleFactoryDepr; Reference< beans::XPropertySetInfo > m_xInfo; ::std::auto_ptr< IPropertyArrayHelper > m_property_array_helper; +protected: + using OPropertySetHelper::getTypes; }; // XInterface