diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-04-17 15:12:42 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-04-17 15:12:42 +0000 |
commit | d95164cba324fde60d20c065b00fb78ab7c12f03 (patch) | |
tree | 60d54ade854a99b6b907ea720db8befb3192c967 /extensions | |
parent | 0e75aa1150aae4d0f0dba7efa590c391b672a1f7 (diff) |
INTEGRATION: CWS os8 (1.6.64); FILE MERGED
2003/04/03 06:39:23 cd 1.6.64.1: #108520# Support automatic toolbar button size depending on menu text height
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/source/bibliography/bibbeam.hxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/extensions/source/bibliography/bibbeam.hxx b/extensions/source/bibliography/bibbeam.hxx index c2190ecf45e1..d8544e1edfb2 100644 --- a/extensions/source/bibliography/bibbeam.hxx +++ b/extensions/source/bibliography/bibbeam.hxx @@ -2,9 +2,9 @@ * * $RCSfile: bibbeam.hxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: fs $ $Date: 2002-10-24 08:57:27 $ + * last change: $Author: vg $ $Date: 2003-04-17 16:12:42 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -120,6 +120,8 @@ namespace bib BibToolBar* pToolBar; BibGridwin* pGridWin; + DECL_LINK( RecalcLayout_Impl, void* ); + protected: void createToolBar(); |