INTEGRATION: CWS sb88 (1.12.10); FILE MERGED

2008/06/03 15:29:45 sb 1.12.10.1: #i89553 applied patch by cmc
This commit is contained in:
Rüdiger Timm 2008-06-16 12:30:45 +00:00
parent c0e15f914c
commit a71fc745d5
2 changed files with 2 additions and 6 deletions

View file

@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: apinodeaccess.hxx,v $
* $Revision: 1.12 $
* $Revision: 1.13 $
*
* This file is part of OpenOffice.org.
*
@ -140,9 +140,6 @@ namespace configmgr
configuration::ElementRef extractElementRef (Factory& rFactory, UnoAny const& aElement, configuration::TemplateInfo const& aElementInfo );
configuration::ElementTree extractElementTree(Factory& rFactory, UnoAny const& aElement, configuration::SetElementInfo const& aElementInfo );
/// finds a existing <type>SetElement</type> for a given <type scope='configmgr::configuration'>ElementTree</type>
SetElement* findSetElement(Factory& rFactory, configuration::ElementRef const& aElementTree);
// Guarding and locking implementations
/// guards a NodeAccess; provides an object (read) lock,
/// ensures object was not disposed

View file

@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: apitreeaccess.hxx,v $
* $Revision: 1.12 $
* $Revision: 1.13 $
*
* This file is part of OpenOffice.org.
*
@ -114,7 +114,6 @@ namespace configmgr
// api object handling
Factory& getFactory();
Notifier getNotifier();
protected:
virtual ApiTreeImpl& getApiTree() const = 0;