summaryrefslogtreecommitdiff
path: root/sc/inc/cellsuno.hxx
diff options
context:
space:
mode:
authorSascha Ballach <sab@openoffice.org>2001-04-04 03:25:00 +0000
committerSascha Ballach <sab@openoffice.org>2001-04-04 03:25:00 +0000
commit25c1dd23ac4f0d1aba08d9a8facfcf571eeeb053 (patch)
tree8b61620356db800fd39badfe29b32f5c18cc96fd /sc/inc/cellsuno.hxx
parent3a4e0ff8ef387a473a932ad92412be71532119ed (diff)
#79771#; implement a better getPropertyStates
Diffstat (limited to 'sc/inc/cellsuno.hxx')
-rw-r--r--sc/inc/cellsuno.hxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/sc/inc/cellsuno.hxx b/sc/inc/cellsuno.hxx
index 2fdf5074d208..ffebbd015733 100644
--- a/sc/inc/cellsuno.hxx
+++ b/sc/inc/cellsuno.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: cellsuno.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: nn $ $Date: 2000-12-18 19:28:07 $
+ * last change: $Author: sab $ $Date: 2001-04-04 04:23:48 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -288,6 +288,10 @@ private:
com::sun::star::util::XSearchDescriptor>& xDesc,
const ScAddress* pLastPos);
+ ::com::sun::star::beans::PropertyState SAL_CALL GetPropertyState(
+ USHORT nWhich,
+ const String& PropertyName );
+
public:
ScCellRangesBase(); // fuer SMART_REFLECTION Krempel
ScCellRangesBase(ScDocShell* pDocSh, const ScRange& rR);