diff options
author | Maxim Monastirsky <momonasmon@gmail.com> | 2020-02-06 01:46:53 +0200 |
---|---|---|
committer | Maxim Monastirsky <momonasmon@gmail.com> | 2020-02-07 10:49:04 +0100 |
commit | 01bc1dfde8ba8d374698085fabe8b67d4d52c69a (patch) | |
tree | 308c0de4730d96892c08394e330076a057b31624 /sc/source/ui/view/editsh.cxx | |
parent | 584c5827f549f39c92f267180889e650d3e99edf (diff) |
tdf#99693 Add Highlighting tab for Calc
Works with shapes and comments.
Change-Id: I2a91a6038ab618bf7e6fd4eb2d129a9485a47fef
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88163
Tested-by: Jenkins
Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
Diffstat (limited to 'sc/source/ui/view/editsh.cxx')
-rw-r--r-- | sc/source/ui/view/editsh.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/view/editsh.cxx b/sc/source/ui/view/editsh.cxx index c5d94206969d..bf2ebc3d75cf 100644 --- a/sc/source/ui/view/editsh.cxx +++ b/sc/source/ui/view/editsh.cxx @@ -507,7 +507,7 @@ void ScEditShell::Execute( SfxRequest& rReq ) ScAbstractDialogFactory* pFact = ScAbstractDialogFactory::Create(); ScopedVclPtr<SfxAbstractTabDialog> pDlg(pFact->CreateScCharDlg( - pViewData->GetDialogParent(), &aAttrs, pObjSh)); + pViewData->GetDialogParent(), &aAttrs, pObjSh, false)); if (nSlot == SID_CHAR_DLG_EFFECT) { pDlg->SetCurPageId("fonteffects"); |