INTEGRATION: CWS cfgcleanup (1.23.70); FILE MERGED
2004/02/09 15:30:09 jb 1.23.70.1: #i25025# Eliminate warnings from gcc
This commit is contained in:
parent
923087cf6b
commit
5dc9baf50b
1 changed files with 3 additions and 3 deletions
|
@ -2,9 +2,9 @@
|
|||
*
|
||||
* $RCSfile: apitreeimplobj.hxx,v $
|
||||
*
|
||||
* $Revision: 1.23 $
|
||||
* $Revision: 1.24 $
|
||||
*
|
||||
* last change: $Author: hr $ $Date: 2003-03-19 16:18:30 $
|
||||
* last change: $Author: kz $ $Date: 2004-03-23 10:21:40 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
|
@ -224,7 +224,6 @@ namespace configmgr
|
|||
{
|
||||
typedef configuration::AbsolutePath AbsolutePath;
|
||||
typedef configuration::DefaultProvider DefaultProvider;
|
||||
TreeOptions m_xOptions;
|
||||
|
||||
public:
|
||||
explicit ApiRootTreeImpl(UnoInterface* pInstance, ApiProvider& rProvider, configuration::Tree const& aTree, TreeOptions const& _xOptions);
|
||||
|
@ -261,6 +260,7 @@ namespace configmgr
|
|||
ApiTreeImpl m_aTreeImpl;
|
||||
AbsolutePath m_aLocationPath;
|
||||
rtl::Reference<NodeListener> m_pNotificationListener;
|
||||
TreeOptions m_xOptions;
|
||||
};
|
||||
//-----------------------------------------------------------------------------
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue