summaryrefslogtreecommitdiff
path: root/include/sfx2/module.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@gmail.com>2021-08-30 20:41:38 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2021-08-31 08:10:47 +0200
commit1ff8e0a958685fbaf63fbc2d4c766a76869d4879 (patch)
tree84ec5d17e4618f98841dd1f3fa90e15f4714f310 /include/sfx2/module.hxx
parentd87acc9fed5fd42588f593ac5e1bfca8308499dd (diff)
flatten SfxChildWinFactArr_Imp
it's just a vector with no additional intelligence Change-Id: I91d014783e79130689b4f6eadb3ef6d8486227e6 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121324 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/sfx2/module.hxx')
-rw-r--r--include/sfx2/module.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/sfx2/module.hxx b/include/sfx2/module.hxx
index d1ddf87128c4..707d03cc4a25 100644
--- a/include/sfx2/module.hxx
+++ b/include/sfx2/module.hxx
@@ -38,7 +38,6 @@ struct SfxTbxCtrlFactory;
class SfxTabPage;
class SfxTbxCtrlFactArr_Impl;
class SfxStbCtrlFactArr_Impl;
-class SfxChildWinFactArr_Impl;
namespace com::sun::star::frame {
class XFrame;
@@ -98,7 +97,7 @@ public:
SAL_DLLPRIVATE SfxTbxCtrlFactArr_Impl* GetTbxCtrlFactories_Impl() const;
SAL_DLLPRIVATE SfxStbCtrlFactArr_Impl* GetStbCtrlFactories_Impl() const;
- SAL_DLLPRIVATE SfxChildWinFactArr_Impl* GetChildWinFactories_Impl() const;
+ SAL_DLLPRIVATE SfxChildWinFactory* GetChildWinFactoryById(sal_uInt16 nId) const;
};
#endif