summaryrefslogtreecommitdiff
path: root/sw/source/uibase/dialog/SignatureLineDialog.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/dialog/SignatureLineDialog.cxx')
-rw-r--r--sw/source/uibase/dialog/SignatureLineDialog.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/dialog/SignatureLineDialog.cxx b/sw/source/uibase/dialog/SignatureLineDialog.cxx
index 8d3df885beff..bc2db9a9dab1 100644
--- a/sw/source/uibase/dialog/SignatureLineDialog.cxx
+++ b/sw/source/uibase/dialog/SignatureLineDialog.cxx
@@ -74,7 +74,7 @@ SignatureLineDialog::SignatureLineDialog(SwView& rView)
xProps->getPropertyValue("SignatureLineSigningInstructions") >>= aSigningInstructions;
m_xEditInstructions->set_text(aSigningInstructions);
bool bCanAddComments = false;
- xProps->getPropertyValue("SignatureLineShowSignDate") >>= bCanAddComments;
+ xProps->getPropertyValue("SignatureLineCanAddComment") >>= bCanAddComments;
m_xCheckboxCanAddComments->set_active(bCanAddComments);
bool bShowSignDate = false;
xProps->getPropertyValue("SignatureLineShowSignDate") >>= bShowSignDate;