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 /connectivity/source/manager | |
parent | 26cefc58277c44d54dcf82812e70700787d606b0 (diff) |
cppuhelper/extract -> comphelper/extract
Diffstat (limited to 'connectivity/source/manager')
-rw-r--r-- | connectivity/source/manager/mdrivermanager.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/connectivity/source/manager/mdrivermanager.cxx b/connectivity/source/manager/mdrivermanager.cxx index 346b511247a1..8978b625692e 100644 --- a/connectivity/source/manager/mdrivermanager.cxx +++ b/connectivity/source/manager/mdrivermanager.cxx @@ -2,9 +2,9 @@ * * $RCSfile: mdrivermanager.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: mh $ $Date: 2000-11-29 12:19:48 $ + * last change: $Author: fs $ $Date: 2001-03-15 08:54:31 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -78,8 +78,8 @@ #include <com/sun/star/container/ElementExistException.hpp> #endif -#ifndef _CPPUHELPER_EXTRACT_HXX_ -#include <cppuhelper/extract.hxx> +#ifndef _COMPHELPER_EXTRACT_HXX_ +#include <comphelper/extract.hxx> #endif #ifndef _CPPUHELPER_IMPLBASE1_HXX_ #include <cppuhelper/implbase1.hxx> |