diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-12-18 11:43:16 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-12-19 12:39:14 +0100 |
commit | e6e85f139b250b1d48749bd336c28a7e46019993 (patch) | |
tree | 9772b42211d4af882feecfa24089f3d692ea8c8a /sd | |
parent | e2d067f38b44bd76a291eda00bda4da5c11564bf (diff) |
remove unused typedefs
Change-Id: I6fd7a9fed3a80c91a3766fceefd43c5db0aa5275
Reviewed-on: https://gerrit.libreoffice.org/46763
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/sidebar/MasterPageContainer.cxx | 2 | ||||
-rw-r--r-- | sd/source/ui/slidesorter/cache/SlsQueueProcessor.hxx | 1 | ||||
-rw-r--r-- | sd/source/ui/slidesorter/inc/controller/SlsTransferableData.hxx | 1 |
3 files changed, 0 insertions, 4 deletions
diff --git a/sd/source/ui/sidebar/MasterPageContainer.cxx b/sd/source/ui/sidebar/MasterPageContainer.cxx index 44104ec7a6e3..7fcecf0974a5 100644 --- a/sd/source/ui/sidebar/MasterPageContainer.cxx +++ b/sd/source/ui/sidebar/MasterPageContainer.cxx @@ -164,8 +164,6 @@ private: Size maSmallPreviewSizePixel; Size maLargePreviewSizePixel; - typedef ::std::pair<MasterPageContainerChangeEvent::EventType,Token> EventData; - Image GetPreviewSubstitution(const char* pId, PreviewSize ePreviewSize); void CleanContainer(); diff --git a/sd/source/ui/slidesorter/cache/SlsQueueProcessor.hxx b/sd/source/ui/slidesorter/cache/SlsQueueProcessor.hxx index a568dccb4c64..03cd2e0be94b 100644 --- a/sd/source/ui/slidesorter/cache/SlsQueueProcessor.hxx +++ b/sd/source/ui/slidesorter/cache/SlsQueueProcessor.hxx @@ -53,7 +53,6 @@ class RequestQueue; class QueueProcessor final { public: - typedef ::std::function<bool ()> IdleDetectionCallback; QueueProcessor ( RequestQueue& rQueue, const std::shared_ptr<BitmapCache>& rpCache, diff --git a/sd/source/ui/slidesorter/inc/controller/SlsTransferableData.hxx b/sd/source/ui/slidesorter/inc/controller/SlsTransferableData.hxx index c3539b117b3b..9625ca43ce60 100644 --- a/sd/source/ui/slidesorter/inc/controller/SlsTransferableData.hxx +++ b/sd/source/ui/slidesorter/inc/controller/SlsTransferableData.hxx @@ -71,7 +71,6 @@ public: private: SlideSorterViewShell* mpViewShell; const ::std::vector<Representative> maRepresentatives; - typedef ::std::vector<std::function<void (sal_uInt8)> > CallbackContainer; virtual void Notify (SfxBroadcaster& rBroadcaster, const SfxHint& rHint) override; }; |