summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/querydesign/TableWindowTitle.cxx
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2001-10-11 07:38:14 +0000
committerOcke Janssen <oj@openoffice.org>2001-10-11 07:38:14 +0000
commit7c894b33cccf961298ae585cad2c1fffd4ea0227 (patch)
tree5e84811e5264d5a86aeed8ec2a13f6e08546d61a /dbaccess/source/ui/querydesign/TableWindowTitle.cxx
parentcb057c51c4b41e8d8f5066c6c9ed0724aa6139f7 (diff)
#92000# making d&d asyncron
Diffstat (limited to 'dbaccess/source/ui/querydesign/TableWindowTitle.cxx')
-rw-r--r--dbaccess/source/ui/querydesign/TableWindowTitle.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/dbaccess/source/ui/querydesign/TableWindowTitle.cxx b/dbaccess/source/ui/querydesign/TableWindowTitle.cxx
index 2a07082c22c8..8d7b314155f2 100644
--- a/dbaccess/source/ui/querydesign/TableWindowTitle.cxx
+++ b/dbaccess/source/ui/querydesign/TableWindowTitle.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: TableWindowTitle.cxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: oj $ $Date: 2001-09-20 12:56:16 $
+ * last change: $Author: oj $ $Date: 2001-10-11 08:38:13 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -181,7 +181,7 @@ void OTableWindowTitle::Command( const CommandEvent& rEvt )
GrabFocus();
OQueryTableView* pView = static_cast<OQueryTableView*>(m_pTabWin->getTableView());
OSL_ENSURE(pView,"No OQueryTableView!");
- if(!pView->getDesignView()->getController()->isReadOnly() && pView->getDesignView()->getController()->getConnection().is())
+ if(!pView->getDesignView()->getController()->isReadOnly() && pView->getDesignView()->getController()->isConnected())
{
Point aPoint = rEvt.GetMousePosPixel();
PopupMenu aContextMenu( ModuleRes(RID_QUERYCOLPOPUPMENU) );