summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2024-01-24 12:36:03 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2024-01-25 07:01:15 +0100
commitc38ebb561211e55d0a7eb5d2e3db6975f0cadbfc (patch)
tree831167652933f138bb67b755b9f22096ed9e4f80 /sc/source/ui/inc
parent9aedbd5bfdb5dbad49fb448eaa34ba7db23805cb (diff)
split out set-bg-col logic from ScTabViewShell::ExecuteTable
Change-Id: I528d99fbd8e369a0ceaa51184e336d24a4510706 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162510 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc/source/ui/inc')
-rw-r--r--sc/source/ui/inc/tabvwsh.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/source/ui/inc/tabvwsh.hxx b/sc/source/ui/inc/tabvwsh.hxx
index 1191669f09c7..a5cafcb885d2 100644
--- a/sc/source/ui/inc/tabvwsh.hxx
+++ b/sc/source/ui/inc/tabvwsh.hxx
@@ -459,6 +459,7 @@ private:
void ExecuteInsertTable( SfxRequest& rReq );
void DoInsertTableFromDialog( SfxRequest& rReq, const VclPtr<AbstractScInsertTableDlg>& pDlg );
void ExecuteAppendOrRenameTable( SfxRequest& rReq );
+ void ExecuteSetTableBackgroundCol( SfxRequest& rReq );
};
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */