diff options
Diffstat (limited to 'include/basic/sbx.hxx')
-rw-r--r-- | include/basic/sbx.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/basic/sbx.hxx b/include/basic/sbx.hxx index 348435acbb2c..e6fb750d0348 100644 --- a/include/basic/sbx.hxx +++ b/include/basic/sbx.hxx @@ -86,8 +86,6 @@ public: sal_uInt32 GetHelpId() const { return nHelpId; } void SetComment( const OUString& r ) { aComment = r; } - void SetHelpFile( const OUString& r ) { aHelpFile = r; } - void SetHelpId( sal_uInt32 nId ) { nHelpId = nId; } }; class BASIC_DLLPUBLIC SbxHint : public SfxSimpleHint @@ -254,7 +252,6 @@ public: SbxStdCollection( const SbxStdCollection& ); SbxStdCollection& operator=( const SbxStdCollection& ); virtual void Insert( SbxVariable* ) SAL_OVERRIDE; - const OUString& GetElementClass() const { return aElemClass; } }; #ifndef SBX_ARRAY_DECL_DEFINED |