summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/View.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/inc/View.hxx')
-rw-r--r--sd/source/ui/inc/View.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/inc/View.hxx b/sd/source/ui/inc/View.hxx
index 8e47f46d4e3f..e8c4e370b876 100644
--- a/sd/source/ui/inc/View.hxx
+++ b/sd/source/ui/inc/View.hxx
@@ -102,12 +102,12 @@ public:
DropTargetHelper& rTargetHelper,
::sd::Window* pTargetWindow,
sal_uInt16 nPage,
- sal_uInt16 nLayer = SDRPAGE_NOTFOUND);
+ sal_uInt16 nLayer);
virtual sal_Int8 ExecuteDrop (
const ExecuteDropEvent& rEvt,
::sd::Window* pTargetWindow,
sal_uInt16 nPage,
- sal_uInt16 nLayer = SDRPAGE_NOTFOUND);
+ sal_uInt16 nLayer);
css::uno::Reference<css::datatransfer::XTransferable>
CreateClipboardDataObject (::sd::View*, vcl::Window& rWindow);