From 8a1e19f4ff627d9ac15bbdf7ef04d27158b45569 Mon Sep 17 00:00:00 2001 From: Gergo Mocsi Date: Mon, 12 Aug 2013 13:53:09 +0200 Subject: GSOC work, Tool/Options/Basic IDE Options created Created a new tab in Tools/Options/Basic IDE options instead of the ModalDialog. The original dialog under Basic IDE/View/IDE Options was removed. Tab page is disabled when experimetal flag is off, entry node in the treebox is visible. Change-Id: Iaad1ea5fadc3f05ca81f2240dceb513f25be35b9 --- sfx2/sdi/sfx.sdi | 24 ------------------------ 1 file changed, 24 deletions(-) (limited to 'sfx2') diff --git a/sfx2/sdi/sfx.sdi b/sfx2/sdi/sfx.sdi index 353a27baecff..2bc4c48071d7 100644 --- a/sfx2/sdi/sfx.sdi +++ b/sfx2/sdi/sfx.sdi @@ -3819,30 +3819,6 @@ SfxVoidItem MatchGroup SID_BASICIDE_MATCHGROUP GroupId = GID_MACRO; ] -SfxVoidItem BasicIDEOptionsDialog SID_BASICIDE_IDEOPTIONS - -[ - /* flags: */ - AutoUpdate = TRUE, - Cachable = Cachable, - FastCall = FALSE, - HasCoreId = FALSE, - HasDialog = FALSE, - ReadOnlyDoc = TRUE, - Toggle = FALSE, - Container = FALSE, - RecordAbsolute = FALSE, - RecordPerSet; - Synchron; - - /* config: */ - AccelConfig = TRUE, - MenuConfig = TRUE, - StatusBarConfig = FALSE, - ToolBoxConfig = TRUE, - GroupId = GID_MACRO; -] - //-------------------------------------------------------------------------- SfxBoolItem MenuBarVisible SID_TOGGLE_MENUBAR -- cgit