summaryrefslogtreecommitdiff
path: root/sd/source/ui/slidesorter/inc/model/SlideSorterModel.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/slidesorter/inc/model/SlideSorterModel.hxx')
-rw-r--r--sd/source/ui/slidesorter/inc/model/SlideSorterModel.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/slidesorter/inc/model/SlideSorterModel.hxx b/sd/source/ui/slidesorter/inc/model/SlideSorterModel.hxx
index f7cb2a4dabd7..120315122258 100644
--- a/sd/source/ui/slidesorter/inc/model/SlideSorterModel.hxx
+++ b/sd/source/ui/slidesorter/inc/model/SlideSorterModel.hxx
@@ -165,7 +165,7 @@ public:
/** Return the mutex so that the caller can lock it and then safely
access the model.
*/
- ::osl::Mutex& GetMutex (void);
+ ::osl::Mutex& GetMutex (void) { return maMutex;}
/** Set the XIndexAccess from which the called SlideSorterModel takes
its pages.