diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-09-18 08:20:19 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-09-18 15:02:58 +0200 |
commit | f48c9d59cc1799d7eb1523af9e3b2df147676d22 (patch) | |
tree | 1ab9764d34d1be32760989054517bbeb11c5f8f0 /basic/source/basmgr | |
parent | 7da920fa17b4006b2d26cd3963d5cedf0a375a41 (diff) |
use more concrete UNO in basic
Change-Id: I6606008d9b45e00295cf441a7321a677d62317f2
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/173581
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Jenkins
Diffstat (limited to 'basic/source/basmgr')
-rw-r--r-- | basic/source/basmgr/basmgr.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/basic/source/basmgr/basmgr.cxx b/basic/source/basmgr/basmgr.cxx index 985f66e0f3f2..17e5d1760bbc 100644 --- a/basic/source/basmgr/basmgr.cxx +++ b/basic/source/basmgr/basmgr.cxx @@ -2045,7 +2045,7 @@ typedef WeakImplHelper< script::XStarBasicAccess > StarBasicAccessHelper; class StarBasicAccess_Impl : public StarBasicAccessHelper { BasicManager* mpMgr; - uno::Reference< container::XNameContainer > mxLibContainer; + rtl::Reference< LibraryContainer_Impl > mxLibContainer; public: explicit StarBasicAccess_Impl( BasicManager* pMgr ) |