summaryrefslogtreecommitdiff
path: root/sc/inc/docuno.hxx
diff options
context:
space:
mode:
authorSascha Ballach <sab@openoffice.org>2002-11-11 08:19:47 +0000
committerSascha Ballach <sab@openoffice.org>2002-11-11 08:19:47 +0000
commit38eb7aeb89ba6c2ac97b1589721e48ab3740e572 (patch)
tree1846f3570dd24b7bd03fba98f5989f3cea7006fc /sc/inc/docuno.hxx
parent6bd1b9a6d8f72fbfa2d0400ba2b4816270506890 (diff)
#104547#; return own Viewdata if SfxBaseModel does not return anything
Diffstat (limited to 'sc/inc/docuno.hxx')
-rw-r--r--sc/inc/docuno.hxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/sc/inc/docuno.hxx b/sc/inc/docuno.hxx
index 5858978494f3..da1235940ca7 100644
--- a/sc/inc/docuno.hxx
+++ b/sc/inc/docuno.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: docuno.hxx,v $
*
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: nn $ $Date: 2002-08-28 17:57:25 $
+ * last change: $Author: sab $ $Date: 2002-11-11 09:19:28 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -305,6 +305,10 @@ public:
// XDocumentAuditing
virtual void SAL_CALL refreshArrows() throw(::com::sun::star::uno::RuntimeException);
+ // XViewDataSupplier
+ virtual ::com::sun::star::uno::Reference< ::com::sun::star::container::XIndexAccess > SAL_CALL getViewData( )
+ throw (::com::sun::star::uno::RuntimeException);
+
// XPropertySet
virtual ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySetInfo >
SAL_CALL getPropertySetInfo()