summaryrefslogtreecommitdiff
path: root/basic/source/inc/propacc.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'basic/source/inc/propacc.hxx')
-rw-r--r--basic/source/inc/propacc.hxx35
1 files changed, 0 insertions, 35 deletions
diff --git a/basic/source/inc/propacc.hxx b/basic/source/inc/propacc.hxx
index 1497bbc0df9d..0c27c32d27f6 100644
--- a/basic/source/inc/propacc.hxx
+++ b/basic/source/inc/propacc.hxx
@@ -107,7 +107,6 @@ typedef ::cppu::WeakImplHelper1< NS_BEANS::XPropertySetInfo > SbPropertySetInfoH
class PropertySetInfoImpl
{
friend class SbPropertySetInfo;
- friend class SbPropertyContainer;
NS_UNO::Sequence< NS_BEANS::Property > _aProps;
@@ -130,7 +129,6 @@ class SbPropertySetInfo: public SbPropertySetInfoHelper
PropertySetInfoImpl aImpl;
public:
- SbPropertySetInfo();
SbPropertySetInfo( const SbPropertyValueArr_Impl &rPropVals );
virtual ~SbPropertySetInfo();
@@ -143,39 +141,6 @@ public:
throw( NS_UNO::RuntimeException );
};
-//==========================================================================
-
-typedef ::cppu::WeakImplHelper2< NS_BEANS::XPropertySetInfo, NS_BEANS::XPropertyContainer > SbPropertyContainerHelper;
-
-class SbPropertyContainer: public SbPropertyContainerHelper
-{
- PropertySetInfoImpl aImpl;
-
-public:
- SbPropertyContainer();
- virtual ~SbPropertyContainer();
-
- // XPropertyContainer
- virtual void SAL_CALL addProperty( const ::rtl::OUString& Name,
- sal_Int16 Attributes,
- const NS_UNO::Any& DefaultValue)
- throw( NS_BEANS::PropertyExistException, NS_BEANS::IllegalTypeException,
- NS_LANG::IllegalArgumentException, NS_UNO::RuntimeException );
- virtual void SAL_CALL removeProperty(const ::rtl::OUString& Name)
- throw( NS_BEANS::UnknownPropertyException, NS_UNO::RuntimeException );
-
- // XPropertySetInfo
- virtual NS_UNO::Sequence< NS_BEANS::Property > SAL_CALL getProperties(void) throw();
- virtual NS_BEANS::Property SAL_CALL getPropertyByName(const ::rtl::OUString& Name)
- throw( NS_UNO::RuntimeException );
- virtual sal_Bool SAL_CALL hasPropertyByName(const ::rtl::OUString& Name)
- throw( NS_UNO::RuntimeException );
-
- // XPropertyAccess
- virtual NS_UNO::Sequence< NS_BEANS::PropertyValue > SAL_CALL getPropertyValues(void);
- virtual void SAL_CALL setPropertyValues(const NS_UNO::Sequence< NS_BEANS::PropertyValue >& PropertyValues_);
-};
-
//=========================================================================
class StarBASIC;