diff options
author | Noel Grandin <noel@peralex.com> | 2015-12-22 15:29:45 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-12-23 08:13:53 +0200 |
commit | 1dbe54fd2e0c776c1f11c20bdb029fab14fc61ad (patch) | |
tree | 67a8bedde3368176b6a247275b960e05afed1e6a /include/oox | |
parent | 7ecfdc8b97543fd50ee037632454b3c51e33e4bf (diff) |
loplugin:unusedfields in /include
Change-Id: Ia406e727890a365cc89831c96140cad8240f9b61
Diffstat (limited to 'include/oox')
-rw-r--r-- | include/oox/ole/axbinaryreader.hxx | 6 | ||||
-rw-r--r-- | include/oox/ole/axbinarywriter.hxx | 1 |
2 files changed, 2 insertions, 5 deletions
diff --git a/include/oox/ole/axbinaryreader.hxx b/include/oox/ole/axbinaryreader.hxx index 7a14865e8544..3d4e2a273150 100644 --- a/include/oox/ole/axbinaryreader.hxx +++ b/include/oox/ole/axbinaryreader.hxx @@ -231,11 +231,9 @@ private: AxAlignedInputStream maInStrm; ///< The input stream to read from. 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. - AxFontData maDummyFontData; ///< Dummy font for unsupported properties. StreamDataSequence maDummyPicData; ///< Dummy picture for unsupported properties. - OUString maDummyString; ///< Dummy string for unsupported properties. - AxArrayString maDummyArrayString; ///< Dummy strings for unsupported ArrayString properties. + OUString maDummyString; ///< Dummy string for unsupported properties. + AxArrayString maDummyArrayString; ///< Dummy strings for unsupported ArrayString properties. sal_Int64 mnPropFlags; ///< Flags specifying existing properties. sal_Int64 mnNextProp; ///< Next property to read. sal_Int64 mnPropsEnd; ///< End position of simple/large properties. diff --git a/include/oox/ole/axbinarywriter.hxx b/include/oox/ole/axbinarywriter.hxx index d3c22c2f90f3..a0a34ff09368 100644 --- a/include/oox/ole/axbinarywriter.hxx +++ b/include/oox/ole/axbinarywriter.hxx @@ -144,7 +144,6 @@ private: AxAlignedOutputStream maOutStrm; ///< The input stream to read from. 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. sal_Int16 mnBlockSize; sal_Int64 mnPropFlagsStart; ///< pos of Prop flags sal_Int64 mnPropFlags; ///< Flags specifying existing properties. |