From 1a2c28cf0dabd1b84d7130186f562de82cb1ca82 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 22 Oct 2014 09:48:22 +0100 Subject: callcatcher: update unused code Change-Id: I96b4d44e44389245f3ccc4a08198676461c6a38b --- idl/inc/basobj.hxx | 1 - idl/inc/bastype.hxx | 1 - idl/inc/hash.hxx | 2 -- idl/inc/module.hxx | 1 - idl/inc/types.hxx | 3 --- 5 files changed, 8 deletions(-) (limited to 'idl/inc') diff --git a/idl/inc/basobj.hxx b/idl/inc/basobj.hxx index e35cc45c3fde..0dd63c3537c3 100644 --- a/idl/inc/basobj.hxx +++ b/idl/inc/basobj.hxx @@ -43,7 +43,6 @@ public: SvMetaObject(); static void WriteTab( SvStream & rOutStm, sal_uInt16 nTab ); - static bool TestAndSeekSpaceOnly( SvStream &, sal_uLong nBegPos ); static void Back2Delemitter( SvStream & ); static void WriteStars( SvStream & ); diff --git a/idl/inc/bastype.hxx b/idl/inc/bastype.hxx index e8da2c4b5af9..2252f9ad6d1f 100644 --- a/idl/inc/bastype.hxx +++ b/idl/inc/bastype.hxx @@ -65,7 +65,6 @@ public: friend SvStream& operator >> (SvStream &, SvBOOL &); bool ReadSvIdl( SvStringHashEntry * pName, SvTokenStream & rInStm ); - OString GetSvIdlString( SvStringHashEntry * pName ); }; diff --git a/idl/inc/hash.hxx b/idl/inc/hash.hxx index aaecabe82d0c..4836138e8a27 100644 --- a/idl/inc/hash.hxx +++ b/idl/inc/hash.hxx @@ -114,8 +114,6 @@ public: SvStringHashEntry * Get ( sal_uInt32 nIndex ) const; // return pointer to string SvStringHashEntry & operator []( sal_uInt32 nPos ) const { return pEntries[ nPos ]; } - - void FillHashList( SvStringHashList * rList ) const; }; #endif // INCLUDED_IDL_INC_HASH_HXX diff --git a/idl/inc/module.hxx b/idl/inc/module.hxx index 92c11d6942ec..a82493f56c97 100644 --- a/idl/inc/module.hxx +++ b/idl/inc/module.hxx @@ -54,7 +54,6 @@ protected: virtual void ReadContextSvIdl( SvIdlDataBase &, SvTokenStream & rInStm ) SAL_OVERRIDE; public: TYPEINFO_OVERRIDE(); - SvMetaModule(); const OUString & GetIdlFileName() const { return aIdlFileName; } const OString& GetModulePrefix() const { return aModulePrefix.getString(); } diff --git a/idl/inc/types.hxx b/idl/inc/types.hxx index f53fb3156d28..2ce04f62d7ca 100644 --- a/idl/inc/types.hxx +++ b/idl/inc/types.hxx @@ -45,7 +45,6 @@ class SvMetaAttribute : public SvMetaReference bool bNewAttr; protected: - sal_uLong MakeSlotValue( SvIdlDataBase & rBase, bool bVariable ) const; virtual void ReadAttributesSvIdl( SvIdlDataBase & rBase, SvTokenStream & rInStm ) SAL_OVERRIDE; public: @@ -177,7 +176,6 @@ public: { aBasicName.setString(rName); } const OString& GetBasicName() const; - OString GetBasicPostfix() const; const OString& GetSvName() const; const OString& GetSbxName() const; const OString& GetOdlName() const; @@ -188,7 +186,6 @@ public: virtual bool ReadSvIdl( SvIdlDataBase &, SvTokenStream & rInStm ) SAL_OVERRIDE; - OString GetCString() const; sal_uLong MakeSfx( OStringBuffer& rAtrrArray ); virtual void WriteSfx( SvIdlDataBase & rBase, SvStream & rOutStm ); -- cgit