Tag: cws_src680_dba30a User: oj Date: 2008-02-26 09:11:04+0000 Modified: dba/dbaccess/source/ui/inc/sbagrid.hxx
Log: #100251# delete selected rows or the current one File Changes: Directory: /dba/dbaccess/source/ui/inc/ ======================================= File [changed]: sbagrid.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/inc/sbagrid.hxx?r1=1.27&r2=1.27.12.1 Delta lines: +5 -3 ------------------- --- sbagrid.hxx 2008-01-29 17:12:56+0000 1.27 +++ sbagrid.hxx 2008-02-26 09:11:01+0000 1.27.12.1 @@ -4,9 +4,9 @@ * * $RCSfile: sbagrid.hxx,v $ * - * $Revision: 1.27 $ + * $Revision: 1.27.12.1 $ * - * last change: $Author: rt $ $Date: 2008/01/29 17:12:56 $ + * last change: $Author: oj $ $Date: 2008/02/26 09:11:01 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -304,6 +304,8 @@ */ virtual ::rtl::OUString GetAccessibleObjectDescription( ::svt::AccessibleBrowseBoxObjType eObjType,sal_Int32 _nPosition = -1) const; + virtual void DeleteSelectedRows(); + protected: // DragSourceHelper overridables virtual void StartDrag( sal_Int8 _nAction, const Point& _rPosPixel ); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
