diff options
Diffstat (limited to 'sfx2/source/control/dispatch.cxx')
-rw-r--r-- | sfx2/source/control/dispatch.cxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sfx2/source/control/dispatch.cxx b/sfx2/source/control/dispatch.cxx index 246a10d32ca5..a05abc6cb7cf 100644 --- a/sfx2/source/control/dispatch.cxx +++ b/sfx2/source/control/dispatch.cxx @@ -78,6 +78,8 @@ typedef std::vector<SfxShell*> SfxShellStack_Impl; +namespace { + struct SfxToDo_Impl { SfxShell* pCluster; @@ -104,6 +106,8 @@ struct SfxObjectBars_Impl SfxObjectBars_Impl() : eId(ToolbarId::None), nPos(0), nFlags(SfxVisibilityFlags::Invisible) {} }; +} + struct SfxDispatcher_Impl { //When the dispatched is locked, SfxRequests accumulate in aReqArr for |