summaryrefslogtreecommitdiff
path: root/sd/source/ui/slidesorter/cache/SlsRequestQueue.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/slidesorter/cache/SlsRequestQueue.cxx')
-rw-r--r--sd/source/ui/slidesorter/cache/SlsRequestQueue.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sd/source/ui/slidesorter/cache/SlsRequestQueue.cxx b/sd/source/ui/slidesorter/cache/SlsRequestQueue.cxx
index f84d6265ee56..931c1a8f6ce1 100644
--- a/sd/source/ui/slidesorter/cache/SlsRequestQueue.cxx
+++ b/sd/source/ui/slidesorter/cache/SlsRequestQueue.cxx
@@ -92,8 +92,7 @@ class RequestQueue::Container
//===== GenericRequestQueue =================================================
RequestQueue::RequestQueue (const SharedCacheContext& rpCacheContext)
- : maMutex(),
- mpRequestQueue(new Container),
+ : mpRequestQueue(new Container),
mpCacheContext(rpCacheContext),
mnMinimumPriority(0),
mnMaximumPriority(1)