From 398bbde8231e77bd4106c09c34839f0f16f2f7ee Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 25 Jan 2018 11:50:14 +0200 Subject: expand out SdrObjectWeakRef and SdrPageWeakRef typedefs Change-Id: Icacc7354df4a927533e6fec072cdd527e4c57b96 Reviewed-on: https://gerrit.libreoffice.org/48566 Tested-by: Jenkins Reviewed-by: Noel Grandin --- sd/inc/OutlinerIterator.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sd/inc/OutlinerIterator.hxx') diff --git a/sd/inc/OutlinerIterator.hxx b/sd/inc/OutlinerIterator.hxx index 8271916d8b0a..38899e763709 100644 --- a/sd/inc/OutlinerIterator.hxx +++ b/sd/inc/OutlinerIterator.hxx @@ -224,7 +224,7 @@ private: This specifies at which object the iterator points initially. */ static Iterator CreateSelectionIterator ( - const ::std::vector& rObjectList, + const ::std::vector<::tools::WeakReference>& rObjectList, SdDrawDocument* pDocument, const std::shared_ptr& rpViewShell, bool bDirectionIsForward, @@ -297,7 +297,7 @@ public: bool operator== (const IteratorPosition& aPosition) const; /// Pointer to the actual SdrObject object. - SdrObjectWeakRef mxObject; + ::tools::WeakReference mxObject; /// Number of the actual SdrText from the current SdrObject sal_Int32 mnText; -- cgit