Kaydet (Commit) 993deeae authored tarafından Caolán McNamara's avatar Caolán McNamara

fix 'Childwindow slot missing' warning

and rename SID_INFOBARCONTAINER to SID_INFOBAR

Change-Id: Ibe8a2925f62b43bd96d1092c98e500c8d433ac80
üst 0aa25403
...@@ -572,7 +572,7 @@ ...@@ -572,7 +572,7 @@
#define SID_SIDEBAR (SID_SVX_START + 336) #define SID_SIDEBAR (SID_SVX_START + 336)
#define SID_HYPERLINK_GETLINK (SID_SVX_START + 361) #define SID_HYPERLINK_GETLINK (SID_SVX_START + 361)
#define SID_HYPERLINK_SETLINK (SID_SVX_START + 362) #define SID_HYPERLINK_SETLINK (SID_SVX_START + 362)
#define SID_INFOBARCONTAINER (SID_SVX_START + 365) #define SID_INFOBAR (SID_SVX_START + 365)
#define SID_NAVIGATOR (SID_SVX_START + 366) #define SID_NAVIGATOR (SID_SVX_START + 366)
#define SID_TASKPANE (SID_SVX_START + 370) #define SID_TASKPANE (SID_SVX_START + 370)
#define SID_ZOOM_NEXT (SID_SVX_START + 402) #define SID_ZOOM_NEXT (SID_SVX_START + 402)
......
...@@ -36,6 +36,11 @@ interface Window ...@@ -36,6 +36,11 @@ interface Window
ExecMethod = ChildWindowExecute ; ExecMethod = ChildWindowExecute ;
StateMethod = ChildWindowState ; StateMethod = ChildWindowState ;
] ]
SID_INFOBAR // status(final|play)
[
ExecMethod = ChildWindowExecute ;
StateMethod = ChildWindowState ;
]
SID_TASKPANE // status(final|play) SID_TASKPANE // status(final|play)
[ [
ExecMethod = ChildWindowExecute ; ExecMethod = ChildWindowExecute ;
......
...@@ -3497,7 +3497,6 @@ SfxVoidItem NameChangedOnTab SID_BASICIDE_NAMECHANGEDONTAB ...@@ -3497,7 +3497,6 @@ SfxVoidItem NameChangedOnTab SID_BASICIDE_NAMECHANGEDONTAB
SfxBoolItem Navigator SID_NAVIGATOR SfxBoolItem Navigator SID_NAVIGATOR
[ [
/* flags: */ /* flags: */
AutoUpdate = TRUE, AutoUpdate = TRUE,
...@@ -3522,6 +3521,30 @@ SfxBoolItem Navigator SID_NAVIGATOR ...@@ -3522,6 +3521,30 @@ SfxBoolItem Navigator SID_NAVIGATOR
GroupId = GID_NAVIGATOR; GroupId = GID_NAVIGATOR;
] ]
SfxBoolItem InfoBar SID_INFOBAR
[
/* flags: */
AutoUpdate = FALSE,
Cachable = Cachable,
FastCall = FALSE,
HasCoreId = FALSE,
HasDialog = FALSE,
ReadOnlyDoc = TRUE,
Toggle = FALSE,
Container = FALSE,
RecordAbsolute = FALSE,
RecordPerSet;
Synchron;
Readonly = FALSE,
/* config: */
AccelConfig = TRUE,
MenuConfig = TRUE,
StatusBarConfig = FALSE,
ToolBoxConfig = TRUE,
GroupId = GID_DOCUMENT;
]
SfxBoolItem TaskPane SID_TASKPANE SfxBoolItem TaskPane SID_TASKPANE
[ [
......
...@@ -315,7 +315,7 @@ void SfxInfoBarContainerWindow::Resize( ) ...@@ -315,7 +315,7 @@ void SfxInfoBarContainerWindow::Resize( )
} }
} }
SFX_IMPL_POS_CHILDWINDOW_WITHID( SfxInfoBarContainerChild, SID_INFOBARCONTAINER, SFX_OBJECTBAR_OBJECT ); SFX_IMPL_POS_CHILDWINDOW_WITHID( SfxInfoBarContainerChild, SID_INFOBAR, SFX_OBJECTBAR_OBJECT );
SfxInfoBarContainerChild::SfxInfoBarContainerChild( vcl::Window* _pParent, sal_uInt16 nId, SfxBindings* pBindings, SfxChildWinInfo* ) : SfxInfoBarContainerChild::SfxInfoBarContainerChild( vcl::Window* _pParent, sal_uInt16 nId, SfxBindings* pBindings, SfxChildWinInfo* ) :
SfxChildWindow( _pParent, nId ), SfxChildWindow( _pParent, nId ),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment