diff options
author | Joseph Powers <jpowers27@cox.net> | 2011-02-05 16:19:49 -0800 |
---|---|---|
committer | Joseph Powers <jpowers27@cox.net> | 2011-02-05 16:19:49 -0800 |
commit | 68cc88ce0448171c0aa5d6e60c60180f7137dae4 (patch) | |
tree | e97c6f26b9f664e28d526665ef175e9a6593535e /ucb | |
parent | 6e8ab10be30c9640aab71bc9f4d625378d737b21 (diff) |
Cleanup of boost conversion issues
Diffstat (limited to 'ucb')
-rw-r--r-- | ucb/source/ucp/file/filtask.hxx | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/ucb/source/ucp/file/filtask.hxx b/ucb/source/ucp/file/filtask.hxx index 3367b60f8bc0..d40cfc176209 100644 --- a/ucb/source/ucp/file/filtask.hxx +++ b/ucb/source/ucp/file/filtask.hxx @@ -39,7 +39,7 @@ #include <com/sun/star/task/XInteractionHandler.hpp> #include <com/sun/star/task/XInteractionRequest.hpp> #include "filerror.hxx" - +#include <hash_map> namespace fileaccess { @@ -184,15 +184,6 @@ namespace fileaccess sal_Int32 ErrorCode, sal_Int32 minorCode = TASKHANDLER_NO_ERROR ); - -// void SAL_CALL installError( sal_Int32 CommandId, -// sal_Int32 ErrorCode, -// rtl::OUString message ); - -// void SAL_CALL installError( sal_Int32 CommandId, -// sal_Int32 ErrorCode, -// rtl::OUString message ); - void SAL_CALL retrieveError( sal_Int32 CommandId, sal_Int32 &ErrorCode, sal_Int32 &minorCode); |