diff options
author | Eike Rathke <erack@redhat.com> | 2011-11-27 22:50:36 +0100 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2011-11-28 15:25:28 +0100 |
commit | 69c4db12089a9bf88aa053f9fab1fe5c97bd34e3 (patch) | |
tree | d0899359b074523b2d55b47b143cf43c8a1b8410 /sc/sdi/scalc.sdi | |
parent | 028171ad9b344f63eec81f99c09176880886a94c (diff) |
dr78: #i113511# don't include SID_VALIDITY_REFERENCE in UI configuration
# HG changeset patch
# User Niklas Nebel <nn@openoffice.org>
# Date 1291392312 -3600
# Node ID b2594caed2669e1206af2d0e5977912f297200e9
# Parent cdf002e7118239f897ddf13010e2298eae71cb19
Diffstat (limited to 'sc/sdi/scalc.sdi')
-rw-r--r-- | sc/sdi/scalc.sdi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/sdi/scalc.sdi b/sc/sdi/scalc.sdi index f2c8ad34f6bb..489b93f7d891 100644 --- a/sc/sdi/scalc.sdi +++ b/sc/sdi/scalc.sdi @@ -2794,10 +2794,10 @@ SfxVoidItem SolverDialog SID_OPENDLG_OPTSOLVER Synchron; /* config: */ - AccelConfig = TRUE, - MenuConfig = TRUE, - StatusBarConfig = FALSE, - ToolBoxConfig = TRUE, + AccelConfig = FALSE, + MenuConfig = FALSE, + StatusBarConfig = FALSE, + ToolBoxConfig = FALSE, GroupId = GID_OPTIONS; ] |