#79817# ScLinkConfigItem is now in optutil

This commit is contained in:
Niklas Nebel 2000-11-02 18:10:56 +00:00
parent 1eacf4ac4c
commit 25ac53d296
3 changed files with 12 additions and 41 deletions

View file

@ -2,9 +2,9 @@
*
* $RCSfile: appoptio.hxx,v $
*
* $Revision: 1.2 $
* $Revision: 1.3 $
*
* last change: $Author: nn $ $Date: 2000-09-22 07:55:02 $
* last change: $Author: nn $ $Date: 2000-11-02 19:10:56 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@ -79,8 +79,8 @@
#include "global.hxx"
#endif
#ifndef SC_VIEWOPTI_HXX
#include "viewopti.hxx" //! move ScLinkConfigItem to separate header!
#ifndef SC_OPTUTIL_HXX
#include "optutil.hxx"
#endif

View file

@ -2,9 +2,9 @@
*
* $RCSfile: docoptio.hxx,v $
*
* $Revision: 1.2 $
* $Revision: 1.3 $
*
* last change: $Author: nn $ $Date: 2000-09-22 07:55:02 $
* last change: $Author: nn $ $Date: 2000-11-02 19:10:56 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@ -71,8 +71,8 @@
#include <svtools/poolitem.hxx>
#endif
#ifndef SC_VIEWOPTI_HXX
#include "viewopti.hxx" //! move ScLinkConfigItem to separate header!
#ifndef SC_OPTUTIL_HXX
#include "optutil.hxx"
#endif

View file

@ -2,9 +2,9 @@
*
* $RCSfile: viewopti.hxx,v $
*
* $Revision: 1.3 $
* $Revision: 1.4 $
*
* last change: $Author: nn $ $Date: 2000-09-22 07:54:25 $
* last change: $Author: nn $ $Date: 2000-11-02 19:10:56 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@ -70,8 +70,8 @@
#include <svx/svxids.hrc>
#endif
#ifndef _UTL_CONFIGITEM_HXX_
#include <unotools/configitem.hxx>
#ifndef SC_OPTUTIL_HXX
#include "optutil.hxx"
#endif
#ifndef SC_SCGLOB_HXX
@ -207,35 +207,6 @@ private:
};
// ConfigItem for classes that use items from several sub trees
//! move to separate header file
class ScLinkConfigItem : public utl::ConfigItem
{
Link aCommitLink;
public:
ScLinkConfigItem( const rtl::OUString rSubTree );
void SetCommitLink( const Link& rLink );
virtual void Notify( const com::sun::star::uno::Sequence<rtl::OUString>& aPropertyNames );
virtual void Commit();
void SetModified() { ConfigItem::SetModified(); }
com::sun::star::uno::Sequence< com::sun::star::uno::Any>
GetProperties(const com::sun::star::uno::Sequence< rtl::OUString >& rNames)
{ return ConfigItem::GetProperties( 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)
{ 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)
{ return ConfigItem::GetNodeNames( rNode ); }
};
//==================================================================
// CfgItem fuer View-Optionen
//==================================================================