diff options
author | Thomas Lange <tl@openoffice.org> | 2001-05-02 15:58:48 +0000 |
---|---|---|
committer | Thomas Lange <tl@openoffice.org> | 2001-05-02 15:58:48 +0000 |
commit | ecb9bc1488a13a5deec4cfeac86f050da3f4bc1c (patch) | |
tree | 73c944e8a07c8c2c420fb53cd9bae393bf27cfba /starmath/sdi | |
parent | e6eedc6fd472bbc8daccda88b1ce82f5aadb411b (diff) |
Math configuration and Symbol/SymbolSet/SymbolSetManager
Diffstat (limited to 'starmath/sdi')
-rw-r--r-- | starmath/sdi/smath.sdi | 23 | ||||
-rw-r--r-- | starmath/sdi/smslots.sdi | 14 |
2 files changed, 6 insertions, 31 deletions
diff --git a/starmath/sdi/smath.sdi b/starmath/sdi/smath.sdi index be4e6bc82250..0ac0945e9481 100644 --- a/starmath/sdi/smath.sdi +++ b/starmath/sdi/smath.sdi @@ -534,29 +534,6 @@ SfxVoidItem ChangeFontSize SID_FONTSIZE ] //-------------------------------------------------------------------------- -SfxVoidItem SymbolsLoad SID_SYMBOLS_LOAD -() -[ - /* flags: */ - AutoUpdate = FALSE, - Cachable = Cachable, - FastCall = FALSE, - HasCoreId = FALSE, - HasDialog = TRUE, - ReadOnlyDoc = TRUE, - Toggle = FALSE, - Container = FALSE, - Synchron; - - /* config: */ - AccelConfig = TRUE, - MenuConfig = TRUE, - StatusBarConfig = FALSE, - ToolBoxConfig = TRUE, - GroupId = GID_OPTIONS; -] - -//-------------------------------------------------------------------------- SfxVoidItem SaveSymbols SID_SAVESYMBOLS () [ diff --git a/starmath/sdi/smslots.sdi b/starmath/sdi/smslots.sdi index 3ca9d366cb2f..f081822db6f3 100644 --- a/starmath/sdi/smslots.sdi +++ b/starmath/sdi/smslots.sdi @@ -5,8 +5,8 @@ #* #* Beschreibung Starmath IDL-File #* -#* Letzte Aenderung $Author: hr $ $Date: 2000-09-18 16:57:26 $ -#* $Revision: 1.1.1.1 $ +#* Letzte Aenderung $Author: tl $ $Date: 2001-05-02 16:58:48 $ +#* $Revision: 1.2 $ #* #* $Logfile: T:/starmath/sdi/smslots.sdv $ #* @@ -16,7 +16,7 @@ Source Code Control System - Header - $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/starmath/sdi/smslots.sdi,v 1.1.1.1 2000-09-18 16:57:26 hr Exp $ + $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/starmath/sdi/smslots.sdi,v 1.2 2001-05-02 16:58:48 tl Exp $ *************************************************************************/ @@ -70,11 +70,6 @@ interface FormulaDocument : OfficeDocument ExecMethod = Execute ; StateMethod = GetState ; ] - SID_SYMBOLS_LOAD //idlpp ole : no , status : no - [ - ExecMethod = Execute ; - StateMethod = GetState ; - ] SID_AUTO_REDRAW //idlpp ole : no , status : no [ ExecMethod = Execute ; @@ -323,6 +318,9 @@ shell SmViewShell : SfxViewShell Source Code Control System - History $Log: not supported by cvs2svn $ + Revision 1.1.1.1 2000/09/18 16:57:26 hr + initial import + Revision 1.61 1999/07/02 10:22:24 TL #67357# SID_MARKERROR deleted. |