summaryrefslogtreecommitdiff
path: root/sd/source/ui/slidesorter/cache/SlsRequestQueue.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/slidesorter/cache/SlsRequestQueue.hxx')
-rw-r--r--sd/source/ui/slidesorter/cache/SlsRequestQueue.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/slidesorter/cache/SlsRequestQueue.hxx b/sd/source/ui/slidesorter/cache/SlsRequestQueue.hxx
index b6c30586fd5a..9687c1fe09c2 100644
--- a/sd/source/ui/slidesorter/cache/SlsRequestQueue.hxx
+++ b/sd/source/ui/slidesorter/cache/SlsRequestQueue.hxx
@@ -27,7 +27,7 @@
#include <memory>
-namespace sd { namespace slidesorter { namespace cache {
+namespace sd::slidesorter::cache {
/** The request queue stores requests that are described by the Request
sorted according to priority class and then priority.
@@ -122,7 +122,7 @@ private:
int mnMaximumPriority;
};
-} } } // end of namespace ::sd::slidesorter::cache
+} // end of namespace ::sd::slidesorter::cache
#endif