diff options
Diffstat (limited to 'sc/sdi')
-rw-r--r-- | sc/sdi/scalc.sdi | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/sc/sdi/scalc.sdi b/sc/sdi/scalc.sdi index ed52fa92f2ac..bb8c7aad3ee6 100644 --- a/sc/sdi/scalc.sdi +++ b/sc/sdi/scalc.sdi @@ -4,9 +4,9 @@ * * $RCSfile: scalc.sdi,v $ * - * $Revision: 1.35 $ + * $Revision: 1.36 $ * - * last change: $Author: rt $ $Date: 2007-07-06 12:32:08 $ + * last change: $Author: ihi $ $Date: 2007-08-20 16:50:29 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -6901,7 +6901,7 @@ SfxVoidItem AssignMacro SID_ASSIGNMACRO ] //-------------------------------------------------------------------------- -SfxVoidItem TextInSpalten SID_TEXT_TO_COLUMNS +SfxVoidItem TextToColumns SID_TEXT_TO_COLUMNS () [ /* flags: */ @@ -6909,7 +6909,7 @@ SfxVoidItem TextInSpalten SID_TEXT_TO_COLUMNS Cachable = Cachable, FastCall = FALSE, HasCoreId = FALSE, - HasDialog = FALSE, + HasDialog = TRUE, ReadOnlyDoc = TRUE, Toggle = FALSE, Container = FALSE, @@ -6918,11 +6918,11 @@ SfxVoidItem TextInSpalten SID_TEXT_TO_COLUMNS Synchron; /* config: */ - AccelConfig = FALSE, - MenuConfig = FALSE, + AccelConfig = TRUE, + MenuConfig = TRUE, StatusBarConfig = FALSE, ToolBoxConfig = FALSE, - GroupId = GID_INTERN; + GroupId = GID_DATA; ] //-------------------------------------------------------------------------- |