summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@suse.com>2011-08-04 21:32:07 -0400
committerKohei Yoshida <kohei.yoshida@suse.com>2011-08-04 21:32:23 -0400
commit1cbdc406fd9e0bf7a25c188837916ed4fe671a14 (patch)
tree7bb00c5f7780300e2d4307fe2090e4eaf2204549
parentae88263f23fcd39f568f4416e438ee2ea80cff6a (diff)
Use rtl::OUStringHash.
-rw-r--r--oox/source/drawingml/customshapegeometry.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/drawingml/customshapegeometry.cxx b/oox/source/drawingml/customshapegeometry.cxx
index 33ee37b83..aeebe6198 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;