diff options
author | Kohei Yoshida <kohei.yoshida@suse.com> | 2011-08-04 21:32:07 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@suse.com> | 2011-08-04 21:32:23 -0400 |
commit | bcd05dcbb7e502da0e5b2771bd4240f8151de93b (patch) | |
tree | 6c9bdcd284c66597ad50393b67f704344aadb661 /oox/source | |
parent | 5c40862ac9221da2396af5f16e1319d94b853e12 (diff) |
Use rtl::OUStringHash.
Diffstat (limited to 'oox/source')
-rw-r--r-- | oox/source/drawingml/customshapegeometry.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/drawingml/customshapegeometry.cxx b/oox/source/drawingml/customshapegeometry.cxx index 3a7277a0b718..1627530d1acc 100644 --- a/oox/source/drawingml/customshapegeometry.cxx +++ b/oox/source/drawingml/customshapegeometry.cxx @@ -91,7 +91,7 @@ static FormularCommandNameTable pFormularCommandNameTable[] = { "val", FC_VAL } }; -typedef boost::unordered_map< rtl::OUString, FormularCommand, comphelper::UStringHash, comphelper::UStringEqual > FormulaCommandHMap; +typedef boost::unordered_map< rtl::OUString, FormularCommand, rtl::OUStringHash, comphelper::UStringEqual > FormulaCommandHMap; static const FormulaCommandHMap* pCommandHashMap; |