User: hr Date: 06/06/19 20:19:25 Modified: /dba/dbaccess/source/ui/inc/ tabletree.hxx
Log: INTEGRATION: CWS warnings01 (1.14.50); FILE MERGED 2006/03/24 15:36:20 fs 1.14.50.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro) File Changes: Directory: /dba/dbaccess/source/ui/inc/ ======================================= File [changed]: tabletree.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/inc/tabletree.hxx?r1=1.14&r2=1.15 Delta lines: +11 -6 -------------------- --- tabletree.hxx 8 Sep 2005 16:04:35 -0000 1.14 +++ tabletree.hxx 20 Jun 2006 03:19:23 -0000 1.15 @@ -73,12 +73,17 @@ sal_Bool m_bVirtualRoot; // should the first entry be visible public: - OTableTreeListBox( Window* pParent - ,const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& _rxORB - ,sal_Bool _bHiContrast,WinBits nWinStyle = NULL,sal_Bool _bVirtualRoot=sal_True ); - OTableTreeListBox( Window* pParent - ,const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& _rxORB - , const ResId& rResId,sal_Bool _bHiContrast,sal_Bool _bVirtualRoot=sal_True ); + OTableTreeListBox( + Window* pParent, + const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& _rxORB, + WinBits nWinStyle, + sal_Bool _bVirtualRoot ); + + OTableTreeListBox( + Window* pParent, + const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& _rxORB, + const ResId& rResId, + sal_Bool _bVirtualRoot ); typedef ::std::pair< ::rtl::OUString,sal_Bool> TTableViewName; typedef ::std::vector< TTableViewName > TNames; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
