diff options
author | Noel Grandin <noel@peralex.com> | 2013-09-16 15:36:02 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2013-09-17 09:06:16 +0200 |
commit | 6f2adb1a0421e626aa498cf722d7be573f287a11 (patch) | |
tree | ca52369861e7890fdfe88bf6da6c524ac35f36e5 /basctl/source/inc | |
parent | 90830788b1f8fd61ea86135712868aeda395edd0 (diff) |
convert basctl/source/inc/basobj.hxx from String to OUString
Change-Id: Ied011ae19ef850826f52f4ebd5a22dba0caf5d2b
Diffstat (limited to 'basctl/source/inc')
-rw-r--r-- | basctl/source/inc/basobj.hxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/basctl/source/inc/basobj.hxx b/basctl/source/inc/basobj.hxx index 99bd6b099046..cc53d9f69f81 100644 --- a/basctl/source/inc/basobj.hxx +++ b/basctl/source/inc/basobj.hxx @@ -27,7 +27,6 @@ class SbMethod; class SbModule; class SbxVariable; class StarBASIC; -class String; class SfxUInt16Item; class SfxBindings; class SfxDispatcher; @@ -39,7 +38,7 @@ namespace basctl // help methods for the general use: - SbMethod* CreateMacro( SbModule* pModule, const String& rMacroName ); + SbMethod* CreateMacro( SbModule* pModule, const OUString& rMacroName ); void RunMethod( SbMethod* pMethod ); StarBASIC* FindBasic( const SbxVariable* pVar ); @@ -48,7 +47,7 @@ namespace basctl void BasicStopped( bool* pbAppWindowDisabled = 0, bool* pbDispatcherLocked = 0, sal_uInt16* pnWaitCount = 0, SfxUInt16Item** ppSWActionCount = 0, SfxUInt16Item** ppSWLockViewCount = 0 ); - bool IsValidSbxName( const String& rName ); + bool IsValidSbxName( const OUString& rName ); BasicManager* FindBasicManager( StarBASIC* pLib ); |