summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/browser/dsEntriesNoExp.cxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-07-08 09:38:20 +0000
committerOliver Bolte <obo@openoffice.org>2005-07-08 09:38:20 +0000
commit8771472803558cf7c6bb5accf9814ce9d264018e (patch)
tree5ca1a303c13651dd98e2606cd36dff1ec65f171d /dbaccess/source/ui/browser/dsEntriesNoExp.cxx
parent5bb42fac5ec22f93adb9fc732f5a7962f2a91558 (diff)
INTEGRATION: CWS dba20blocker (1.12.116); FILE MERGED
2005/06/24 07:26:06 fs 1.12.116.1: copying fix for #121276# into this CWS
Diffstat (limited to 'dbaccess/source/ui/browser/dsEntriesNoExp.cxx')
-rw-r--r--dbaccess/source/ui/browser/dsEntriesNoExp.cxx14
1 files changed, 12 insertions, 2 deletions
diff --git a/dbaccess/source/ui/browser/dsEntriesNoExp.cxx b/dbaccess/source/ui/browser/dsEntriesNoExp.cxx
index 725d89bb7c27..eed5fd6ef487 100644
--- a/dbaccess/source/ui/browser/dsEntriesNoExp.cxx
+++ b/dbaccess/source/ui/browser/dsEntriesNoExp.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: dsEntriesNoExp.cxx,v $
*
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: obo $ $Date: 2004-11-16 14:49:57 $
+ * last change: $Author: obo $ $Date: 2005-07-08 10:38:20 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -179,6 +179,16 @@ sal_Bool SbaTableQueryBrowser::isSelected(SvLBoxEntry* _pEntry) const
return sal_False;
}
//------------------------------------------------------------------------------
+void SbaTableQueryBrowser::SelectionChanged()
+{
+ if ( !m_bShowMenu )
+ {
+ InvalidateFeature(ID_BROWSER_INSERTCOLUMNS);
+ InvalidateFeature(ID_BROWSER_INSERTCONTENT);
+ InvalidateFeature(ID_BROWSER_FORMLETTER);
+ }
+}
+//------------------------------------------------------------------------------
void SbaTableQueryBrowser::describeSupportedFeatures()
{
SbaXDataBrowserController::describeSupportedFeatures();