summaryrefslogtreecommitdiff
path: root/sfx2/sdi/frmslots.sdi
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-11-26 11:32:42 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-11-26 13:03:37 +0000
commit993deeae29c12d14dbece467b207af3e65ef3ca8 (patch)
treed5935f1425c296fffc1a9a51875037de7187babf /sfx2/sdi/frmslots.sdi
parent0aa25403cbbbc1f54d9950ebca903267cb1de436 (diff)
fix 'Childwindow slot missing' warning
and rename SID_INFOBARCONTAINER to SID_INFOBAR Change-Id: Ibe8a2925f62b43bd96d1092c98e500c8d433ac80
Diffstat (limited to 'sfx2/sdi/frmslots.sdi')
-rw-r--r--sfx2/sdi/frmslots.sdi5
1 files changed, 5 insertions, 0 deletions
diff --git a/sfx2/sdi/frmslots.sdi b/sfx2/sdi/frmslots.sdi
index 617f77f1d95f..2aa874adf32a 100644
--- a/sfx2/sdi/frmslots.sdi
+++ b/sfx2/sdi/frmslots.sdi
@@ -36,6 +36,11 @@ interface Window
ExecMethod = ChildWindowExecute ;
StateMethod = ChildWindowState ;
]
+ SID_INFOBAR // status(final|play)
+ [
+ ExecMethod = ChildWindowExecute ;
+ StateMethod = ChildWindowState ;
+ ]
SID_TASKPANE // status(final|play)
[
ExecMethod = ChildWindowExecute ;