User: kz Date: 2007-05-10 10:30:55+0000 Log: INTEGRATION: CWS dba23a (1.12.126); FILE MERGED 2007/02/26 11:48:15 fs 1.12.126.1: remove unused code Issue number: #i74804# Submitted by: [EMAIL PROTECTED] Reviewed by: [EMAIL PROTECTED]
File Changes: Directory: /dba/dbaccess/source/ui/inc/ ======================================= File [changed]: brwview.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/inc/brwview.hxx?r1=1.12&r2=1.13 Delta lines: +0 -2 ------------------- --- brwview.hxx 2006-06-20 03:16:20+0000 1.12 +++ brwview.hxx 2007-05-10 10:30:53+0000 1.13 @@ -99,10 +99,8 @@ /** as columns may be hidden there is a difference between a columns model pos and its view pos so we you may use these translation function */ - sal_uInt16 Model2ViewPos(sal_uInt16 nPos) const; sal_uInt16 View2ModelPos(sal_uInt16 nPos) const; /// for the same reason the view column count isn't the same as the model column count - sal_uInt16 ViewColumnCount() const; void setSplitter(Splitter* _pSplitter); void setTreeView(DBTreeView* _pTreeView); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
