diff options
author | Aditya <adityasahu1511@gmail.com> | 2020-08-28 02:16:09 +0530 |
---|---|---|
committer | Tomaž Vajngerl <quikee@gmail.com> | 2020-09-04 21:57:52 +0200 |
commit | b1a8b0e5327d823da34050e382f7a2838c262881 (patch) | |
tree | 373ec8e73b77a04bb395eaf4d84e06a0e802b2c6 /include/svx/galtheme.hxx | |
parent | 125fbbe6cc1956d370a01f83f47c637d39f5e596 (diff) |
svx: Refactor Gallery::ImplGetCachedTheme
Introduce GalleryBinaryEngineEntry::getCachedTheme() to refactor
Gallery::ImplGetCachedTheme.
Change-Id: Ic27a325af0975298143d4746de363edd1d148a42
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101508
Tested-by: Tomaž Vajngerl <quikee@gmail.com>
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'include/svx/galtheme.hxx')
-rw-r--r-- | include/svx/galtheme.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/include/svx/galtheme.hxx b/include/svx/galtheme.hxx index c15d03d14b02..dcf5e7f198e4 100644 --- a/include/svx/galtheme.hxx +++ b/include/svx/galtheme.hxx @@ -74,12 +74,11 @@ private: SAL_DLLPRIVATE void ImplSetModified( bool bModified ); SAL_DLLPRIVATE void ImplBroadcast(sal_uInt32 nUpdatePos); - SAL_DLLPRIVATE GalleryTheme( Gallery* pGallery, GalleryThemeEntry* pThemeEntry ); - GalleryTheme(GalleryTheme const &) = delete; void operator =(GalleryTheme const &) = delete; public: + SAL_DLLPRIVATE GalleryTheme(Gallery* pGallery, GalleryThemeEntry* pThemeEntry); SAL_DLLPRIVATE virtual ~GalleryTheme() override; @@ -168,8 +167,6 @@ public: SAL_DLLPRIVATE void SetPreviewBitmapExAndStrings(sal_uInt32 nPos, const BitmapEx& rBitmapEx, const Size& rSize, const OUString& rTitle, const OUString& rPath); }; -SvStream& ReadGalleryTheme( SvStream& rIn, GalleryTheme& rTheme ); - #endif // INCLUDED_SVX_GALTHEME_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |