diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2011-01-17 18:34:27 +0100 |
---|---|---|
committer | Kohei Yoshida <kyoshida@novell.com> | 2011-01-18 12:32:29 -0500 |
commit | 7a7f65e24ed4aef9733b9fe301eea09272413874 (patch) | |
tree | a7d81715c64bcc3183af5852e7ac5ef8db850205 /sc/inc/viewuno.hxx | |
parent | 4b13d3dc1d29132f7e188932ca5ee00c977d3655 (diff) |
Removed some dead lines, dates and commit notes. Thanks to liuchen, limingl, minz@cn.ibm.com and Amelia Wang for their commits!
Diffstat (limited to 'sc/inc/viewuno.hxx')
-rw-r--r-- | sc/inc/viewuno.hxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sc/inc/viewuno.hxx b/sc/inc/viewuno.hxx index 8961a3e913f2..cce3af7944da 100644 --- a/sc/inc/viewuno.hxx +++ b/sc/inc/viewuno.hxx @@ -315,13 +315,11 @@ public: ::com::sun::star::sheet::XSpreadsheet >& xActiveSheet ) throw(::com::sun::star::uno::RuntimeException); - //liuchen 2009-9-2 support expand (but not replace) the active sheet + // support expand (but not replace) the active sheet virtual void SAL_CALL selectSheet( const ::com::sun::star::uno::Reference< ::com::sun::star::sheet::XSpreadsheet >& xActiveSheet, sal_Bool bExpand) throw(::com::sun::star::uno::RuntimeException); - //liuchen 2009-9-2 - //XEnhancedMouseClickBroadcaster virtual void SAL_CALL addEnhancedMouseClickHandler( const ::com::sun::star::uno::Reference< |