summaryrefslogtreecommitdiff
path: root/svx/source/gallery2
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2006-02-01 11:58:15 +0000
committerKurt Zenker <kz@openoffice.org>2006-02-01 11:58:15 +0000
commitb05430250d2811759508e80f4bb53e073d0a7b9c (patch)
tree68fbebd142d264941945dbb035354631be7668c8 /svx/source/gallery2
parentcbdd12b2fc3af44647f0879bdd6cb349d0d877b3 (diff)
INTEGRATION: CWS impress83 (1.7.240); FILE MERGED
2006/01/19 10:59:43 sj 1.7.240.1: #i60764# fixed gpf when exiting office under solaris (after using the gallery)
Diffstat (limited to 'svx/source/gallery2')
-rw-r--r--svx/source/gallery2/galbrws1.hxx9
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 );