diff options
author | Gergo Mocsi <gmocsi91@gmail.com> | 2013-08-12 13:53:09 +0200 |
---|---|---|
committer | Gergo Mocsi <gmocsi91@gmail.com> | 2013-09-02 18:16:58 +0200 |
commit | 8a1e19f4ff627d9ac15bbdf7ef04d27158b45569 (patch) | |
tree | 367e8ce733814024e545bde64428a6ace3e3755c /officecfg | |
parent | 6cb452f36649762e3cc0e477d0a543eeff741bbd (diff) |
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
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI/BasicIDECommands.xcu | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/BasicIDECommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/BasicIDECommands.xcu index a796ce1b6e99..be70ad736809 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/BasicIDECommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/BasicIDECommands.xcu @@ -8,11 +8,6 @@ <value xml:lang="en-US">Goto Line Number...</value> </prop> </node> - <node oor:name=".uno:BasicIDEOptionsDialog" oor:op="replace"> - <prop oor:name="Label" oor:type="xs:string"> - <value xml:lang="en-US">IDE options</value> - </prop> - </node> <node oor:name=".uno:ShowLines" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> <value xml:lang="en-US">Line Numbers</value> |