summaryrefslogtreecommitdiffstats
path: root/svx/inc/galbrws2.hxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2005-01-21 14:32:00 +0000
committerKurt Zenker <kz@openoffice.org>2005-01-21 14:32:00 +0000
commite946a44f93b397d214fdfe91e950b78b06fc5efd (patch)
treedb9ad5c692f17f943b180a948f854833fa6d3fa4 /svx/inc/galbrws2.hxx
parentINTEGRATION: CWS visibility01 (1.5.342); FILE MERGED (diff)
downloadcore-e946a44f93b397d214fdfe91e950b78b06fc5efd.tar.gz
core-e946a44f93b397d214fdfe91e950b78b06fc5efd.zip
INTEGRATION: CWS svg03 (1.2.474); FILE MERGED
2004/11/04 18:56:44 ka 1.2.474.1: #109232#: support large icons in toolbar
Diffstat (limited to 'svx/inc/galbrws2.hxx')
-rw-r--r--svx/inc/galbrws2.hxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/svx/inc/galbrws2.hxx b/svx/inc/galbrws2.hxx
index f5a040426d70..9e59817c485a 100644
--- a/svx/inc/galbrws2.hxx
+++ b/svx/inc/galbrws2.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: galbrws2.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: hr $ $Date: 2004-02-03 17:22:46 $
+ * last change: $Author: kz $ $Date: 2005-01-21 15:32:00 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -69,6 +69,7 @@
#include <vcl/toolbox.hxx>
#include <svtools/transfer.hxx>
#include <svtools/lstner.hxx>
+#include <svtools/miscopt.hxx>
#include "galbrws.hxx"
// ----------------------
@@ -138,6 +139,7 @@ class GalleryBrowser2 : public Control, public SfxListener
private:
+ SvtMiscOptions maMiscOptions;
Gallery* mpGallery;
GalleryTheme* mpCurTheme;
GalleryIconView* mpIconView;
@@ -170,6 +172,7 @@ private:
DECL_LINK( MenuSelectHdl, Menu* pMenu );
DECL_LINK( SelectObjectHdl, void* );
DECL_LINK( SelectTbxHdl, ToolBox* );
+ DECL_LINK( MiscHdl, void* );
private: