summaryrefslogtreecommitdiffstats
path: root/sd/source/ui/inc/ViewClipboard.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/inc/ViewClipboard.hxx')
-rw-r--r--sd/source/ui/inc/ViewClipboard.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/inc/ViewClipboard.hxx b/sd/source/ui/inc/ViewClipboard.hxx
index c61cbef0a637..86f3bbaaf7f6 100644
--- a/sd/source/ui/inc/ViewClipboard.hxx
+++ b/sd/source/ui/inc/ViewClipboard.hxx
@@ -40,7 +40,7 @@ public:
/** Handle the drop of a drag-and-drop action where the transferable
contains a set of pages.
*/
- virtual void HandlePageDrop (const SdTransferable& rTransferable);
+ void HandlePageDrop (const SdTransferable& rTransferable);
protected:
::sd::View& mrView;
@@ -54,7 +54,7 @@ protected:
/** Assign the (first) master page of the given transferable to the
(...) slide.
*/
- virtual void AssignMasterPage (
+ void AssignMasterPage (
const SdTransferable& rTransferable,
SdPage* pMasterPage);