summaryrefslogtreecommitdiff
path: root/oox/inc
diff options
context:
space:
mode:
authorIvan Timofeev <timofeev.i.s@gmail.com>2012-02-13 20:12:57 +0400
committerIvan Timofeev <timofeev.i.s@gmail.com>2012-02-13 20:24:19 +0400
commitc2ad01cc22d79aeed31d97220430d9a9fd4fd2b1 (patch)
tree848cc030dc3c841a5db9970a43ca13c458bb9b3e /oox/inc
parentdac6e46f293581cba76556966f830ffeb9173596 (diff)
remove unused fields
Diffstat (limited to 'oox/inc')
-rw-r--r--oox/inc/oox/xls/unitconverter.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/oox/inc/oox/xls/unitconverter.hxx b/oox/inc/oox/xls/unitconverter.hxx
index a6ae7562339d..e3cd263fa2bc 100644
--- a/oox/inc/oox/xls/unitconverter.hxx
+++ b/oox/inc/oox/xls/unitconverter.hxx
@@ -110,7 +110,6 @@ private:
DoubleVector maCoeffs; /// Coefficients for unit conversion.
OoxErrorCodeMap maOoxErrCodes; /// Maps error code strings to BIFF error constants.
- BiffErrorCodeMap maBiffErrCodes; /// Maps BIFF error constants to error code strings.
sal_Int32 mnNullDate; /// Nulldate of this workbook (number of days since 0000-01-01).
};