diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-10-06 15:09:43 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-10-06 15:09:43 +0000 |
commit | 62a4ad736c2ff5fcbf9777bc834cfa9bd9183f9e (patch) | |
tree | 95587fcd52087342fd31c813f7abe6aa97497091 /configmgr | |
parent | a072aeccf921c93e392ef7c26cc75cb942ef2d68 (diff) |
INTEGRATION: CWS net2003 (1.9.74); FILE MERGED
2003/08/12 14:09:00 obo 1.9.74.1: #11136# .net 2003
Diffstat (limited to 'configmgr')
-rw-r--r-- | configmgr/source/api2/apiaccessobj.hxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/configmgr/source/api2/apiaccessobj.hxx b/configmgr/source/api2/apiaccessobj.hxx index 3607bc31d3a3..7f7a90167fb9 100644 --- a/configmgr/source/api2/apiaccessobj.hxx +++ b/configmgr/source/api2/apiaccessobj.hxx @@ -2,9 +2,9 @@ * * $RCSfile: apiaccessobj.hxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: jb $ $Date: 2002-02-11 13:47:53 $ + * last change: $Author: vg $ $Date: 2003-10-06 16:09:43 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -67,7 +67,9 @@ #include "apinodeupdate.hxx" #include "apitreeimplobj.hxx" +#ifndef CONFIGMGR_CONFIGNODE_HXX_ #include "noderef.hxx" +#endif #include "apiserviceinfo.hxx" |