diff options
author | Noel Grandin <noelgrandin@gmail.com> | 2021-08-30 21:53:22 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-08-31 16:20:52 +0200 |
commit | 7955fe46e226d74732993454e18be6835659c11c (patch) | |
tree | a2026c97ba66668b31d1e2c176f6b750568c52be /include | |
parent | 8a45eac81686ccc06b7f028594770ad18ae66057 (diff) |
flatten SfxObjectShellArr_Impl
Change-Id: I97e3ea18ce17c63ae95d7755a32c602b88373370
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121337
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include')
-rw-r--r-- | include/sfx2/app.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/sfx2/app.hxx b/include/sfx2/app.hxx index de32df639728..fd8e556c7af1 100644 --- a/include/sfx2/app.hxx +++ b/include/sfx2/app.hxx @@ -41,7 +41,6 @@ class SfxDispatcher; class SfxEventHint; class SfxItemSet; class SfxObjectShell; -class SfxObjectShellArr_Impl; class SfxObjectShellLock; class SfxProgress; class SfxSlotPool; @@ -174,7 +173,7 @@ public: SAL_DLLPRIVATE SfxChildWinFactory* GetChildWinFactoryById(sal_uInt16 nId) const; SAL_DLLPRIVATE std::vector<SfxViewFrame*>& GetViewFrames_Impl() const; SAL_DLLPRIVATE std::vector<SfxViewShell*>& GetViewShells_Impl() const; - SAL_DLLPRIVATE SfxObjectShellArr_Impl& GetObjectShells_Impl() const; + SAL_DLLPRIVATE std::vector<SfxObjectShell*>& GetObjectShells_Impl() const; SAL_DLLPRIVATE void SetViewFrame_Impl(SfxViewFrame *pViewFrame); // Slot Methods |