diff options
author | Noel Grandin <noel@peralex.com> | 2015-11-24 18:54:48 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-11-25 08:25:09 +0200 |
commit | 234884c09db0301b9f0b3336f9b0dbb9523ee005 (patch) | |
tree | 08b05acb411b0aaa21de8576d20b73a50a31bbcc /include/svl/filerec.hxx | |
parent | 85c758a4618d3a485f778bda5b20a8221161e399 (diff) |
loplugin:unusedfields in include/sot,include/svl,include/svtools
Change-Id: Ia2dd13c2c48b127ab85311a668fa1f37608d360a
Diffstat (limited to 'include/svl/filerec.hxx')
-rw-r--r-- | include/svl/filerec.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
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) { } |