summaryrefslogtreecommitdiff
path: root/ucb
diff options
context:
space:
mode:
authorJoseph Powers <jpowers27@cox.net>2011-02-05 16:19:49 -0800
committerJoseph Powers <jpowers27@cox.net>2011-02-05 16:19:49 -0800
commit06db1bcc4e3e29fcca77e475f92a30f8133720ed (patch)
tree5b7fbf131ac232843aded85450a239bb4b8dce3e /ucb
parenta561da2d5bbd699aa28d0fab3904b2769508bcb8 (diff)
Cleanup of boost conversion issues
Diffstat (limited to 'ucb')
-rw-r--r--ucb/source/ucp/file/filtask.hxx13
1 files changed, 2 insertions, 11 deletions
diff --git a/ucb/source/ucp/file/filtask.hxx b/ucb/source/ucp/file/filtask.hxx
index 90dec957dd..d40cfc1762 100644
--- a/ucb/source/ucp/file/filtask.hxx
+++ b/ucb/source/ucp/file/filtask.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -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);