From baffe9bd291da266ea731afd8c801696d8575e17 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 19 Oct 2015 11:53:41 +0200 Subject: convert com::sun::star->css in include/basic Change-Id: I40d092d1ae1391ce99d01a7e0c6cd0432a2696ca Reviewed-on: https://gerrit.libreoffice.org/19457 Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- include/basic/sbstar.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/basic/sbstar.hxx') diff --git a/include/basic/sbstar.hxx b/include/basic/sbstar.hxx index 5232c5ee3959..2e924c074a68 100644 --- a/include/basic/sbstar.hxx +++ b/include/basic/sbstar.hxx @@ -105,7 +105,7 @@ public: // Compiler-Interface SbModule* MakeModule( const OUString& rName, const OUString& rSrc ); SbModule* MakeModule32( const OUString& rName, const OUString& rSrc ); - SbModule* MakeModule32( const OUString& rName, const com::sun::star::script::ModuleInfo& mInfo, const OUString& rSrc ); + SbModule* MakeModule32( const OUString& rName, const css::script::ModuleInfo& mInfo, const OUString& rSrc ); static bool Compile( SbModule* ); static void Stop(); static void Error( SbError ); @@ -161,11 +161,11 @@ public: SbxObjectRef getRTL() { return pRtl; } bool IsDocBasic() { return bDocBasic; } SbxVariable* VBAFind( const OUString& rName, SbxClassType t ); - bool GetUNOConstant( const sal_Char* _pAsciiName, ::com::sun::star::uno::Any& aOut ); + bool GetUNOConstant( const sal_Char* _pAsciiName, css::uno::Any& aOut ); void QuitAndExitApplication(); bool IsQuitApplication() { return bQuit; }; - static ::com::sun::star::uno::Reference< ::com::sun::star::frame::XModel > + static css::uno::Reference< css::frame::XModel > GetModelFromBasic( SbxObject* pBasic ); static void DetachAllDocBasicItems(); -- cgit collabora/cd-5.3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-01-16cid#1586339 COPY_INSTEAD_OF_MOVECaolán McNamara
2024-01-02cid#1545989 COPY_INSTEAD_OF_MOVECaolán McNamara
2023-12-31cid#1546464 COPY_INSTEAD_OF_MOVECaolán McNamara
2023-12-14cid#1545211 COPY_INSTEAD_OF_MOVECaolán McNamara
2021-03-23tdf#124176 Use pragma once in s*Vincent LE GARREC
2017-10-31loplugin:constantparam in scNoel Grandin