summaryrefslogtreecommitdiff
path: root/include/ucbhelper/cancelcommandexecution.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/ucbhelper/cancelcommandexecution.hxx')
-rw-r--r--include/ucbhelper/cancelcommandexecution.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/ucbhelper/cancelcommandexecution.hxx b/include/ucbhelper/cancelcommandexecution.hxx
index eeb8b5ba7c2e..fcc1011502b6 100644
--- a/include/ucbhelper/cancelcommandexecution.hxx
+++ b/include/ucbhelper/cancelcommandexecution.hxx
@@ -21,14 +21,13 @@
#define INCLUDED_UCBHELPER_CANCELCOMMANDEXECUTION_HXX
#include <com/sun/star/uno/Reference.hxx>
-#include <com/sun/star/uno/Exception.hpp>
#include <com/sun/star/ucb/IOErrorCode.hpp>
-#include <com/sun/star/ucb/XCommandProcessor.hpp>
#include <ucbhelper/ucbhelperdllapi.h>
namespace com { namespace sun { namespace star {
namespace uno { class Any; }
namespace ucb { class XCommandEnvironment; }
+ namespace ucb { class XCommandProcessor; }
} } }
namespace ucbhelper