summaryrefslogtreecommitdiff
path: root/sw/source/ui/inc/dbtree.hxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-10-22 14:17:40 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-10-22 14:17:40 +0000
commitc9c20435ade0f90ab7117d0f7b89c9f436c15b1e (patch)
treebfbc4af0589f3e10b289b68aa8fdb07169b6d531 /sw/source/ui/inc/dbtree.hxx
parente9335f1df75aad3ad6fc4c59dc96e3e0e53c1724 (diff)
INTEGRATION: CWS swusing (1.12.36); FILE MERGED
2007/10/10 14:15:11 tl 1.12.36.1: #i82476# make newly added 'using' declarations private
Diffstat (limited to 'sw/source/ui/inc/dbtree.hxx')
-rw-r--r--sw/source/ui/inc/dbtree.hxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/sw/source/ui/inc/dbtree.hxx b/sw/source/ui/inc/dbtree.hxx
index 08bc53778fc2..33b64deebc17 100644
--- a/sw/source/ui/inc/dbtree.hxx
+++ b/sw/source/ui/inc/dbtree.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: dbtree.hxx,v $
*
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: hr $ $Date: 2007-09-27 11:57:11 $
+ * last change: $Author: vg $ $Date: 2007-10-22 15:17:40 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -82,6 +82,8 @@ class SW_DLLPUBLIC SwDBTreeList : public SvTreeListBox
SW_DLLPRIVATE virtual sal_Int8 AcceptDrop( const AcceptDropEvent& rEvt );
SW_DLLPRIVATE virtual void StartDrag( sal_Int8 nAction, const Point& rPosPixel );
+ using SvTreeListBox::Select;
+
public:
SwDBTreeList( Window* pParent, const ResId& rResId,
SwWrtShell* pSh,
@@ -91,7 +93,6 @@ public:
String GetDBName( String& rTableName, String& rColumnName, BOOL* pbIsTable = 0);
- using SvTreeListBox::Select;
void Select( const String& rDBName, const String& rTableName,
const String& rColumnName );