diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2000-12-04 09:50:59 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2000-12-04 09:50:59 +0000 |
commit | a066cc1b36fe732cb905f4cb76687461d7bd0015 (patch) | |
tree | f65ad1583057ae86754175e0f589b152e052a3f5 /unotools | |
parent | 69648193f714f299d463c76c6dc405c28a89a0d1 (diff) |
MUST change: CommandAbortedException moved to namespace ::com::sun::star::ucb
Diffstat (limited to 'unotools')
-rw-r--r-- | unotools/source/ucbhelper/localfilehelper.cxx | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/unotools/source/ucbhelper/localfilehelper.cxx b/unotools/source/ucbhelper/localfilehelper.cxx index 550f0b54edff..3aea48144da2 100644 --- a/unotools/source/ucbhelper/localfilehelper.cxx +++ b/unotools/source/ucbhelper/localfilehelper.cxx @@ -2,9 +2,9 @@ * * $RCSfile: localfilehelper.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: rt $ $Date: 2000-12-04 09:40:31 $ + * last change: $Author: vg $ $Date: 2000-12-04 10:50:59 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -66,6 +66,10 @@ #include <com/sun/star/ucb/XContentAccess.hpp> #endif +#ifndef _COM_SUN_STAR_UCB_COMMANDABORTEDEXCEPTION_HPP_ +#include <com/sun/star/ucb/CommandAbortedException.hpp> +#endif + #include <unotools/localfilehelper.hxx> #include <ucbhelper/fileidentifierconverter.hxx> #include <ucbhelper/contentbroker.hxx> |