diff options
Diffstat (limited to 'slideshow/source/inc/slidebitmap.hxx')
-rw-r--r-- | slideshow/source/inc/slidebitmap.hxx | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/slideshow/source/inc/slidebitmap.hxx b/slideshow/source/inc/slidebitmap.hxx index f5248a8061e3..ef3b41f2e88b 100644 --- a/slideshow/source/inc/slidebitmap.hxx +++ b/slideshow/source/inc/slidebitmap.hxx @@ -34,9 +34,7 @@ namespace com::sun::star::rendering { class XBitmap; } /* Definition of SlideBitmap class */ -namespace slideshow -{ - namespace internal +namespace slideshow::internal { /** Little wrapper encapsulating an XBitmap @@ -76,7 +74,7 @@ namespace slideshow }; typedef ::std::shared_ptr< SlideBitmap > SlideBitmapSharedPtr; - } + } #endif // INCLUDED_SLIDESHOW_SOURCE_INC_SLIDEBITMAP_HXX |