diff options
author | Henry Castro <hcastro@collabora.com> | 2023-09-06 10:28:59 -0400 |
---|---|---|
committer | Henry Castro <hcastro@collabora.com> | 2023-09-15 16:06:30 +0200 |
commit | 7cbe8dda1c45ed770194e820c542b237c5b8aae0 (patch) | |
tree | 56b67fa2f22b960d1a6d406131a11887021a2d34 /uui | |
parent | 81fa0ab10b9acabe9b7f8ce9a8d7b1c0765bfdfc (diff) |
lok: implement "handleLoadReadOnlyRequest"
Is used for interaction handle to query user decision
regarding to open the document read only.
Signed-off-by: Henry Castro <hcastro@collabora.com>
Change-Id: Ia945eae7b1627d57d6211ae92a784d50313c2627
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156623
Reviewed-by: Ashod Nakashian <ash@collabora.com>
Diffstat (limited to 'uui')
-rw-r--r-- | uui/source/iahndl-errorhandler.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/uui/source/iahndl-errorhandler.cxx b/uui/source/iahndl-errorhandler.cxx index 5e758da9515c..765e7d077182 100644 --- a/uui/source/iahndl-errorhandler.cxx +++ b/uui/source/iahndl-errorhandler.cxx @@ -94,7 +94,6 @@ executeErrorDialog( break; } - switch (nButtonMask) { case MessageBoxStyle::NONE: |