diff options
author | Kai Sommerfeld <kso@openoffice.org> | 2001-06-15 05:56:52 +0000 |
---|---|---|
committer | Kai Sommerfeld <kso@openoffice.org> | 2001-06-15 05:56:52 +0000 |
commit | f6b0a3e80ad8ad771e6fb3b330e893636b143358 (patch) | |
tree | ab59cb85f73215bdbb0963e95d1c3da30a78f14e /extensions/source/plugin/base/xplugin.cxx | |
parent | 8035c5c05b127862102bde0dd5dad406bba03da0 (diff) |
#87187# - Removed obsolete include ( com/sun/star/ucb/CommandAbortedException.hpp )
Diffstat (limited to 'extensions/source/plugin/base/xplugin.cxx')
-rw-r--r-- | extensions/source/plugin/base/xplugin.cxx | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/extensions/source/plugin/base/xplugin.cxx b/extensions/source/plugin/base/xplugin.cxx index 73a3378f4..83e25a39f 100644 --- a/extensions/source/plugin/base/xplugin.cxx +++ b/extensions/source/plugin/base/xplugin.cxx @@ -2,9 +2,9 @@ * * $RCSfile: xplugin.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: pl $ $Date: 2001-06-12 09:02:29 $ + * last change: $Author: kso $ $Date: 2001-06-15 06:56:52 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -71,9 +71,6 @@ #ifndef _COM_SUN_STAR_LOADER_CANNOTACTIVATEFACTORYEXCEPTION_HPP_ #include <com/sun/star/loader/CannotActivateFactoryException.hpp> #endif -#ifndef _COM_SUN_STAR_UCB_COMMANDABORTEDEXCEPTION_HPP_ -#include <com/sun/star/ucb/CommandAbortedException.hpp> -#endif #include <plugin/impl.hxx> #include <tools/fsys.hxx> |