Kaydet (Commit) b9bcc9ff authored tarafından Stephan Bergmann's avatar Stephan Bergmann

DBG_PRINT_ENTRY expects a 4th arg of type int

Change-Id: Id89f3436d9f9e142d8845381b483bdf8697dd1da
üst e8db4aac
......@@ -255,7 +255,7 @@ sal_Int16 SAL_CALL SalAquaFilePicker::execute() throw( uno::RuntimeException )
void SAL_CALL SalAquaFilePicker::setMultiSelectionMode( sal_Bool bMode ) throw( uno::RuntimeException )
{
DBG_PRINT_ENTRY(CLASS_NAME, __func__, "multiSelectable?", bMode);
DBG_PRINT_ENTRY(CLASS_NAME, __func__, "multiSelectable?", int(bMode));
SolarMutexGuard aGuard;
......
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