Kaydet (Commit) 5f5726d8 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Use bool and not sal_Bool, says a plugin

Change-Id: I1714a609ecb520260b99f361e4ed65bdc77ddddc
üst 697b73f4
...@@ -546,7 +546,7 @@ SwWordBasic::FileClose( const css::uno::Any& Save ) ...@@ -546,7 +546,7 @@ SwWordBasic::FileClose( const css::uno::Any& Save )
{ {
uno::Reference< frame::XModel > xModel( mpApp->getCurrentDocument(), uno::UNO_SET_THROW ); uno::Reference< frame::XModel > xModel( mpApp->getCurrentDocument(), uno::UNO_SET_THROW );
sal_Bool bSave = false; bool bSave = false;
if (Save.hasValue() && (Save >>= bSave) && bSave) if (Save.hasValue() && (Save >>= bSave) && bSave)
FileSave(); FileSave();
......
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