summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwpobjid.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-07-17 11:48:35 +0200
committerNoel Grandin <noel@peralex.com>2015-07-17 11:50:06 +0200
commit0f732c41bc4edd7075ff68a81c0ca299e3e913c9 (patch)
tree395e8ebdf457db355dc0dd5ac161311d7eda850d /lotuswordpro/source/filter/lwpobjid.hxx
parente963a8891238efc758306a09debbc93904a5388b (diff)
loplugin:unusedmethods lotuswordpro
Change-Id: I17927d48a75c332f1ddc3853145b14daac17f9c0
Diffstat (limited to 'lotuswordpro/source/filter/lwpobjid.hxx')
-rw-r--r--lotuswordpro/source/filter/lwpobjid.hxx17
1 files changed, 2 insertions, 15 deletions
diff --git a/lotuswordpro/source/filter/lwpobjid.hxx b/lotuswordpro/source/filter/lwpobjid.hxx
index 05e1fb769f56..6cc11e7d245d 100644
--- a/lotuswordpro/source/filter/lwpobjid.hxx
+++ b/lotuswordpro/source/filter/lwpobjid.hxx
@@ -100,12 +100,9 @@ public:
static sal_uInt32 DiskSize() { return sizeof(sal_uInt32) + sizeof(sal_uInt16); } // sizeof(m_nLow) + sizeof(m_nHigh)
sal_uInt32 DiskSizeIndexed() const;
bool IsNull() const;
- bool IsCompressed();
sal_uInt32 GetLow() const ;
sal_uInt16 GetHigh() const ;
- void SetLow(sal_uInt32 nl);
- void SetHigh(sal_uInt16 nh);
bool operator == (const LwpObjectID &Other) const;
bool operator != (const LwpObjectID &Other) const;
@@ -128,26 +125,16 @@ inline bool LwpObjectID::operator != (const LwpObjectID &Other) const
return (m_nHigh != Other.m_nHigh) || (m_nLow != Other.m_nLow);
}
-inline bool LwpObjectID::IsCompressed()
-{
- return m_bIsCompressed;
-}
inline sal_uInt32 LwpObjectID::GetLow() const
{
return m_nLow;
}
+
inline sal_uInt16 LwpObjectID::GetHigh() const
{
return m_nHigh;
}
-inline void LwpObjectID::SetLow(sal_uInt32 nl)
-{
- m_nLow=nl;
-}
-inline void LwpObjectID::SetHigh(sal_uInt16 nh)
-{
- m_nHigh = nh;
-}
+
inline size_t LwpObjectID::HashCode() const
{
return static_cast<size_t>(