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

scripting: warning C4804 usafe use of type bool

Change-Id: I2db644a3c18658b07834fe6653b17713fd8201a7
üst 16d8a8c3
......@@ -915,7 +915,7 @@ EventListener::firing_Impl(const ScriptEvent& evt, Any* pRet ) throw(RuntimeExce
//rtl::OUString sMacroLoc("Project");
sProject = "Standard";
if ( !pBasicManager->GetName().isEmpty() > 0 )
if (!pBasicManager->GetName().isEmpty())
{
sProject = pBasicManager->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