summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-11-24 18:54:48 +0200
committerNoel Grandin <noel@peralex.com>2015-11-25 08:25:09 +0200
commit234884c09db0301b9f0b3336f9b0dbb9523ee005 (patch)
tree08b05acb411b0aaa21de8576d20b73a50a31bbcc /include
parent85c758a4618d3a485f778bda5b20a8221161e399 (diff)
loplugin:unusedfields in include/sot,include/svl,include/svtools
Change-Id: Ia2dd13c2c48b127ab85311a668fa1f37608d360a
Diffstat (limited to 'include')
-rw-r--r--include/sot/object.hxx1
-rw-r--r--include/svl/filerec.hxx2
-rw-r--r--include/svtools/ruler.hxx2
-rw-r--r--include/svtools/treelistbox.hxx1
4 files changed, 0 insertions, 6 deletions
diff --git a/include/sot/object.hxx b/include/sot/object.hxx
index 6699d925e0d2..f2c3b24490f6 100644
--- a/include/sot/object.hxx
+++ b/include/sot/object.hxx
@@ -30,7 +30,6 @@ class SOT_DLLPUBLIC SotObject : virtual public SvRefBase
friend class SotFactory;
sal_uInt16 nOwnerLockCount;
bool bOwner;
- bool bSVObject; // is proxy, then TRUE if other side is SV
bool bInClose; // TRUE, in DoClose
protected:
diff --git a/include/svl/filerec.hxx b/include/svl/filerec.hxx
index bf92859b07c5..da9ac358f1f6 100644
--- a/include/svl/filerec.hxx
+++ b/include/svl/filerec.hxx
@@ -313,13 +313,11 @@ class SVL_DLLPUBLIC SfxSingleRecordReader: public SfxMiniRecordReader
{
protected:
sal_uInt16 _nRecordTag; // type of the complete contents
- sal_uInt8 _nRecordVer; // version of the complete contents
sal_uInt8 _nRecordType; // Record Type from the header
// Three phase constructor for derived classes
SfxSingleRecordReader()
: _nRecordTag(0)
- , _nRecordVer(0)
, _nRecordType(0)
{
}
diff --git a/include/svtools/ruler.hxx b/include/svtools/ruler.hxx
index 5e2ee847c89c..c53e567cc6d0 100644
--- a/include/svtools/ruler.hxx
+++ b/include/svtools/ruler.hxx
@@ -573,8 +573,6 @@ struct RulerUnitData
double nTick2; // Tick quarter unit
double nTick3; // Tick half unit
double nTick4; // Tick whole unit
- long n100THMM; // 100mm Unit divider
- sal_uInt16 nUnitDigits; // Number of digits
sal_Char aUnitStr[8]; // Unit string
};
diff --git a/include/svtools/treelistbox.hxx b/include/svtools/treelistbox.hxx
index ed52d9eeb952..1a8d7415c184 100644
--- a/include/svtools/treelistbox.hxx
+++ b/include/svtools/treelistbox.hxx
@@ -259,7 +259,6 @@ class SVT_DLLPUBLIC SvTreeListBox
bool mbUpdateAlternatingRows;
SvTreeListEntry* pHdlEntry;
- SvLBoxItem* pHdlItem;
DragDropMode nDragDropMode;
DragDropMode nOldDragMode;