[Libreoffice-commits] core.git: sw/source
Michael Stahl
mstahl at redhat.com
Tue Jul 15 02:28:15 PDT 2014
sw/source/core/txtnode/atrfld.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 51add78184c7c5facdf98e7edf52c023522c3525
Author: Michael Stahl <mstahl at redhat.com>
Date: Tue Jul 15 11:09:07 2014 +0200
[loplugin:literaltoboolconversion]
Change-Id: I9303249880ea0eb2f354fd3ae20c9eb3607a836b
diff --git a/sw/source/core/txtnode/atrfld.cxx b/sw/source/core/txtnode/atrfld.cxx
index 035743b..2ea5d58 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);
}
}
}
More information about the Libreoffice-commits
mailing list