diff options
author | Sahil Gautam <sahil@libreoffice.org> | 2024-03-04 04:22:03 +0530 |
---|---|---|
committer | Thorsten Behrens <thorsten.behrens@allotropia.de> | 2024-04-20 21:58:10 +0200 |
commit | 05a1217921b7be283c6750a35b90e4feda6e993e (patch) | |
tree | b4cd353766c608d0b0bd8b4bd36f57f164e2449a /sc/source/ui/attrdlg/scdlgfact.hxx | |
parent | 64743ee6bc9567015f164333ed9b508542017337 (diff) |
tdf#80390 Extend InsertCells Dialog to allow adding a set of Rows/Columns
Change-Id: I103574d720fef685b806943672a2aeb1fbf87097
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/164316
Tested-by: Jenkins
Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
Diffstat (limited to 'sc/source/ui/attrdlg/scdlgfact.hxx')
-rw-r--r-- | sc/source/ui/attrdlg/scdlgfact.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/source/ui/attrdlg/scdlgfact.hxx b/sc/source/ui/attrdlg/scdlgfact.hxx index 4644ff4b35e2..e1c2d0f52df3 100644 --- a/sc/source/ui/attrdlg/scdlgfact.hxx +++ b/sc/source/ui/attrdlg/scdlgfact.hxx @@ -266,6 +266,7 @@ public: virtual short Execute() override; virtual bool StartExecuteAsync(VclAbstractDialog::AsyncContext &rCtx) override; virtual InsCellCmd GetInsCellCmd() const override ; + virtual size_t GetCount() const override ; }; class AbstractScInsertContentsDlg_Impl : public AbstractScInsertContentsDlg |