summaryrefslogtreecommitdiff
path: root/sd/source/ui/slidesorter/inc/controller/SlsClipboard.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/slidesorter/inc/controller/SlsClipboard.hxx')
-rw-r--r--sd/source/ui/slidesorter/inc/controller/SlsClipboard.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/slidesorter/inc/controller/SlsClipboard.hxx b/sd/source/ui/slidesorter/inc/controller/SlsClipboard.hxx
index 546facbf0e2e..5caeba792722 100644
--- a/sd/source/ui/slidesorter/inc/controller/SlsClipboard.hxx
+++ b/sd/source/ui/slidesorter/inc/controller/SlsClipboard.hxx
@@ -66,7 +66,7 @@ public:
transferable. The returned transferable is set up with all
information necessary so that it can be dropped on a slide sorter.
*/
- static std::shared_ptr<SdTransferable::UserData> CreateTransferableUserData (SdTransferable* pTransferable);
+ static ::boost::shared_ptr<SdTransferable::UserData> CreateTransferableUserData (SdTransferable* pTransferable);
void HandleSlotCall (SfxRequest& rRequest);
ctor initialization in vclJulien Nabet 2021-09-28gives names to all the Idles and TasksNoel Grandin 2021-09-20clean up ambiguous confusing rectangle APIs like IsInside()Luboš Luňák 2021-05-17split OutputDevice from WindowNoel Grandin 2021-03-14loplugin:unusedmethodsNoel 2021-03-11use strong_int for item ids in vcl::ToolBoxNoel 2021-03-03vcl/floatwin.hxx can be toolkit only nowCaolán McNamara 2021-02-27hide some FloatingWindow detailsCaolán McNamara 2021-02-25drop archaic rollable supportCaolán McNamara 2021-02-25drop WB_ROLLABLECaolán McNamara 2021-01-19Related: tdf#135617 grab focus after shownCaolán McNamara 2020-12-14add a way to undo ImplConvertToAbsPosCaolán McNamara