INTEGRATION: CWS calcwarnings (1.3.88); FILE MERGED
2006/12/13 19:18:20 nn 1.3.88.1: #i69284# warning-free: core, unxsols4
This commit is contained in:
parent
82c469afcd
commit
ff162ca26a
1 changed files with 10 additions and 6 deletions
|
@ -4,9 +4,9 @@
|
||||||
*
|
*
|
||||||
* $RCSfile: optutil.hxx,v $
|
* $RCSfile: optutil.hxx,v $
|
||||||
*
|
*
|
||||||
* $Revision: 1.3 $
|
* $Revision: 1.4 $
|
||||||
*
|
*
|
||||||
* last change: $Author: ihi $ $Date: 2006-08-04 12:11:15 $
|
* last change: $Author: vg $ $Date: 2007-02-27 11:57:02 $
|
||||||
*
|
*
|
||||||
* The Contents of this file are made available subject to
|
* The Contents of this file are made available subject to
|
||||||
* the terms of GNU Lesser General Public License Version 2.1.
|
* the terms of GNU Lesser General Public License Version 2.1.
|
||||||
|
@ -73,11 +73,15 @@ public:
|
||||||
sal_Bool PutProperties( const com::sun::star::uno::Sequence< rtl::OUString >& rNames,
|
sal_Bool PutProperties( const com::sun::star::uno::Sequence< rtl::OUString >& rNames,
|
||||||
const com::sun::star::uno::Sequence< com::sun::star::uno::Any>& rValues)
|
const com::sun::star::uno::Sequence< com::sun::star::uno::Any>& rValues)
|
||||||
{ return ConfigItem::PutProperties( rNames, rValues ); }
|
{ return ConfigItem::PutProperties( rNames, rValues ); }
|
||||||
sal_Bool EnableNotification(com::sun::star::uno::Sequence< rtl::OUString >& rNames)
|
|
||||||
{ return ConfigItem::EnableNotification( rNames ); }
|
|
||||||
|
|
||||||
com::sun::star::uno::Sequence< rtl::OUString > GetNodeNames(rtl::OUString& rNode)
|
using ConfigItem::EnableNotification;
|
||||||
{ return ConfigItem::GetNodeNames( rNode ); }
|
using ConfigItem::GetNodeNames;
|
||||||
|
|
||||||
|
// sal_Bool EnableNotification(com::sun::star::uno::Sequence< rtl::OUString >& rNames)
|
||||||
|
// { return ConfigItem::EnableNotification( rNames ); }
|
||||||
|
|
||||||
|
// com::sun::star::uno::Sequence< rtl::OUString > GetNodeNames(rtl::OUString& rNode)
|
||||||
|
// { return ConfigItem::GetNodeNames( rNode ); }
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue