diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-08-09 12:32:07 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-08-09 12:47:03 +0100 |
commit | 16f75f1f773035df36437763588d5a3acbb70935 (patch) | |
tree | 3d35c0f147b6d7889d9f847179785e3cdf2075e5 /basic/inc | |
parent | 490b51371dede5910fed770fe70fd1870db0fffa (diff) |
reduce static_initialization_and_destruction chain
Change-Id: I9fdefd428b858fd5581412d6f8e896a0eb680fef
Diffstat (limited to 'basic/inc')
-rw-r--r-- | basic/inc/basic/sbstar.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/basic/inc/basic/sbstar.hxx b/basic/inc/basic/sbstar.hxx index 1b0cd71972c4..6a75304ee9f2 100644 --- a/basic/inc/basic/sbstar.hxx +++ b/basic/inc/basic/sbstar.hxx @@ -172,7 +172,7 @@ public: SbxObjectRef getRTL( void ) { return pRtl; } sal_Bool IsDocBasic() { return bDocBasic; } - SbxVariable* VBAFind( const String& rName, SbxClassType t ); + SbxVariable* VBAFind( const rtl::OUString& rName, SbxClassType t ); bool GetUNOConstant( const sal_Char* _pAsciiName, ::com::sun::star::uno::Any& aOut ); void QuitAndExitApplication(); sal_Bool IsQuitApplication() { return bQuit; }; |