User: obo Date: 2006/10/12 06:43:25 Modified: dba/dbaccess/source/ui/querydesign/SelectionBrowseBox.hxx
Log: INTEGRATION: CWS sb59 (1.24.32); FILE MERGED 2006/08/29 11:44:31 sb 1.24.32.1: #i67487# Made code warning-free (wntmsci10). File Changes: Directory: /dba/dbaccess/source/ui/querydesign/ =============================================== File [changed]: SelectionBrowseBox.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/querydesign/SelectionBrowseBox.hxx?r1=1.24&r2=1.25 Delta lines: +1 -1 ------------------- --- SelectionBrowseBox.hxx 20 Jun 2006 03:27:39 -0000 1.24 +++ SelectionBrowseBox.hxx 12 Oct 2006 13:43:22 -0000 1.25 @@ -93,7 +93,7 @@ class OSelectionBrowseBox : public ::svt::EditBrowseBox { friend class OQueryDesignView; - ::std::vector<FASTBOOL> m_bVisibleRow; // an Pos steht die RowId + ::std::vector<bool> m_bVisibleRow; // an Pos steht die RowId Timer m_timerInvalidate; long m_nSeekRow; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
