[Libreoffice-commits] .: svx/source ucb/source xmloff/source

Fridrich Strba fridrich at kemper.freedesktop.org
Sun Feb 6 02:52:21 PST 2011


 svx/source/customshapes/EnhancedCustomShapeTypeNames.cxx |    1 -
 ucb/source/ucp/file/filtask.hxx                          |    1 -
 xmloff/source/draw/EnhancedCustomShapeToken.cxx          |    1 -
 3 files changed, 3 deletions(-)

New commits:
commit c091d6adaf73e913264a890665ce2315c002851b
Author: Fridrich Å trba <fridrich.strba at bluewin.ch>
Date:   Sun Feb 6 08:38:18 2011 +0100

    remove some more <hash_map> includes

diff --git a/svx/source/customshapes/EnhancedCustomShapeTypeNames.cxx b/svx/source/customshapes/EnhancedCustomShapeTypeNames.cxx
index a1218df..2bc5b7e 100644
--- a/svx/source/customshapes/EnhancedCustomShapeTypeNames.cxx
+++ b/svx/source/customshapes/EnhancedCustomShapeTypeNames.cxx
@@ -31,7 +31,6 @@
 #include "EnhancedCustomShapeTypeNames.hxx"
 #include <osl/mutex.hxx>
 #include <boost/unordered_map.hpp>
-#include <hash_map>
 
 struct TCheck
 {
diff --git a/ucb/source/ucp/file/filtask.hxx b/ucb/source/ucp/file/filtask.hxx
index d40cfc1..668e55b 100644
--- a/ucb/source/ucp/file/filtask.hxx
+++ b/ucb/source/ucp/file/filtask.hxx
@@ -39,7 +39,6 @@
 #include <com/sun/star/task/XInteractionHandler.hpp>
 #include <com/sun/star/task/XInteractionRequest.hpp>
 #include "filerror.hxx"
-#include <hash_map>
 
 namespace fileaccess
 {
diff --git a/xmloff/source/draw/EnhancedCustomShapeToken.cxx b/xmloff/source/draw/EnhancedCustomShapeToken.cxx
index a830dab..4e38c47 100644
--- a/xmloff/source/draw/EnhancedCustomShapeToken.cxx
+++ b/xmloff/source/draw/EnhancedCustomShapeToken.cxx
@@ -31,7 +31,6 @@
 #include "EnhancedCustomShapeToken.hxx"
 #include <osl/mutex.hxx>
 #include <boost/unordered_map.hpp>
-#include <hash_map>
 #include <string.h>
 
 namespace xmloff { namespace EnhancedCustomShapeToken {


More information about the Libreoffice-commits mailing list