summaryrefslogtreecommitdiff
path: root/sc/inc
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-02-27 10:57:02 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-02-27 10:57:02 +0000
commitff162ca26a1ad52d21f2b26cd5265baf52a4809d (patch)
treed39175e2035125685f23572efc6bcf6f0bea389c /sc/inc
parent82c469afcdc27da2d1b26015d5449a05e2959045 (diff)
INTEGRATION: CWS calcwarnings (1.3.88); FILE MERGED
2006/12/13 19:18:20 nn 1.3.88.1: #i69284# warning-free: core, unxsols4
Diffstat (limited to 'sc/inc')
-rw-r--r--sc/inc/optutil.hxx16
1 files changed, 10 insertions, 6 deletions
diff --git a/sc/inc/optutil.hxx b/sc/inc/optutil.hxx
index bcb5eda1b8c7..846f26859e00 100644
--- a/sc/inc/optutil.hxx
+++ b/sc/inc/optutil.hxx
@@ -4,9 +4,9 @@
*
* $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 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,
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 ); }
+ using ConfigItem::EnableNotification;
+ 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