summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-03-04 16:45:29 +0000
committerMichael Stahl <mstahl@redhat.com>2016-03-07 12:36:38 +0000
commite013830e996cb571b0f4acebd2776ca3193b663b (patch)
treee9075366a248705019496c0f4871bc9111b478dc /sw
parentf0b889e37f2e40163a02c6ca65c4962fa699b383 (diff)
Resolves: tdf#98399 RET_USER_CANCEL is non-zero and returned on cancel
Change-Id: Id4231454dfb34cac6ee89d63beb18a83c63a44c1 (cherry picked from commit cd9a5cf4312a2dc0c1ecbf682c67ca08862cdde0) Reviewed-on: https://gerrit.libreoffice.org/22912 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'sw')
-rw-r--r--sw/source/uibase/shells/grfsh.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/shells/grfsh.cxx b/sw/source/uibase/shells/grfsh.cxx
index cbd82f15aec1..20614a0e2659 100644
--- a/sw/source/uibase/shells/grfsh.cxx
+++ b/sw/source/uibase/shells/grfsh.cxx
@@ -355,7 +355,7 @@ void SwGrfShell::Execute(SfxRequest &rReq)
if (nSlot == FN_DRAW_WRAP_DLG)
pDlg->SetCurPageId("wrap");
- if( pDlg->Execute() )
+ if (pDlg->Execute() == RET_OK)
{
rSh.StartAllAction();
rSh.StartUndo(UNDO_START);