summaryrefslogtreecommitdiff
path: root/unotools/source/ucbhelper/ucbstreamhelper.cxx
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2001-01-18 09:03:43 +0000
committerMathias Bauer <mba@openoffice.org>2001-01-18 09:03:43 +0000
commit31467731bc968d94daa523a9133e325535349da2 (patch)
tree93047fea67d5e4010169a59629a8f5387baddc3e /unotools/source/ucbhelper/ucbstreamhelper.cxx
parent24f26145eb03b2fe8e0099309d7e6fa1a0061ef4 (diff)
include missing
Diffstat (limited to 'unotools/source/ucbhelper/ucbstreamhelper.cxx')
-rw-r--r--unotools/source/ucbhelper/ucbstreamhelper.cxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/unotools/source/ucbhelper/ucbstreamhelper.cxx b/unotools/source/ucbhelper/ucbstreamhelper.cxx
index c932303756ce..0853c2749b53 100644
--- a/unotools/source/ucbhelper/ucbstreamhelper.cxx
+++ b/unotools/source/ucbhelper/ucbstreamhelper.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ucbstreamhelper.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: mba $ $Date: 2001-01-17 16:24:57 $
+ * last change: $Author: mba $ $Date: 2001-01-18 10:03:43 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -63,6 +63,10 @@
#include <unotools/ucbstreamhelper.hxx>
#include <comphelper/processfactory.hxx>
+#ifndef _COM_SUN_STAR_UCB_COMMANDABORTEDEXCEPTION_HPP_
+#include <com/sun/star/ucb/CommandAbortedException.hpp>
+#endif
+
#ifndef _COM_SUN_STAR_UCB_XCOMMANDENVIRONMENT_HDL_
#include <com/sun/star/ucb/XCommandEnvironment.hdl>
#endif