diff options
Diffstat (limited to 'slideshow/source/inc/stringanimation.hxx')
-rw-r--r-- | slideshow/source/inc/stringanimation.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/slideshow/source/inc/stringanimation.hxx b/slideshow/source/inc/stringanimation.hxx index 2cb26c0a94b5..09a8f859e96d 100644 --- a/slideshow/source/inc/stringanimation.hxx +++ b/slideshow/source/inc/stringanimation.hxx @@ -26,9 +26,7 @@ /* Definition of StringAnimation interface */ -namespace slideshow -{ - namespace internal +namespace slideshow::internal { /** Interface defining a string animation. @@ -63,7 +61,6 @@ namespace slideshow typedef ::std::shared_ptr< StringAnimation > StringAnimationSharedPtr; - } } #endif // INCLUDED_SLIDESHOW_SOURCE_INC_STRINGANIMATION_HXX |