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/fmcomp/fmgridcl.cxx | |
parent | 26cefc58277c44d54dcf82812e70700787d606b0 (diff) |
cppuhelper/extract -> comphelper/extract
Diffstat (limited to 'svx/source/fmcomp/fmgridcl.cxx')
-rw-r--r-- | svx/source/fmcomp/fmgridcl.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/svx/source/fmcomp/fmgridcl.cxx b/svx/source/fmcomp/fmgridcl.cxx index 4d18355f6d37..7db2701ae399 100644 --- a/svx/source/fmcomp/fmgridcl.cxx +++ b/svx/source/fmcomp/fmgridcl.cxx @@ -2,9 +2,9 @@ * * $RCSfile: fmgridcl.cxx,v $ * - * $Revision: 1.14 $ + * $Revision: 1.15 $ * - * last change: $Author: oj $ $Date: 2001-01-19 08:43:27 $ + * last change: $Author: fs $ $Date: 2001-03-15 08:58:26 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -217,8 +217,8 @@ #include "showcols.hxx" #endif -#ifndef _CPPUHELPER_EXTRACT_HXX_ -#include <cppuhelper/extract.hxx> +#ifndef _COMPHELPER_EXTRACT_HXX_ +#include <comphelper/extract.hxx> #endif #ifndef _CONNECTIVITY_DBTOOLS_HXX_ |