diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-12-03 17:21:22 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-12-03 18:52:50 +0100 |
commit | df46e7452db180f2db2f786951ec1b0816454558 (patch) | |
tree | 30a87e25d0a63cbec1b07daad8dbc352bdaa1b06 | |
parent | be80b108daa0aa1db78b70c9c477d652b11d14a0 (diff) |
forgot to remove the ref mode after closing the dialog
Change-Id: I3c0079fbbd5f763497549c5cf9dcd36c6b20ac77
-rw-r--r-- | sc/source/ui/view/cellsh1.cxx | 3 |
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; |