summaryrefslogtreecommitdiff
path: root/sc/sdi
diff options
context:
space:
mode:
authorNiklas Nebel <nn@openoffice.org>2001-06-25 14:37:41 +0000
committerNiklas Nebel <nn@openoffice.org>2001-06-25 14:37:41 +0000
commitfb25c75a8a5589464ae280530a718161d38d3b8a (patch)
treef490fcbbbfcc9e3d3e85dfa58448e6d339fd4e12 /sc/sdi
parent76d2701da9b0f6bff22dbdccb0683c458e2796d9 (diff)
#82371# handle database beamer with SID_VIEW_DATA_SOURCE_BROWSER
Diffstat (limited to 'sc/sdi')
-rw-r--r--sc/sdi/cellsh.sdi7
-rw-r--r--sc/sdi/drawsh.sdi1
-rw-r--r--sc/sdi/drtxtob.sdi1
3 files changed, 5 insertions, 4 deletions
diff --git a/sc/sdi/cellsh.sdi b/sc/sdi/cellsh.sdi
index ff5c6a64b309..1fd39dc70a2e 100644
--- a/sc/sdi/cellsh.sdi
+++ b/sc/sdi/cellsh.sdi
@@ -3,7 +3,7 @@
// StarCalc
//
// (C) 1994 StarDivision GmbH, Hamburg, Germany
- // $Author: nn $ $Date: 2001-05-21 11:01:09 $ $Revision: 1.6 $
+ // $Author: nn $ $Date: 2001-06-25 15:33:14 $ $Revision: 1.7 $
// $Logfile: T:/sc/sdi/cellsh.sdv $ $Workfile: cellsh.sdi $
//----------------------------------------------------------------------------
@@ -27,7 +27,7 @@ interface CellSelection : Selection
SID_DEFINE_DBNAME [ ExecMethod = ExecuteDB; StateMethod = GetDBState; ]
SID_OPENDLG_CONSOLIDATE [ ExecMethod = Execute; StateMethod = GetState; ]
SID_OPENDLG_CHART [ ExecMethod = Execute; StateMethod = GetState; ]
- SID_IMPORT_DATA [ ExecMethod = ExecuteDB; StateMethod = GetDBState; ]
+ SID_VIEW_DATA_SOURCE_BROWSER [ ExecMethod = ExecuteDB; StateMethod = GetDBState; ]
SID_OPENDLG_FUNCTION [ ExecMethod = Execute; StateMethod = GetCellState; ]
SID_INS_FUNCTION [ ExecMethod = ExecuteEdit; StateMethod = GetState; ]
@@ -379,6 +379,9 @@ shell ScCellShell : ScFormatShell
/*------------------------------------------------------------------------
$Log: not supported by cvs2svn $
+ Revision 1.6 2001/05/21 11:01:09 nn
+ #44993# Tools/Hyphenation
+
Revision 1.5 2001/04/27 19:27:02 nn
user interface for linked areas / external data sources
diff --git a/sc/sdi/drawsh.sdi b/sc/sdi/drawsh.sdi
index b337bbe31cec..fccd03f62de5 100644
--- a/sc/sdi/drawsh.sdi
+++ b/sc/sdi/drawsh.sdi
@@ -17,7 +17,6 @@ interface TableDraw : Selection
SID_DRAW_CHART [ StateMethod = StateDisableItems; Export = FALSE; ]
//! SID_STYLE_DESIGNER [ StateMethod = StateDisableItems; Export = FALSE; ]
SID_STYLE_CATALOG [ StateMethod = StateDisableItems; Export = FALSE; ]
- SID_IMPORT_DATA [ StateMethod = StateDisableItems; Export = FALSE; ]
//! SID_OPENDLG_FUNCTION[ StateMethod = StateDisableItems; Export = FALSE; ]
SID_STYLE_FAMILY2 [ StateMethod = StateDisableItems; Export = FALSE; ]
SID_STYLE_FAMILY4 [ StateMethod = StateDisableItems; Export = FALSE; ]
diff --git a/sc/sdi/drtxtob.sdi b/sc/sdi/drtxtob.sdi
index a3e3e688b54f..d0d5317ed71e 100644
--- a/sc/sdi/drtxtob.sdi
+++ b/sc/sdi/drtxtob.sdi
@@ -17,7 +17,6 @@ interface TableDrawText : Selection
// andere:
SID_DRAW_CHART [ StateMethod = StateDisableItems; Export = FALSE; ]
SID_STYLE_CATALOG [ StateMethod = StateDisableItems; Export = FALSE; ]
- SID_IMPORT_DATA [ StateMethod = StateDisableItems; Export = FALSE; ]
SID_OPENDLG_FUNCTION [ StateMethod = StateDisableItems; Export = FALSE; ]
SID_STYLE_FAMILY2 [ StateMethod = StateDisableItems; Export = FALSE; ]
SID_STYLE_FAMILY4 [ StateMethod = StateDisableItems; Export = FALSE; ]