diff options
author | Martin Gallwey <mtg@openoffice.org> | 2001-08-01 11:59:20 +0000 |
---|---|---|
committer | Martin Gallwey <mtg@openoffice.org> | 2001-08-01 11:59:20 +0000 |
commit | 0427ed5738514874a8842cec0cf95658c58fd80f (patch) | |
tree | e78f53f692e9a08404298a5680674086a5adc434 /unotools/source/ucbhelper/xtempfile.cxx | |
parent | 5a58d5ffff42ec474759e696c09e26b48e5099d1 (diff) |
#89482# fix for solaris
Diffstat (limited to 'unotools/source/ucbhelper/xtempfile.cxx')
-rw-r--r-- | unotools/source/ucbhelper/xtempfile.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/unotools/source/ucbhelper/xtempfile.cxx b/unotools/source/ucbhelper/xtempfile.cxx index 7da793f9ef33..e96a289a7f93 100644 --- a/unotools/source/ucbhelper/xtempfile.cxx +++ b/unotools/source/ucbhelper/xtempfile.cxx @@ -2,9 +2,9 @@ * * $RCSfile: xtempfile.cxx,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: mtg $ $Date: 2001-08-01 12:45:12 $ + * last change: $Author: mtg $ $Date: 2001-08-01 12:59:20 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -59,8 +59,8 @@ * ************************************************************************/ -#ifndef _UNOTOOLS_XTEMPFILE_HXX -#include <unotools/XTempFile.hxx> +#ifndef _XTEMPFILE_HXX +#include <XTempFile.hxx> #endif #ifndef _CPPUHELPER_FACTORY_HXX_ #include <cppuhelper/factory.hxx> |