summaryrefslogtreecommitdiff
path: root/toolkit/source/controls/grid/grideventforwarder.hxx
diff options
context:
space:
mode:
authorFrank Schoenheit [fs] <frank.schoenheit@oracle.com>2011-01-10 15:47:51 +0100
committerFrank Schoenheit [fs] <frank.schoenheit@oracle.com>2011-01-10 15:47:51 +0100
commit34f93e97f28bdfc6ee731fd7213588fe505cbd2f (patch)
tree914b7edb5fd227cbeb167f33d4bd912ae4edec60 /toolkit/source/controls/grid/grideventforwarder.hxx
parent6b67bdb0ef37852d056dc9f1796ece3911921ab9 (diff)
gridsort: XGridDataModel: moved modifying functionality into XMutableGridDataModel.
Diffstat (limited to 'toolkit/source/controls/grid/grideventforwarder.hxx')
-rwxr-xr-xtoolkit/source/controls/grid/grideventforwarder.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/toolkit/source/controls/grid/grideventforwarder.hxx b/toolkit/source/controls/grid/grideventforwarder.hxx
index 93905b06f492..c0c09a7cc95d 100755
--- a/toolkit/source/controls/grid/grideventforwarder.hxx
+++ b/toolkit/source/controls/grid/grideventforwarder.hxx
@@ -61,9 +61,10 @@ namespace toolkit
virtual void SAL_CALL release() throw();
// XGridDataListener
- virtual void SAL_CALL rowAdded( const ::com::sun::star::awt::grid::GridDataEvent& Event ) throw (::com::sun::star::uno::RuntimeException);
- virtual void SAL_CALL rowRemoved( const ::com::sun::star::awt::grid::GridDataEvent& Event ) throw (::com::sun::star::uno::RuntimeException);
+ virtual void SAL_CALL rowsAdded( const ::com::sun::star::awt::grid::GridDataEvent& Event ) throw (::com::sun::star::uno::RuntimeException);
+ virtual void SAL_CALL rowsRemoved( const ::com::sun::star::awt::grid::GridDataEvent& Event ) throw (::com::sun::star::uno::RuntimeException);
virtual void SAL_CALL dataChanged( const ::com::sun::star::awt::grid::GridDataEvent& Event ) throw (::com::sun::star::uno::RuntimeException);
+ virtual void SAL_CALL rowTitleChanged( const ::com::sun::star::awt::grid::GridDataEvent& Event ) throw (::com::sun::star::uno::RuntimeException);
// XContainerListener
virtual void SAL_CALL elementInserted( const ::com::sun::star::container::ContainerEvent& Event ) throw (::com::sun::star::uno::RuntimeException);