summaryrefslogtreecommitdiffstats
path: root/sc/inc/viewopti.hxx
diff options
context:
space:
mode:
authorNiklas Nebel <nn@openoffice.org>2000-09-22 06:54:25 +0000
committerNiklas Nebel <nn@openoffice.org>2000-09-22 06:54:25 +0000
commit78b78c7a503331872af684d56585a0ba4cddef9d (patch)
tree6b42cf14026fbace90a1f0c055717f697b51d3d7 /sc/inc/viewopti.hxx
parentstill no SetUpdateMode in ScCellEditSource::GetTextForwarder (diff)
downloadcore-78b78c7a503331872af684d56585a0ba4cddef9d.tar.gz
core-78b78c7a503331872af684d56585a0ba4cddef9d.zip
GetNodeNames
Diffstat (limited to 'sc/inc/viewopti.hxx')
-rw-r--r--sc/inc/viewopti.hxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/sc/inc/viewopti.hxx b/sc/inc/viewopti.hxx
index dd10ddba9370..9d37a3b9a32d 100644
--- a/sc/inc/viewopti.hxx
+++ b/sc/inc/viewopti.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: viewopti.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: nn $ $Date: 2000-09-19 17:56:04 $
+ * last change: $Author: nn $ $Date: 2000-09-22 07:54:25 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -230,6 +230,9 @@ public:
{ 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 ); }
};