Kaydet (Commit) cab7e303 authored tarafından Michael Stahl's avatar Michael Stahl

VBA_InsertModule: warning C4804 usafe use of type bool

Change-Id: I30ccda99df845a0c088fb8e3c3dae8a7be9775f7
üst e06575d4
......@@ -1006,7 +1006,7 @@ sal_uLong ScDocument::TransferTab( ScDocument* pSrcDoc, SCTAB nSrcPos,
{
rtl::OUString aLibName("Standard");
const BasicManager *pBasicManager = pSrcShell->GetBasicManager();
if (pBasicManager && !pBasicManager->GetName().isEmpty() > 0)
if (pBasicManager && !pBasicManager->GetName().isEmpty())
{
aLibName = pSrcShell->GetBasicManager()->GetName();
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment