INTEGRATION: CWS dba204b (1.9.52); FILE MERGED

2006/07/06 14:52:26 fs 1.9.52.1: #i65159# describePropertyLine now returning a LineDescriptor, instead of taking an out parameter / some less warnings
This commit is contained in:
Rüdiger Timm 2006-07-26 06:52:48 +00:00
parent a7c65e1100
commit c4e9ddfd1c

View file

@ -4,9 +4,9 @@
*
* $RCSfile: browserlistbox.hxx,v $
*
* $Revision: 1.9 $
* $Revision: 1.10 $
*
* last change: $Author: vg $ $Date: 2006-03-31 09:24:18 $
* last change: $Author: rt $ $Date: 2006-07-26 07:52:48 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@ -159,7 +159,7 @@ namespace pcr
void UpdateAll();
void Activate(sal_Bool _bActive = sal_True);
void ActivateListBox( sal_Bool _bActive );
sal_uInt16 CalcVisibleLines();
void EnableUpdate();
@ -244,6 +244,9 @@ namespace pcr
found.
*/
bool impl_getBrowserLineForName( const ::rtl::OUString& _rEntryName, BrowserLinePointer& _out_rpLine ) const;
private:
using Window::Activate;
};
//............................................................................