summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/misc
diff options
context:
space:
mode:
authorFrank Schönheit <fs@openoffice.org>2001-03-15 08:09:46 +0000
committerFrank Schönheit <fs@openoffice.org>2001-03-15 08:09:46 +0000
commitaa447e8851119774555c0366dace8915cc12ca92 (patch)
tree32ebb877b9c2c01f9a0881b13cd4462b0a1de361 /dbaccess/source/ui/misc
parent9a696160bd09c003083ba19e93d5129a566f8068 (diff)
cppuhelper/extract -> comphelper/extract
Diffstat (limited to 'dbaccess/source/ui/misc')
-rw-r--r--dbaccess/source/ui/misc/DExport.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/dbaccess/source/ui/misc/DExport.cxx b/dbaccess/source/ui/misc/DExport.cxx
index ee4de7ba8ed3..40463e474f31 100644
--- a/dbaccess/source/ui/misc/DExport.cxx
+++ b/dbaccess/source/ui/misc/DExport.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: DExport.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: oj $ $Date: 2001-02-23 15:10:55 $
+ * last change: $Author: fs $ $Date: 2001-03-15 09:09:46 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -112,8 +112,8 @@
#ifndef _CONNECTIVITY_DBTOOLS_HXX_
#include <connectivity/dbtools.hxx>
#endif
-#ifndef _CPPUHELPER_EXTRACT_HXX_
-#include <cppuhelper/extract.hxx>
+#ifndef _COMPHELPER_EXTRACT_HXX_
+#include <comphelper/extract.hxx>
#endif
#ifndef DBAUI_TYPEINFO_HXX
#include "TypeInfo.hxx"