diff options
Diffstat (limited to 'slideshow/source/inc/screenupdater.hxx')
-rw-r--r-- | slideshow/source/inc/screenupdater.hxx | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/slideshow/source/inc/screenupdater.hxx b/slideshow/source/inc/screenupdater.hxx index dcf299b18586..4ae477519021 100644 --- a/slideshow/source/inc/screenupdater.hxx +++ b/slideshow/source/inc/screenupdater.hxx @@ -26,9 +26,7 @@ /* Definition of ScreenUpdater class */ -namespace slideshow -{ - namespace internal +namespace slideshow::internal { /** Screen updater @@ -128,7 +126,7 @@ namespace slideshow std::unique_ptr<ImplScreenUpdater> mpImpl; }; - } + } #endif // INCLUDED_SLIDESHOW_SOURCE_INC_SCREENUPDATER_HXX |