summaryrefslogtreecommitdiff
path: root/sw/source/ui/inc/dbtree.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/inc/dbtree.hxx')
-rw-r--r--sw/source/ui/inc/dbtree.hxx26
1 files changed, 13 insertions, 13 deletions
diff --git a/sw/source/ui/inc/dbtree.hxx b/sw/source/ui/inc/dbtree.hxx
index c3f53c513842..6a874595cb27 100644
--- a/sw/source/ui/inc/dbtree.hxx
+++ b/sw/source/ui/inc/dbtree.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -45,23 +45,23 @@ class SW_DLLPUBLIC SwDBTreeList : public SvTreeListBox
{
ImageList aImageList;
ImageList aImageListHC;
- Image aDBBMP;
- Image aTableBMP;
- Image aQueryBMP;
+ Image aDBBMP;
+ Image aTableBMP;
+ Image aQueryBMP;
- String sDefDBName;
- BOOL bInitialized;
- BOOL bShowColumns;
+ String sDefDBName;
+ BOOL bInitialized;
+ BOOL bShowColumns;
SwDBTreeList_Impl* pImpl;
SW_DLLPRIVATE DECL_LINK( DBCompare, SvSortData* );
- SW_DLLPRIVATE void InitTreeList();
- SW_DLLPRIVATE virtual void RequestingChilds( SvLBoxEntry* pParent );
+ SW_DLLPRIVATE void InitTreeList();
+ SW_DLLPRIVATE virtual void RequestingChilds( SvLBoxEntry* pParent );
SW_DLLPRIVATE virtual sal_Int8 AcceptDrop( const AcceptDropEvent& rEvt );
- SW_DLLPRIVATE virtual void StartDrag( sal_Int8 nAction, const Point& rPosPixel );
+ SW_DLLPRIVATE virtual void StartDrag( sal_Int8 nAction, const Point& rPosPixel );
using SvTreeListBox::Select;
@@ -74,12 +74,12 @@ public:
String GetDBName( String& rTableName, String& rColumnName, BOOL* pbIsTable = 0);
- void Select( const String& rDBName, const String& rTableName,
+ void Select( const String& rDBName, const String& rTableName,
const String& rColumnName );
- void ShowColumns(BOOL bShowCol);
+ void ShowColumns(BOOL bShowCol);
void SetWrtShell(SwWrtShell& rSh);
-
+
void AddDataSource(const String& rSource);
};