summaryrefslogtreecommitdiff
path: root/sdext/source/presenter
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2011-02-06 02:49:07 +0100
committerFridrich Štrba <fridrich.strba@bluewin.ch>2011-02-06 02:49:07 +0100
commita91b24db4a2f18804a26e41d06eefaf1db5e7494 (patch)
treed7e5a2ab7566dc3040f916da52b28bd1c508c3b0 /sdext/source/presenter
parent6bf614b7eed66ef8b24899a3094146a3a9ff0080 (diff)
porting extensions to boost containers
Diffstat (limited to 'sdext/source/presenter')
-rw-r--r--sdext/source/presenter/PresenterProtocolHandler.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sdext/source/presenter/PresenterProtocolHandler.hxx b/sdext/source/presenter/PresenterProtocolHandler.hxx
index b4b35c8fe666..2c7918e735f8 100644
--- a/sdext/source/presenter/PresenterProtocolHandler.hxx
+++ b/sdext/source/presenter/PresenterProtocolHandler.hxx
@@ -35,7 +35,7 @@
#include <com/sun/star/frame/XDispatch.hpp>
#include <com/sun/star/lang/XInitialization.hpp>
#include <com/sun/star/uno/XComponentContext.hpp>
-#include <hash_map>
+#include <boost/unordered_map.hpp>
#include <rtl/ref.hxx>
#include <boost/scoped_ptr.hpp>