summaryrefslogtreecommitdiffstats
path: root/dbaccess/source/ui/inc/tabletree.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 02:19:23 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 02:19:23 +0000
commit8d9d7bc6aad976e4c8e0ec3ea8ef284d5f80a774 (patch)
treef6e0ae0569369e4ee10976cc86dd9b4dd1a4d37b /dbaccess/source/ui/inc/tabletree.hxx
parentINTEGRATION: CWS warnings01 (1.3.48); FILE MERGED (diff)
downloadcore-8d9d7bc6aad976e4c8e0ec3ea8ef284d5f80a774.tar.gz
core-8d9d7bc6aad976e4c8e0ec3ea8ef284d5f80a774.zip
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)
Diffstat (limited to 'dbaccess/source/ui/inc/tabletree.hxx')
-rw-r--r--dbaccess/source/ui/inc/tabletree.hxx21
1 files changed, 13 insertions, 8 deletions
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;