summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-12-03 17:21:22 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-12-03 18:52:50 +0100
commitdf46e7452db180f2db2f786951ec1b0816454558 (patch)
tree30a87e25d0a63cbec1b07daad8dbc352bdaa1b06 /sc
parentbe80b108daa0aa1db78b70c9c477d652b11d14a0 (diff)
forgot to remove the ref mode after closing the dialog
Change-Id: I3c0079fbbd5f763497549c5cf9dcd36c6b20ac77
Diffstat (limited to 'sc')
-rw-r--r--sc/source/ui/view/cellsh1.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/sc/source/ui/view/cellsh1.cxx b/sc/source/ui/view/cellsh1.cxx
index d8c03fdd06dd..ccbf388583fb 100644
--- a/sc/source/ui/view/cellsh1.cxx
+++ b/sc/source/ui/view/cellsh1.cxx
@@ -1822,6 +1822,9 @@ void ScCellShell::ExecuteEdit( SfxRequest& rReq )
}
pCondFormatDlg->Execute();
+ pScMod->SetRefDialog( nId, false );
+
+
}
break;