cppuhelper/extract -> comphelper/extract

This commit is contained in:
Frank Schönheit
2001-03-15 08:02:28 +00:00
parent ac91f46c41
commit ec5e3ec040
2 changed files with 14 additions and 8 deletions

View File

@@ -2,9 +2,9 @@
*
* $RCSfile: formcontroller.cxx,v $
*
* $Revision: 1.11 $
* $Revision: 1.12 $
*
* last change: $Author: ab $ $Date: 2001-03-03 14:23:49 $
* last change: $Author: fs $ $Date: 2001-03-15 09:02:28 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -90,8 +90,8 @@
#ifndef _EXTENSIONS_PROPCTRLR_FORMMETADATA_HXX_
#include "formmetadata.hxx"
#endif
#ifndef _CPPUHELPER_EXTRACT_HXX_
#include <cppuhelper/extract.hxx>
#ifndef _COMPHELPER_EXTRACT_HXX_
#include <comphelper/extract.hxx>
#endif
#ifndef _TOOLS_DEBUG_HXX
#include <tools/debug.hxx>
@@ -2636,6 +2636,9 @@ namespace pcr
/*************************************************************************
* history:
* $Log: not supported by cvs2svn $
* Revision 1.11 2001/03/03 14:23:49 ab
* Integrated access to XScriptsEventSupplier for new UNO dialogs
*
* Revision 1.10 2001/02/22 09:31:29 tbe
* added properties for dialog controls
*

View File

@@ -2,9 +2,9 @@
*
* $RCSfile: propcontroller.cxx,v $
*
* $Revision: 1.9 $
* $Revision: 1.10 $
*
* last change: $Author: tbe $ $Date: 2001-02-23 15:08:45 $
* last change: $Author: fs $ $Date: 2001-03-15 09:02:28 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -71,8 +71,8 @@
#ifndef _COMPHELPER_TYPES_HXX_
#include <comphelper/types.hxx>
#endif
#ifndef _CPPUHELPER_EXTRACT_HXX_
#include <cppuhelper/extract.hxx>
#ifndef _COMPHELPER_EXTRACT_HXX_
#include <comphelper/extract.hxx>
#endif
#ifndef _CPPUHELPER_TYPEPROVIDER_HXX_
#include <cppuhelper/typeprovider.hxx>
@@ -969,6 +969,9 @@ namespace pcr
/*************************************************************************
* history:
* $Log: not supported by cvs2svn $
* Revision 1.9 2001/02/23 15:08:45 tbe
* AnyToString didn't get property id
*
* Revision 1.8 2001/02/20 08:50:31 fs
* do a syncViewToProperty when selecting a page
*