summaryrefslogtreecommitdiff
path: root/idl/inc
diff options
context:
space:
mode:
Diffstat (limited to 'idl/inc')
-rw-r--r--idl/inc/basobj.hxx1
-rw-r--r--idl/inc/bastype.hxx1
-rw-r--r--idl/inc/hash.hxx2
-rw-r--r--idl/inc/module.hxx1
-rw-r--r--idl/inc/types.hxx3
5 files changed, 0 insertions, 8 deletions
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 );