summaryrefslogtreecommitdiff
path: root/sc/sdi
diff options
context:
space:
mode:
authorEike Rathke <er@openoffice.org>2001-07-04 16:14:41 +0000
committerEike Rathke <er@openoffice.org>2001-07-04 16:14:41 +0000
commitb37cb5fcff612f2713f8c7839cc390ad3893a86f (patch)
tree5f9fb031f2db42e89049ad37d33f02c7ba4cb9c5 /sc/sdi
parentef451a80a2bf973234309caab6119907d6c5df23 (diff)
#89253# slot SID_OPT_LOCALE_CHANGED to notify applications
Diffstat (limited to 'sc/sdi')
-rw-r--r--sc/sdi/tabvwsh.sdi4
1 files changed, 3 insertions, 1 deletions
diff --git a/sc/sdi/tabvwsh.sdi b/sc/sdi/tabvwsh.sdi
index 15f9da589646..a2e82b3ea453 100644
--- a/sc/sdi/tabvwsh.sdi
+++ b/sc/sdi/tabvwsh.sdi
@@ -3,7 +3,7 @@
// StarCalc
//
// (C) 1994 StarDivision GmbH, Hamburg, Germany
- // $Author: nn $ $Date: 2001-04-20 18:49:36 $ $Revision: 1.4 $
+ // $Author: er $ $Date: 2001-07-04 17:14:41 $ $Revision: 1.5 $
// $Logfile: T:/sc/sdi/tabvwsh.sdv $ $Workfile: tabvwsh.sdi $
//----------------------------------------------------------------------------
@@ -183,6 +183,8 @@ interface TableEditView : View
SID_GETREDOSTRINGS [ StateMethod = GetUndoState; ]
SID_UNDO [ ExecMethod = ExecuteUndo; StateMethod = GetUndoState; ]
SID_REDO [ ExecMethod = ExecuteUndo; StateMethod = GetUndoState; ]
+
+ SID_OPT_LOCALE_CHANGED [ ExecMethod = Execute; ]
}