summaryrefslogtreecommitdiff
path: root/dbaccess/source
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-09-09 08:48:33 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-09-09 08:48:33 +0000
commit88f03e182104ee8e1ec2018653186fc4490ed163 (patch)
treed039f68c7c856ee6758e3adcbb63d13477251362 /dbaccess/source
parent0f6dee6b6c3335da9d518fe8b2ca3d79e5538d97 (diff)
INTEGRATION: CWS insight02 (1.32.2); FILE MERGED
2004/08/13 09:01:08 oj 1.32.2.1: #i32563# toolbox changes
Diffstat (limited to 'dbaccess/source')
-rw-r--r--dbaccess/source/ui/querydesign/QueryTableView.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/dbaccess/source/ui/querydesign/QueryTableView.cxx b/dbaccess/source/ui/querydesign/QueryTableView.cxx
index ecbc8050ace0..c5bda63ab8c3 100644
--- a/dbaccess/source/ui/querydesign/QueryTableView.cxx
+++ b/dbaccess/source/ui/querydesign/QueryTableView.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: QueryTableView.cxx,v $
*
- * $Revision: 1.32 $
+ * $Revision: 1.33 $
*
- * last change: $Author: hr $ $Date: 2004-08-02 16:13:14 $
+ * last change: $Author: rt $ $Date: 2004-09-09 09:48:33 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1013,7 +1013,7 @@ void OQueryTableView::HideTabWin( OQueryTableWindow* pTabWin, OQueryTabWinUndoAc
// damit habe ich das Doc natuerlich modifiziert
m_pView->getController()->setModified( sal_True );
- m_pView->getController()->InvalidateFeature(ID_BROWSER_CLEAR_QUERY);
+ m_pView->getController()->InvalidateFeature(SID_BROWSER_CLEAR_QUERY);
}
}
@@ -1091,7 +1091,7 @@ sal_Bool OQueryTableView::ShowTabWin( OQueryTableWindow* pTabWin, OQueryTabWinUn
if(!m_pView->getController()->isReadOnly())
m_pView->getController()->setModified( sal_True );
- m_pView->getController()->InvalidateFeature(ID_BROWSER_CLEAR_QUERY);
+ m_pView->getController()->InvalidateFeature(SID_BROWSER_CLEAR_QUERY);
return bSuccess;
}