summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-04-27 18:20:34 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-04-28 10:21:11 +0200
commitc1a4cd6c4e0dc79bcebfc050f17963cc8f642ce3 (patch)
tree402b667e0325bcd2705ffeb9320efc5fd2a48fc8 /extensions
parent5c859f4f91fa99fc59ef4cd3ebc7b1a762e172f8 (diff)
Dialog::Execute return type is short/VclResponseType
Change-Id: I40fb77dff3112ee154d6d413757af6593486280d
Diffstat (limited to 'extensions')
-rw-r--r--extensions/source/scanner/sanedlg.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/scanner/sanedlg.cxx b/extensions/source/scanner/sanedlg.cxx
index e30c771ac487..ae9c4d5cc00d 100644
--- a/extensions/source/scanner/sanedlg.cxx
+++ b/extensions/source/scanner/sanedlg.cxx
@@ -258,7 +258,7 @@ short SaneDlg::Execute()
{
MessageDialog aErrorBox(NULL, SaneResId(STR_COULD_NOT_BE_INIT));
aErrorBox.Execute();
- return sal_False;
+ return RET_CANCEL;
}
LoadState();
return ModalDialog::Execute();