summaryrefslogtreecommitdiff
path: root/basctl
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-08-23 14:04:30 +0200
committerNoel Grandin <noel@peralex.com>2013-08-29 09:30:04 +0200
commit08295933f7f900acd64bbe0668113d1c77b17a79 (patch)
treeb31bbeeea78510369d9331b6b3376489932fd31d /basctl
parent15b9cf2802f1163f43563d4ba2d19942356fa5cc (diff)
convert include/sfx2/minfitem.hxx from String to OUString
Change-Id: Idbfe79a6f7f7dbadcd12256b6b99cffd1f23d5d7
Diffstat (limited to 'basctl')
-rw-r--r--basctl/source/basicide/basides1.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/basctl/source/basicide/basides1.cxx b/basctl/source/basicide/basides1.cxx
index 578940f2ce96..56b6f8d1bb0f 100644
--- a/basctl/source/basicide/basides1.cxx
+++ b/basctl/source/basicide/basides1.cxx
@@ -306,7 +306,7 @@ void Shell::ExecuteGlobal( SfxRequest& rReq )
SbModule* pModule = pBasic->FindModule( rInfo.GetModule() );
if ( !pModule )
{
- if ( rInfo.GetModule().Len() || !pBasic->GetModules()->Count() )
+ if ( !rInfo.GetModule().isEmpty() || !pBasic->GetModules()->Count() )
{
OUString aModName = rInfo.GetModule();