diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-11-22 15:00:07 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-11-24 13:23:12 +0100 |
commit | 5a291af9969aa6e17a9827e7f6f6b12c7bebcc50 (patch) | |
tree | e1d4d36f6c22ed5ac42fbd19287034dc5193bdf5 /svx/inc | |
parent | 969d96b3a844a00181a07b07f7c6dc6db7700876 (diff) |
remove unused GalleryItemFlags::ThemeName
Change-Id: Iaf1c82ee454139553dbc9fd1b0cf38b9e7971fdd
Reviewed-on: https://gerrit.libreoffice.org/63931
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svx/inc')
-rw-r--r-- | svx/inc/galbrws2.hxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/svx/inc/galbrws2.hxx b/svx/inc/galbrws2.hxx index 02394d5114bc..196ff7dfad6f 100644 --- a/svx/inc/galbrws2.hxx +++ b/svx/inc/galbrws2.hxx @@ -50,13 +50,12 @@ enum class GalleryBrowserTravel }; enum class GalleryItemFlags { - ThemeName = 0x0001, Title = 0x0002, Path = 0x0004 }; namespace o3tl { - template<> struct typed_flags<GalleryItemFlags> : is_typed_flags<GalleryItemFlags, 0x0007> {}; + template<> struct typed_flags<GalleryItemFlags> : is_typed_flags<GalleryItemFlags, 0x0006> {}; } @@ -132,7 +131,7 @@ private: public: - static OUString GetItemText( const GalleryTheme& rTheme, const SgaObject& rObj, GalleryItemFlags nItemTextFlags ); + static OUString GetItemText( const SgaObject& rObj, GalleryItemFlags nItemTextFlags ); public: |