diff options
author | Noel Grandin <noel@peralex.com> | 2015-09-29 12:40:47 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-09-29 15:08:43 +0200 |
commit | 34180700b2686c97cdce0b52ca9578a41a153035 (patch) | |
tree | 073f3753e4483f30efa3c7c769f23971e6a046d5 /include/editeng | |
parent | e710170d906fcb248a5e4ff5a3a90cbf0e20003d (diff) |
loplugin:removeunusedmethods, remove unused stuff
Change-Id: I35456b2a3ad2a84a1d045f09cdfb29e4c19b8350
Diffstat (limited to 'include/editeng')
-rw-r--r-- | include/editeng/adjustitem.hxx | 1 | ||||
-rw-r--r-- | include/editeng/hyphenzoneitem.hxx | 2 | ||||
-rw-r--r-- | include/editeng/lspcitem.hxx | 2 | ||||
-rw-r--r-- | include/editeng/orphitem.hxx | 1 | ||||
-rw-r--r-- | include/editeng/tstpitem.hxx | 2 | ||||
-rw-r--r-- | include/editeng/widwitem.hxx | 1 |
6 files changed, 0 insertions, 9 deletions
diff --git a/include/editeng/adjustitem.hxx b/include/editeng/adjustitem.hxx index b6142e6627ca..15403a2fe299 100644 --- a/include/editeng/adjustitem.hxx +++ b/include/editeng/adjustitem.hxx @@ -46,7 +46,6 @@ class EDITENG_DLLPUBLIC SvxAdjustItem : public SfxEnumItemInterface bool bLastCenter : 1; bool bLastBlock : 1; - friend SvStream& WriteSvxAdjustItem( SvStream&, SvxAdjustItem& ); //$ ostream public: TYPEINFO_OVERRIDE(); diff --git a/include/editeng/hyphenzoneitem.hxx b/include/editeng/hyphenzoneitem.hxx index e3b8b05787e1..d26946e9d23b 100644 --- a/include/editeng/hyphenzoneitem.hxx +++ b/include/editeng/hyphenzoneitem.hxx @@ -40,8 +40,6 @@ class EDITENG_DLLPUBLIC SvxHyphenZoneItem : public SfxPoolItem sal_uInt8 nMinTrail; sal_uInt8 nMaxHyphens; - friend SvStream & WriteSvxHyphenZoneItem( SvStream & aS, SvxHyphenZoneItem & ); - public: TYPEINFO_OVERRIDE(); diff --git a/include/editeng/lspcitem.hxx b/include/editeng/lspcitem.hxx index b493a6f1b6df..61ba35bf2a7e 100644 --- a/include/editeng/lspcitem.hxx +++ b/include/editeng/lspcitem.hxx @@ -34,8 +34,6 @@ class SvXMLUnitConverter; #define LINE_SPACE_DEFAULT_HEIGHT 200 class EDITENG_DLLPUBLIC SvxLineSpacingItem : public SfxEnumItemInterface { - friend SvStream& WriteSvxLineSpacingItem( SvStream&, SvxLineSpacingItem& ); //$ ostream - short nInterLineSpace; sal_uInt16 nLineHeight; sal_uInt16 nPropLineSpace; diff --git a/include/editeng/orphitem.hxx b/include/editeng/orphitem.hxx index ff523a3134a3..da731daabf71 100644 --- a/include/editeng/orphitem.hxx +++ b/include/editeng/orphitem.hxx @@ -33,7 +33,6 @@ class SvXMLUnitConverter; class EDITENG_DLLPUBLIC SvxOrphansItem: public SfxByteItem { - friend SvStream & WriteSvxOrphansItem( SvStream & aS, SvxOrphansItem & ); public: TYPEINFO_OVERRIDE(); diff --git a/include/editeng/tstpitem.hxx b/include/editeng/tstpitem.hxx index 41b4d56de32f..ae57bd581373 100644 --- a/include/editeng/tstpitem.hxx +++ b/include/editeng/tstpitem.hxx @@ -41,8 +41,6 @@ private: mutable sal_Unicode m_cDecimal; sal_Unicode cFill; - EDITENG_DLLPRIVATE friend SvStream& WriteSvxTabStop( SvStream&, SvxTabStop& ); - void fillDecimal() const; public: diff --git a/include/editeng/widwitem.hxx b/include/editeng/widwitem.hxx index b6d3bffce230..6ff21382407c 100644 --- a/include/editeng/widwitem.hxx +++ b/include/editeng/widwitem.hxx @@ -33,7 +33,6 @@ class SvXMLUnitConverter; class EDITENG_DLLPUBLIC SvxWidowsItem: public SfxByteItem { - friend SvStream & WriteSvxWidowsItem( SvStream & aS, SvxWidowsItem & ); public: TYPEINFO_OVERRIDE(); |