diff options
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/gallery2/galbrws1.hxx | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/svx/source/gallery2/galbrws1.hxx b/svx/source/gallery2/galbrws1.hxx index 1fbd408a483e..3ce7eb35279b 100644 --- a/svx/source/gallery2/galbrws1.hxx +++ b/svx/source/gallery2/galbrws1.hxx @@ -4,9 +4,9 @@ * * $RCSfile: galbrws1.hxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: rt $ $Date: 2005-09-08 23:05:52 $ + * last change: $Author: kz $ $Date: 2006-02-01 12:58:15 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -95,6 +95,11 @@ private: GalleryThemeListBox* mpThemes; Gallery* mpGallery; + Image aImgNormal; + Image aImgDefault; + Image aImgReadOnly; + Image aImgImported; + void ImplAdjustControls(); ULONG ImplInsertThemeEntry( const GalleryThemeEntry* pEntry ); void ImplFillExchangeData( const GalleryTheme* pThm, ExchangeData& rData ); |