summaryrefslogtreecommitdiff
path: root/include/basic/sbstar.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-10-19 11:53:41 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-10-20 07:03:51 +0000
commitbaffe9bd291da266ea731afd8c801696d8575e17 (patch)
tree724154de78aef1dcc17dccbb353ee8f225d011e2 /include/basic/sbstar.hxx
parentf4688de63ec5a6957a619e247b0d84118b9f6851 (diff)
convert com::sun::star->css in include/basic
Change-Id: I40d092d1ae1391ce99d01a7e0c6cd0432a2696ca Reviewed-on: https://gerrit.libreoffice.org/19457 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include/basic/sbstar.hxx')
-rw-r--r--include/basic/sbstar.hxx6
1 files changed, 3 insertions, 3 deletions
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();