diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2011-02-06 10:37:38 +0100 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2011-02-06 10:37:38 +0100 |
commit | c49b647c0ad2b5f7e729b4b8f4d4c21629d0be0c (patch) | |
tree | 5c05613ee96ac58466c9c037e1bbe0348a780168 /writerfilter/unocomponent/debugservices/ooxml/OOXMLTestService.cxx | |
parent | b38becea53ec584dc00315e416e6282d918ba6e1 (diff) |
sgi hash containers -> boost unordered containers
Diffstat (limited to 'writerfilter/unocomponent/debugservices/ooxml/OOXMLTestService.cxx')
-rw-r--r-- | writerfilter/unocomponent/debugservices/ooxml/OOXMLTestService.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/writerfilter/unocomponent/debugservices/ooxml/OOXMLTestService.cxx b/writerfilter/unocomponent/debugservices/ooxml/OOXMLTestService.cxx index 352e00a346d9..45d3fe86abd1 100644 --- a/writerfilter/unocomponent/debugservices/ooxml/OOXMLTestService.cxx +++ b/writerfilter/unocomponent/debugservices/ooxml/OOXMLTestService.cxx @@ -44,7 +44,7 @@ #include <com/sun/star/ucb/XSimpleFileAccess.hpp> #include <osl/process.h> #include <rtl/string.hxx> -#include <hash_set> +#include <boost/unordered_set.hpp> #include <assert.h> #include <cppuhelper/implbase2.hxx> #include <cppuhelper/bootstrap.hxx> |