Kaydet (Commit) 7e4db91a authored tarafından Noel Grandin's avatar Noel Grandin Kaydeden (comit) Michael Stahl

Convert SfxShellStack_Impl from SfxPtrArr to std::vector

Change-Id: I1ffd615a505029242a87337c9ef42c8156c42d70
Reviewed-on: https://gerrit.libreoffice.org/3394Reviewed-by: 's avatarMichael Stahl <mstahl@redhat.com>
Tested-by: 's avatarMichael Stahl <mstahl@redhat.com>
üst af4a9471
...@@ -28,11 +28,11 @@ ...@@ -28,11 +28,11 @@
#include <sfx2/bindings.hxx> #include <sfx2/bindings.hxx>
#include <sfx2/viewfrm.hxx> #include <sfx2/viewfrm.hxx>
#include <map> #include <map>
#include <vector>
class SfxSlotServer; class SfxSlotServer;
class SfxShell; class SfxShell;
class SfxRequest; class SfxRequest;
class SfxShellStack_Impl;
class SfxHintPoster; class SfxHintPoster;
class SfxViewFrame; class SfxViewFrame;
class SfxBindings; class SfxBindings;
...@@ -41,6 +41,8 @@ class SfxPopupMenuManager; ...@@ -41,6 +41,8 @@ class SfxPopupMenuManager;
class SfxModule; class SfxModule;
struct SfxDispatcher_Impl; struct SfxDispatcher_Impl;
typedef std::vector<SfxShell*> SfxShellStack_Impl;
namespace com namespace com
{ {
namespace sun namespace sun
......
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