From b875ceabf0bd5572e15afccc2cbedaa783badca0 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 8 Nov 2023 14:52:54 +0200 Subject: loplugin:fieldcast in SbModule Change-Id: I92084a1cf31832404aca43f0c8e2137a33978976 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159251 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/basic/sbmod.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/basic') diff --git a/include/basic/sbmod.hxx b/include/basic/sbmod.hxx index 10b54217e55b..5c369b441f92 100644 --- a/include/basic/sbmod.hxx +++ b/include/basic/sbmod.hxx @@ -39,7 +39,7 @@ typedef std::deque< sal_uInt16 > SbiBreakpoints; class SbiImage; class SbClassModuleObject; class CodeCompleteDataCache; - +class SbUnoObject; class ModuleInitDependencyMap; struct ClassModuleRunInitItem; @@ -69,7 +69,7 @@ protected: bool mbVBASupport; // Option VBASupport bool mbCompat; // Option Compatible sal_Int32 mnType; - SbxObjectRef pDocObject; // an impl object ( used by Document Modules ) + tools::SvRef pDocObject; // an impl object ( used by Document Modules ) bool bIsProxyModule; SAL_DLLPRIVATE static void implProcessModuleRunInit( ModuleInitDependencyMap& rMap, ClassModuleRunInitItem& rItem ); -- cgit