summaryrefslogtreecommitdiffstats
path: root/sc/source/filter/excel/xecontent.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/excel/xecontent.cxx')
-rw-r--r--sc/source/filter/excel/xecontent.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/filter/excel/xecontent.cxx b/sc/source/filter/excel/xecontent.cxx
index 9e524944e9ea..51b151a7ba08 100644
--- a/sc/source/filter/excel/xecontent.cxx
+++ b/sc/source/filter/excel/xecontent.cxx
@@ -100,10 +100,10 @@ public:
private:
typedef ::std::vector< XclExpHashEntry > XclExpHashVec;
- typedef ::std::vector< XclExpHashVec > XclExpHashTab;
std::vector< XclExpStringRef > maStringVector; /// List of unique strings (in SST ID order).
- XclExpHashTab maHashTab; /// Hashed table that manages string pointers.
+ std::vector< XclExpHashVec >
+ maHashTab; /// Hashed table that manages string pointers.
sal_uInt32 mnTotal; /// Total count of strings (including doubles).
sal_uInt32 mnSize; /// Size of the SST (count of unique strings).
};