summaryrefslogtreecommitdiff
path: root/sd/source/ui/slidesorter/cache/SlsBitmapCache.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/slidesorter/cache/SlsBitmapCache.hxx')
-rw-r--r--sd/source/ui/slidesorter/cache/SlsBitmapCache.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/slidesorter/cache/SlsBitmapCache.hxx b/sd/source/ui/slidesorter/cache/SlsBitmapCache.hxx
index e1a2554b4c26..0eecd4c4c05a 100644
--- a/sd/source/ui/slidesorter/cache/SlsBitmapCache.hxx
+++ b/sd/source/ui/slidesorter/cache/SlsBitmapCache.hxx
@@ -26,7 +26,7 @@ class SdrPage;
#include <osl/mutex.hxx>
#include <memory>
-namespace sd { namespace slidesorter { namespace cache {
+namespace sd::slidesorter::cache {
class CacheCompactor;
class BitmapCompressor;
@@ -207,7 +207,7 @@ private:
void UpdateCacheSize (const CacheEntry& rKey, CacheOperation eOperation);
};
-} } } // end of namespace ::sd::slidesorter::cache
+} // end of namespace ::sd::slidesorter::cache
#endif