diff options
author | Frank Schönheit <fs@openoffice.org> | 2001-03-15 08:02:28 +0000 |
---|---|---|
committer | Frank Schönheit <fs@openoffice.org> | 2001-03-15 08:02:28 +0000 |
commit | 413cf602effc8462123da0b735a4a86c3d81196f (patch) | |
tree | 4d1b1b3fa5e12e7a43e63111e77e601325dc1c82 /svx/source/form/fmvwimp.cxx | |
parent | 26cefc58277c44d54dcf82812e70700787d606b0 (diff) |
cppuhelper/extract -> comphelper/extract
Diffstat (limited to 'svx/source/form/fmvwimp.cxx')
-rw-r--r-- | svx/source/form/fmvwimp.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/svx/source/form/fmvwimp.cxx b/svx/source/form/fmvwimp.cxx index 8af849403254..611929fd26bc 100644 --- a/svx/source/form/fmvwimp.cxx +++ b/svx/source/form/fmvwimp.cxx @@ -2,9 +2,9 @@ * * $RCSfile: fmvwimp.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: fs $ $Date: 2000-12-18 08:22:38 $ + * last change: $Author: fs $ $Date: 2001-03-15 08:57:39 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -126,8 +126,8 @@ #ifndef _SVDPAGV_HXX #include "svdpagv.hxx" #endif -#ifndef _CPPUHELPER_EXTRACT_HXX_ -#include <cppuhelper/extract.hxx> +#ifndef _COMPHELPER_EXTRACT_HXX_ +#include <comphelper/extract.hxx> #endif #ifndef _COMPHELPER_ENUMHELPER_HXX_ #include <comphelper/enumhelper.hxx> |