diff options
author | Frank Schönheit <fs@openoffice.org> | 2001-03-15 07:29:16 +0000 |
---|---|---|
committer | Frank Schönheit <fs@openoffice.org> | 2001-03-15 07:29:16 +0000 |
commit | 477ced0bdd1150325b85c756a3751d2a5b948f11 (patch) | |
tree | 562ccf1f31f77f8c02e642f56c17b240e4957096 /dbaccess/source/ui/browser/unodatbr.cxx | |
parent | 23b7c500c77433609bf45629f32103d8553e84c8 (diff) |
cppuhelper/extract -> comphelper/extract
Diffstat (limited to 'dbaccess/source/ui/browser/unodatbr.cxx')
-rw-r--r-- | dbaccess/source/ui/browser/unodatbr.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dbaccess/source/ui/browser/unodatbr.cxx b/dbaccess/source/ui/browser/unodatbr.cxx index 908e0f76e3d9..85b63c8ca807 100644 --- a/dbaccess/source/ui/browser/unodatbr.cxx +++ b/dbaccess/source/ui/browser/unodatbr.cxx @@ -2,9 +2,9 @@ * * $RCSfile: unodatbr.cxx,v $ * - * $Revision: 1.39 $ + * $Revision: 1.40 $ * - * last change: $Author: fs $ $Date: 2001-03-12 16:06:38 $ + * last change: $Author: fs $ $Date: 2001-03-15 08:21:01 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -216,8 +216,8 @@ #ifndef _DBU_REGHELPER_HXX_ #include "dbu_reghelper.hxx" #endif -#ifndef _CPPUHELPER_EXTRACT_HXX_ -#include <cppuhelper/extract.hxx> +#ifndef _COMPHELPER_EXTRACT_HXX_ +#include <comphelper/extract.hxx> #endif #ifndef _DBHELPER_DBEXCEPTION_HXX_ #include <connectivity/dbexception.hxx> |