summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
Diffstat (limited to 'sw')
-rw-r--r--sw/source/core/txtnode/atrfld.cxx2
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);
}
}
}