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

[loplugin:literaltoboolconversion]

Change-Id: I9303249880ea0eb2f354fd3ae20c9eb3607a836b
üst 61cf536f
...@@ -547,7 +547,7 @@ void SwTxtInputFld::UpdateFieldContent() ...@@ -547,7 +547,7 @@ void SwTxtInputFld::UpdateFieldContent()
{ {
const_cast<SwInputField*>(pInputFld)->applyFieldContent( aNewFieldContent ); const_cast<SwInputField*>(pInputFld)->applyFieldContent( aNewFieldContent );
// trigger update of fields for scenarios in which the Input Field's content is part of e.g. a table formula // trigger update of fields for scenarios in which the Input Field's content is part of e.g. a table formula
GetTxtNode().GetDoc()->GetUpdtFlds().SetFieldsDirty( sal_True ); GetTxtNode().GetDoc()->GetUpdtFlds().SetFieldsDirty(true);
} }
} }
} }
......
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