From 8d9d7bc6aad976e4c8e0ec3ea8ef284d5f80a774 Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Tue, 20 Jun 2006 02:19:23 +0000 Subject: 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) --- dbaccess/source/ui/inc/tabletree.hxx | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) (limited to 'dbaccess/source/ui/inc/tabletree.hxx') diff --git a/dbaccess/source/ui/inc/tabletree.hxx b/dbaccess/source/ui/inc/tabletree.hxx index 5ce7a28aa0c4..03d864a644b3 100644 --- a/dbaccess/source/ui/inc/tabletree.hxx +++ b/dbaccess/source/ui/inc/tabletree.hxx @@ -4,9 +4,9 @@ * * $RCSfile: tabletree.hxx,v $ * - * $Revision: 1.14 $ + * $Revision: 1.15 $ * - * last change: $Author: rt $ $Date: 2005-09-08 16:04:35 $ + * last change: $Author: hr $ $Date: 2006-06-20 03:19:23 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -73,12 +73,17 @@ protected: 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; -- cgit