diff options
author | Michael Stahl <mstahl@redhat.com> | 2014-07-15 11:09:07 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2014-07-15 11:23:56 +0200 |
commit | 51add78184c7c5facdf98e7edf52c023522c3525 (patch) | |
tree | 7fbf78cff4976afb040cb39aa8873d1b6a3daa3e /sw | |
parent | 61cf536f0400284a5ff85d1a84c9dee72ead3fbf (diff) |
[loplugin:literaltoboolconversion]
Change-Id: I9303249880ea0eb2f354fd3ae20c9eb3607a836b
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/core/txtnode/atrfld.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/txtnode/atrfld.cxx b/sw/source/core/txtnode/atrfld.cxx index 035743b55ef0..2ea5d5800a89 100644 --- a/sw/source/core/txtnode/atrfld.cxx +++ b/sw/source/core/txtnode/atrfld.cxx @@ -547,7 +547,7 @@ void SwTxtInputFld::UpdateFieldContent() { 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 - GetTxtNode().GetDoc()->GetUpdtFlds().SetFieldsDirty( sal_True ); + GetTxtNode().GetDoc()->GetUpdtFlds().SetFieldsDirty(true); } } } |