summaryrefslogtreecommitdiffstats
path: root/sc/inc/viewopti.hxx
diff options
context:
space:
mode:
authorNiklas Nebel <nn@openoffice.org>2000-11-02 18:10:56 +0000
committerNiklas Nebel <nn@openoffice.org>2000-11-02 18:10:56 +0000
commit25ac53d296d6c7e5879d456fa24edac60f985cd7 (patch)
tree4c99549fe930098fd0ce174d2676a4f0e646fd9d /sc/inc/viewopti.hxx
parent#79817# optutil (diff)
downloadcore-25ac53d296d6c7e5879d456fa24edac60f985cd7.tar.gz
core-25ac53d296d6c7e5879d456fa24edac60f985cd7.zip
#79817# ScLinkConfigItem is now in optutil
Diffstat (limited to 'sc/inc/viewopti.hxx')
-rw-r--r--sc/inc/viewopti.hxx37
1 files changed, 4 insertions, 33 deletions
diff --git a/sc/inc/viewopti.hxx b/sc/inc/viewopti.hxx
index 9d37a3b9a32d..4cd189a3073d 100644
--- a/sc/inc/viewopti.hxx
+++ b/sc/inc/viewopti.hxx
@@ -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
//==================================================================