diff options
author | Frank Schoenheit [fs] <frank.schoenheit@sun.com> | 2010-04-16 15:14:15 +0200 |
---|---|---|
committer | Frank Schoenheit [fs] <frank.schoenheit@sun.com> | 2010-04-16 15:14:15 +0200 |
commit | 628ade34df97fd0f0a7ec18dd3bec21561ff785f (patch) | |
tree | 3579d0a0a551136b827e57391a6b34e2313eb4d8 /sfx2/sdi | |
parent | 2a8198c6ddfc3552f6630a85c1b23a9f697d091e (diff) |
slidecopy: now using SID_TASK_PANE in all applications, also in Impress.
Implies registering the respective child window in the apps, not in SFX. Also implies getting rid of SID_RIGHT_PANE
in Impress.
Also, renamed SID_TASK_PANE in Impress to SID_SHOW_TOOL_PANEL, which better fits its purpose, and avoids confusion
with SID_TASKPANE.
Diffstat (limited to 'sfx2/sdi')
-rw-r--r-- | sfx2/sdi/sfx.sdi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/sdi/sfx.sdi b/sfx2/sdi/sfx.sdi index a25dbc41752f..dbe7cdfbb7e1 100644 --- a/sfx2/sdi/sfx.sdi +++ b/sfx2/sdi/sfx.sdi @@ -3946,7 +3946,7 @@ SfxBoolItem TaskPane SID_TASKPANE Container = FALSE, RecordAbsolute = FALSE, RecordPerSet; - Synchron; + Asynchron; Readonly = FALSE, |