diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2001-09-27 09:51:34 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2001-09-27 09:51:34 +0000 |
commit | 469c66489a29092bc46028ef2b1fb7e9a05defc9 (patch) | |
tree | d7db6890794473aaeb81b07f7669c06de9e0c235 /ucbhelper/inc | |
parent | 4efbd64a20ae6216ce3e44f2dcc33615923fdc19 (diff) |
#65293#: includes
Diffstat (limited to 'ucbhelper/inc')
-rw-r--r-- | ucbhelper/inc/ucbhelper/content.hxx | 8 | ||||
-rw-r--r-- | ucbhelper/inc/ucbhelper/contenthelper.hxx | 7 |
2 files changed, 10 insertions, 5 deletions
diff --git a/ucbhelper/inc/ucbhelper/content.hxx b/ucbhelper/inc/ucbhelper/content.hxx index 28ebc38f5e10..e6b2a84c2334 100644 --- a/ucbhelper/inc/ucbhelper/content.hxx +++ b/ucbhelper/inc/ucbhelper/content.hxx @@ -2,9 +2,9 @@ * * $RCSfile: content.hxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: kso $ $Date: 2001-05-10 07:46:11 $ + * last change: $Author: hr $ $Date: 2001-09-27 10:51:34 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -65,6 +65,9 @@ #ifndef _COM_SUN_STAR_UCB_CONTENTCREATIONEXCEPTION_HPP_ #include <com/sun/star/ucb/ContentCreationException.hpp> #endif +#ifndef _COM_SUN_STAR_UCB_COMMANDABORTEDEXCEPTION_HPP_ +#include <com/sun/star/ucb/CommandAbortedException.hpp> +#endif #ifndef _COM_SUN_STAR_UNO_REFERENCE_HXX_ #include <com/sun/star/uno/Reference.hxx> #endif @@ -91,7 +94,6 @@ namespace com { namespace sun { namespace star { namespace sdbc { } } } } namespace com { namespace sun { namespace star { namespace ucb { - class CommandAbortedException; class XCommandEnvironment; class XCommandInfo; class XContent; diff --git a/ucbhelper/inc/ucbhelper/contenthelper.hxx b/ucbhelper/inc/ucbhelper/contenthelper.hxx index 4f232ab52e5f..c6ece3776b04 100644 --- a/ucbhelper/inc/ucbhelper/contenthelper.hxx +++ b/ucbhelper/inc/ucbhelper/contenthelper.hxx @@ -2,9 +2,9 @@ * * $RCSfile: contenthelper.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: kso $ $Date: 2001-03-27 14:05:59 $ + * last change: $Author: hr $ $Date: 2001-09-27 10:51:34 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -95,6 +95,9 @@ #ifndef _COM_SUN_STAR_LANG_XCOMPONENT_HPP_ #include <com/sun/star/lang/XComponent.hpp> #endif +#ifndef _COM_SUN_STAR_UCB_COMMANDABORTEDEXCEPTION_HPP_ +#include <com/sun/star/ucb/CommandAbortedException.hpp> +#endif #ifndef _CPPUHELPER_WEAK_HXX_ #include <cppuhelper/weak.hxx> |