[Libreoffice-commits] .: oox/source

Kohei Yoshida kohei at kemper.freedesktop.org
Thu Aug 4 18:31:40 PDT 2011


 oox/source/drawingml/customshapegeometry.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 1cbdc406fd9e0bf7a25c188837916ed4fe671a14
Author: Kohei Yoshida <kohei.yoshida at suse.com>
Date:   Thu Aug 4 21:32:07 2011 -0400

    Use rtl::OUStringHash.

diff --git a/oox/source/drawingml/customshapegeometry.cxx b/oox/source/drawingml/customshapegeometry.cxx
index 33ee37b..aeebe61 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;
 


More information about the Libreoffice-commits mailing list