[Open Office] trivial patch of configmgr module
Weichuan Lin
weichuan.lin at gmail.com
Wed Jan 4 04:14:54 EST 2006
for some reson i want to build the configmgr module independently, and find
the extract.hxx is moved from
cppuhelper to comphelper(i guess so), and follow is the patch, the source
code is based on m136.
--- src680-m136.orig/configmgr/source/registry/cfgregistrykey.cxx.ori
2006-01-04 17:00:43.000000000 +0800
+++ src680-m136/configmgr/source/registry/cfgregistrykey.cxx 2006-01-04
16:54:24.000000000 +0800
@@ -43,12 +43,17 @@
#ifndef _OSL_DIAGNOSE_H_
#include <osl/diagnose.h>
#endif
-#ifndef _CPPUHELPER_EXTRACT_HXX_
+/*#ifndef _CPPUHELPER_EXTRACT_HXX_
#include <cppuhelper/extract.hxx>
#endif
+*/
+#ifndef _COMPHELPER_EXTRACT_HXX_
+#include <comphelper/extract.hxx>
+#endif
#ifndef _COM_SUN_STAR_CONTAINER_XNAMECONTAINER_HPP_
#include <com/sun/star/container/XNameContainer.hpp>
+
#endif
#ifndef _COM_SUN_STAR_CONTAINER_XNAMED_HPP_
#include <com/sun/star/container/XNamed.hpp>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/openoffice/attachments/20060104/dac1ffc6/attachment.html
More information about the Openoffice
mailing list