Kaydet (Commit) 2f70e611 authored tarafından Caolán McNamara's avatar Caolán McNamara

support overwrite-mode

Change-Id: I6133aedbebd3ca358e2b916469873c38fc7453cb
Reviewed-on: https://gerrit.libreoffice.org/69761
Tested-by: Jenkins
Reviewed-by: 's avatarCaolán McNamara <caolanm@redhat.com>
Tested-by: 's avatarCaolán McNamara <caolanm@redhat.com>
üst c5266891
......@@ -195,6 +195,10 @@ bool Edit::set_property(const OString &rKey, const OUString &rValue)
{
SetReadOnly(!toBool(rValue));
}
else if (rKey == "overwrite-mode")
{
SetInsertMode(!toBool(rValue));
}
else if (rKey == "visibility")
{
mbPassword = false;
......
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