diff options
author | Cédric Bosdonnat <cedric.bosdonnat@free.fr> | 2012-12-05 17:15:04 +0100 |
---|---|---|
committer | Cédric Bosdonnat <cedric.bosdonnat@free.fr> | 2012-12-05 18:09:34 +0100 |
commit | 337ac3bd696046e734c4bcc0c91294c59514274b (patch) | |
tree | 9f1af97f49e03de588e8d82d75291e55d6d19c26 /sfx2/inc | |
parent | e25f17abf519dffce44d474f45b145ced555dc3e (diff) |
Template Manager: put all the ToolBoxes in a Control to ease painting changes
Change-Id: Ie63638a2b69594edf21e8025b1531842390f409d
Diffstat (limited to 'sfx2/inc')
-rw-r--r-- | sfx2/inc/templatedlg.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sfx2/inc/templatedlg.hxx b/sfx2/inc/templatedlg.hxx index 8ce829e06867..8e70039d14c1 100644 --- a/sfx2/inc/templatedlg.hxx +++ b/sfx2/inc/templatedlg.hxx @@ -125,6 +125,7 @@ private: PushButton aButtonSheets; PushButton aButtonDraws; ImageButton maButtonSelMode; + Control *mpToolbars; Edit *mpSearchEdit; ToolBox *mpViewBar; |