summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/DrawViewShell.hxx
diff options
context:
space:
mode:
authorAndre Fischer <af@openoffice.org>2010-03-11 18:35:45 +0100
committerAndre Fischer <af@openoffice.org>2010-03-11 18:35:45 +0100
commitab3853cc3cd60a0c9a98e20d00568fca99bb01dc (patch)
treebd3829e28957e83e414eb8092e27e035c649ebb2 /sd/source/ui/inc/DrawViewShell.hxx
parentb21a5ef9255b086a639c0d615f104062f92f4ab9 (diff)
renaissance1: #i107215# Duplicating several slides inserts them in single row after selection.
Diffstat (limited to 'sd/source/ui/inc/DrawViewShell.hxx')
-rw-r--r--sd/source/ui/inc/DrawViewShell.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sd/source/ui/inc/DrawViewShell.hxx b/sd/source/ui/inc/DrawViewShell.hxx
index b9a3e062955b..f22352ab6f71 100644
--- a/sd/source/ui/inc/DrawViewShell.hxx
+++ b/sd/source/ui/inc/DrawViewShell.hxx
@@ -453,7 +453,8 @@ private:
virtual SdPage* CreateOrDuplicatePage (
SfxRequest& rRequest,
PageKind ePageKind,
- SdPage* pPage);
+ SdPage* pPage,
+ const sal_Int32 nInsertPosition = -1);
::com::sun::star::uno::Reference< ::com::sun::star::scanner::XScannerManager > mxScannerManager;
::com::sun::star::uno::Reference< ::com::sun::star::lang::XEventListener > mxScannerListener;