summaryrefslogtreecommitdiff
path: root/include/oox/ole
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-11-24 14:10:37 +0200
committerNoel Grandin <noel@peralex.com>2015-11-24 14:20:26 +0200
commit60795a7fd1c467882a9038a91a09953148a448ad (patch)
tree6a27d746b6c2e1ebaf72f892c5581574b9560aef /include/oox/ole
parent73b7c5034fcc024c6b5d50f4a78c2b3a855bc73e (diff)
loplugin:unusedfields in include/oox/
Change-Id: Ie7a53f3ecc05d1d4f6f71aa8165315f9155c60dc
Diffstat (limited to 'include/oox/ole')
-rw-r--r--include/oox/ole/axbinarywriter.hxx8
-rw-r--r--include/oox/ole/olehelper.hxx1
2 files changed, 0 insertions, 9 deletions
diff --git a/include/oox/ole/axbinarywriter.hxx b/include/oox/ole/axbinarywriter.hxx
index ae3cdc124a45..d3c22c2f90f3 100644
--- a/include/oox/ole/axbinarywriter.hxx
+++ b/include/oox/ole/axbinarywriter.hxx
@@ -135,10 +135,6 @@ private:
/** Stream property for a picture or mouse icon. */
struct PictureProperty : public ComplexProperty
{
- StreamDataSequence& mrPicData;
-
- explicit PictureProperty( StreamDataSequence& rPicData ) :
- mrPicData( rPicData ) {}
virtual bool writeProperty( AxAlignedOutputStream& rOutStrm ) override;
};
@@ -149,10 +145,6 @@ private:
ComplexPropVector maLargeProps; ///< Stores info for all used large properties.
ComplexPropVector maStreamProps; ///< Stores info for all used stream data properties.
AxPairData maDummyPairData; ///< Dummy pair for unsupported properties.
- StreamDataSequence maDummyPicData; ///< Dummy picture for unsupported properties.
- OUString maDummyString; ///< Dummy string for unsupported properties.
- ::std::vector< OUString >
- maDummyStringArray; ///< Dummy string array for unsupported properties.
sal_Int16 mnBlockSize;
sal_Int64 mnPropFlagsStart; ///< pos of Prop flags
sal_Int64 mnPropFlags; ///< Flags specifying existing properties.
diff --git a/include/oox/ole/olehelper.hxx b/include/oox/ole/olehelper.hxx
index 974e6ce6f7cb..12ae732ebf6c 100644
--- a/include/oox/ole/olehelper.hxx
+++ b/include/oox/ole/olehelper.hxx
@@ -96,7 +96,6 @@ struct StdHlinkInfo
OUString maTarget;
OUString maLocation;
OUString maDisplay;
- OUString maFrame;
};