Kaydet (Commit) 3d60346f authored tarafından Noel Grandin's avatar Noel Grandin

remove unused OBJECTBAR from SfxChildIdentifier enum

Change-Id: I45b02055d18ca201341c61a1558ee5b0c58d7ba8
üst 7f309cf3
......@@ -1524,9 +1524,6 @@ void SfxWorkWindow::ConfigChild_Impl(SfxChildIdentifier eChild,
vcl::Window *pWin=nullptr;
SfxChildWin_Impl *pCW = nullptr;
if ( eChild == SfxChildIdentifier::OBJECTBAR )
return;
// configure direct childwindow
for (SfxChildWin_Impl* i : aChildWins)
{
......
......@@ -133,7 +133,6 @@ struct SfxChildWin_Impl
enum class SfxChildIdentifier
{
OBJECTBAR,
DOCKINGWINDOW,
SPLITWINDOW
};
......
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