summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc
diff options
context:
space:
mode:
authorPranam Lashkari <lpranam@collabora.com>2020-05-26 21:15:18 +0530
committerAndras Timar <andras.timar@collabora.com>2020-06-11 09:14:23 +0200
commit3ebb1523608959137b2a877b9db06edac653d3a7 (patch)
tree7ac26b35f75882469915c9d843ce2b85196f1ed4 /sd/source/ui/inc
parentc5d2ce18870291cac0d799f7c6217af6b98660fc (diff)
LOK: duplicating multiple slides
Change-Id: Ic2e870bf2ec3b236e2babf6c090bf3ec1978776e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94819 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Andras Timar <andras.timar@collabora.com>
Diffstat (limited to 'sd/source/ui/inc')
-rw-r--r--sd/source/ui/inc/DrawViewShell.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sd/source/ui/inc/DrawViewShell.hxx b/sd/source/ui/inc/DrawViewShell.hxx
index a96f3ec15e22..cd283c76fa57 100644
--- a/sd/source/ui/inc/DrawViewShell.hxx
+++ b/sd/source/ui/inc/DrawViewShell.hxx
@@ -451,6 +451,8 @@ private:
SdPage* pPage,
const sal_Int32 nInsertPosition = -1) override;
+ void DuplicateSelectedSlides (SfxRequest& rRequest);
+
css::uno::Reference< css::scanner::XScannerManager2 > mxScannerManager;
css::uno::Reference< css::lang::XEventListener > mxScannerListener;
rtl::Reference<TransferableClipboardListener> mxClipEvtLstnr;