summaryrefslogtreecommitdiff
path: root/slideshow/source/inc/framerate.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-05-09 20:08:21 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-05-10 07:54:20 +0200
commitf2380399335121546512841c3f9f1b1f0cf8c866 (patch)
tree865032852c269b5543c7e2e54cf53c7fd10d9a15 /slideshow/source/inc/framerate.hxx
parent71f995fb00a32546ef14522d1e6fa90db377b8bc (diff)
compact namespace in slideshow
Change-Id: Ic61e68312314cdfb30f89cafe9255ee8f0b0a081 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93875 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'slideshow/source/inc/framerate.hxx')
-rw-r--r--slideshow/source/inc/framerate.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/slideshow/source/inc/framerate.hxx b/slideshow/source/inc/framerate.hxx
index 224493a01191..af861dce60c8 100644
--- a/slideshow/source/inc/framerate.hxx
+++ b/slideshow/source/inc/framerate.hxx
@@ -22,7 +22,7 @@
#include <sal/types.h>
-namespace slideshow { namespace internal {
+namespace slideshow::internal {
/** Some frame rate related data.
*/
@@ -40,7 +40,7 @@ public:
static const sal_Int32 PreferredFramesPerSecond = 50;
};
-} } // end of namespace slideshow::internal
+} // end of namespace slideshow::internal
#endif